This is my capstone-project, which I created in connection with the webdevelopment-bootcamp at neue fische. TABULA RASA is aimed at all passionate board players who want to keep track of the games they have played. The app allows you to track the results of up to eight players and make notes for the next round.
As a user
I need to delete a tracked game
to be able to remove incorrect entries.
Description
Acceptance Criteria
[x] The games in the list have a delete button
[x] When a user clicks on the delete button, a window appears asking the user for confirmation. If the delete request is not confirmed, the entry remains in the list and message appears.
[x] When the deletion request is confirmed, a success message appears.
Tasks
[x] Check accessebility
[x] Check on mobile
[x] Test the listing of games for the delete button
As a user I need to delete a tracked game to be able to remove incorrect entries.
Description
Acceptance Criteria
Tasks