Created
December 29, 2019 19:46
-
-
Save just-Bri/35df6802bcc486102472ca7565b68b83 to your computer and use it in GitHub Desktop.
Frontend Qs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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