Skip to content

Instantly share code, notes, and snippets.

@jbarnes439
Last active September 21, 2020 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbarnes439/a3966c8d9b46436afddb320309b7d821 to your computer and use it in GitHub Desktop.
Save jbarnes439/a3966c8d9b46436afddb320309b7d821 to your computer and use it in GitHub Desktop.
For my first capstone I want to create a flashcard app.
I have a background in the medical field and I know how hard it can be to study.
The app will be a flashcard app, primarily focusing on anatomy. I would like to continue
expanding the App to cover many areas of anatomy, but will likely start with the skeletal system.
A user will be able to select from a prepopulated list of anatomy questions, but also
be able to create their own questions for self testing. This app is intended to help
medical students really nail down some of the knowledge/terminology that just comes from pure
memorization, of which there is no shortage in the medical field.
User stories:
Role: Task: Importance:
New User I want to sign up for an account. high
New User I want to upload items to my account high
New User I create a list of topics of interest for study. medium
Returning User I want to sign into my account high
Returning User I want to access my flashcards high
Returning User I want to quiz myself on my flash cards high
Returning User I want to see feedback on my quiz results high
Returning User I want to update my flashcards medium
Returning User I want to delete my flashcards medium
Returning User I want to create groups of flashcards by topic medium
Returning User I want a history of my quiz results low
Returning User I want feedback on how I am improving or declining low
Returning User I want to share my quiz results low
Returning User I want to invite my friends/classmates to join. low
Admin User I want to view all user accounts high
Admin User I want to unlock accounts high
Admin User I want to see recent uploads to the database high
As a poor-vision user I want to be able to use a screen reader in app high
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment