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

Delete Bike #8

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

Delete Bike #8

joshdbarton opened this issue Jan 22, 2024 · 0 comments

Comments

@joshdbarton
Copy link
Contributor

As a user, I want to be able to delete a bike, so that bikes that were mistakenly entered into the system can be removed

Given I am a logged in user
When I view the Bike List
Then Each bike listed should include a delete button if that bike has no associated work orders

Given I am viewing the bike list
When a bike has any open or closed associated work orders
Then no delete button is presented

Given I wish to delete a bike
When I click on the delete button
Then the bike is removed from the system and disappears from the bike list

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