Skip to content

add user concept and add todos for exercise#2

Open
gracefh wants to merge 1 commit intomainfrom
recitation-exercise
Open

add user concept and add todos for exercise#2
gracefh wants to merge 1 commit intomainfrom
recitation-exercise

Conversation

@gracefh
Copy link
Copy Markdown

@gracefh gracefh commented Sep 21, 2023

Exercise

This code adds a simplified User concept to the app, without any database backend, but rather just with a stored user. We also still keep our SessionData user parameter as just a string, for simplification.

The goal for this exercise will be to make sure that the user that we're trying to log in with is a registered user. You can see how the register function works in user.ts under concepts, and 2 TODOs are included in order to help you accomplish this. You should only have to touch the websession.ts and user.ts files in order to complete it.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant