CST 489 Week 13
WELCOME TO WEEK 13 Learning Journal - What project milestones did you accomplish this week? This week I: Added a trigger so the database automatically updates when a user signs up through Authorization. Implemented a username availability check to prevent duplicates. Added functionality for updating or viewing user account information. Updated the user study stack using the Admin client with Authorization via the service role key. Made UI improvements, including adding motion for better visual consistency. Completed the Authentication and Authorization implementation and merged those changes into the auth-dev branch. Added new pages for users to request a password reset if they forget their password. What is your plan for next week? Next week, I plan to add functionality to the reminder button. Ideally, users will be able to add upcoming review dates to their personal calendars. This may initially work without OAuth, and later we can explore stron...