CeraStroh / study-application

Senior Project for Central College
https://study-application-senior-project.vercel.app
0 stars 0 forks source link

Create account option #42

Closed CeraStroh closed 5 months ago

CeraStroh commented 5 months ago

As a student, I want to be able to create a new user account so that I can still use the application to study even if I do not have an existing account.

CeraStroh commented 5 months ago

Conditions of Satisfaction

Tasks

CeraStroh commented 5 months ago

4/30 Progress - 1 hour Added security columns to database, filled in an example user's security question and answer Created register path Completed "Create account" button, Create the form, and Create a createAccount() server action tasks (8 points)

CeraStroh commented 5 months ago

5/1 Progress - 30 minutes Worked on fetching the current session

CeraStroh commented 5 months ago

5/2 Progress - 1.5 hours Continued researching how to use the current session

CeraStroh commented 5 months ago

5/3 Progress - 2.5 hours Successfully used the token and session callbacks to fetch the current user session name and id to complete the task (3). Also fixed errors so the branch will be successfully deployed. Get session documentation Extending the session documentation

CeraStroh commented 5 months ago

5/4 Progress - 1.75 hours Completed form validation task Conducted final tests PR to develop branch PR to main branch