requirements - sasjakoning/blok-tech-2022 GitHub Wiki

Chosen Job story:
- When I open the app, I want to be able to like and dislike users so I can match with people.
:white_check_mark: Requirements:
- A list of users to swipe through
- The ability to like users
- The ability to dislike users
- The ability to match with liked users
- Match overview (optional)
- Log-in page (optional)
- Profile page (optional)
- Set preferences page (optional)
- Match chat (optional)
:memo: MOSCOW
By using MOSCOW, I can categorize the requirements by their priority level.
MOSCOW means:
- Must have
- Should have
- Could have
- Would have
| Requirement | MOSCOW |
|---|---|
| A list of users to swipe through | Must have |
| The ability to like users | Must have |
| The ability to dislike users | Must have |
| The ability to match with liked users | Should have |
| Match overview | Should have |
| Log-in page | Could have |
| Profile page | Could have |
| Set preferences page | Would have |
| Match chat | Would have |