mattpocock/sextant

Add validation to prevent duplicate feature names from being added

Open

#16 opened on Nov 6, 2020

 (0 comments) (0 reactions) (1 assignee)TypeScript (5 forks)github user discovery
good first issue

Repository metrics

Stars
 (174 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

We use the feature's name as a unique identifier throughout the system, and for the purposes of typings. This should be validated in the frontend.

Contributor guide