Skip to content

Instantly share code, notes, and snippets.

@BrianLitwin
Created November 21, 2019 18:37
Show Gist options
  • Save BrianLitwin/ead81ae4ff2216b449a3aa649d49a860 to your computer and use it in GitHub Desktop.
Save BrianLitwin/ead81ae4ff2216b449a3aa649d49a860 to your computer and use it in GitHub Desktop.

how to think about design? how to see design through implementation efficiently?

:start-screen choose list start session (disabled until list chosen)

:session-screen forward/ back buttons keep track of score - answer right/wrong keep track of number of cards answered out of total show/hide answer end session finish session randomize the cards

:finish-screen finish button show that you've completed session after last card is answered

session completed: could calculate it? but number of cards could change over time - decide at end of session and send to backend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment