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

specify if user is logged in or not in user stories #27

Merged
merged 2 commits into from
Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ A web app that helps you get closer to your close ones through questions.

* As a player, I can log in.
* As a player, I can sign up.
* As a player, I want a main deck to play with.
* As a player, I can play with sample decks and my existing decks.
* As a player, I can create a new deck.
* As a player, I can edit an existing deck.
* As a player, I can delete an existing deck.
* As a player, I can search for an existing deck.
* As a player, I can log out.
* As a not-logged-in player, I can play with sample decks.
* As a logged-in player, I can play with sample decks and my personal decks.
* As a logged-in player, I can create a new deck.
* As a logged-in player, I can edit an existing deck.
* As a logged-in player, I can delete an existing deck.
* As a logged-in player, I can search for an existing deck.
* As a logged-in player, I can log out.

[Issues Page](https://github.com/software-students-spring2024/2-web-app-exercise-gas2/issues)

Expand Down
Loading