Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage Bike Types #11

Open
joshdbarton opened this issue Jan 22, 2024 · 0 comments
Open

Manage Bike Types #11

joshdbarton opened this issue Jan 22, 2024 · 0 comments

Comments

@joshdbarton
Copy link
Contributor

As an admin, I want to manage the types of bikes that can be stored in the system so that I can accommodate changes in bike design.

Given I am a logged-in admin
When I view the navbar
Then I should see a tab called Bike Types

Given I wish to view the bike types
When I click on the tab
Then I should be presented with a list of current possible bike types, with an input and submit that allows me to add a new type

Given I have entered a new bike type and wish to add it to the database
When I click add
Then the type will be added to the list if it is not a duplicate of a current type

Given I have entered a duplicate bike type name that ignores casing when comparing the names
When I click add
Then I will receive a notification that this type is already in the database, and the type will not be added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant