Skip to content

Instantly share code, notes, and snippets.

@just-Bri
Created December 29, 2019 19:46
Show Gist options
  • Save just-Bri/35df6802bcc486102472ca7565b68b83 to your computer and use it in GitHub Desktop.
Save just-Bri/35df6802bcc486102472ca7565b68b83 to your computer and use it in GitHub Desktop.
Frontend Qs
1. Which routes are already set up and what are their paths?
/
/learn
/register
/login
2. What is the concern of the AuthApiService object?
Handling api authentication
3. What is the concern of the UserContext?
handle current user, login/logout, id, name, username etc
4. Does the PrivateRoute make use of the UserContext?
Yes
5. What does the /cypress/integration/day-0.1-purpose.spec.js file test?
That an h1 with 'Spaced Repetition' is present
5.1 Which elements on the page are being checked in and what for?
see above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment