Skip to content

Initial Release

Latest
Compare
Choose a tag to compare
@Rustic-Citrus Rustic-Citrus released this 08 Jul 17:17
· 73 commits to main since this release
77ab829

Changelog

Features

  • User Authentication: Users can register, sign in, and sign out of their account.
  • Create a Lesson Plan: Users can create a lesson plan using the lesson prompts and save it to their profile.
  • View all Lesson Plans: User can see a list of the lesson plans they have created.
  • View a Specific Lesson Plan: Users can view the individual lesson plans they have created.
  • Edit a Lesson Plan: Users can update the answers to the prompts in the lesson plans on their profile.
  • Delete a Lesson Plan: Users can delete a lesson plan from their profile.

Bugs

  • Entry Points: Refreshing the page on any route other than the root page displays a 404 error.
  • Unauthorised Request: The console logs a 401 error to the console, even when the user has signed in with valid credentials.
  • Toast Message: The toast message that is displayed when a user tries to log in with an invalid password (Cannot read properties of undefined (reading 'msg')) does not correspond to the message that should be displayed when an unsuccessful login attempt is made.

Upcoming Features

  • Downloadable Lesson Plans: Users will be able to download a copy of their lesson plans as a TXT file.
  • Privacy Policy: Users will need to agree to a privacy policy, so that we are transparent about how we store their data.
  • Account Settings: Users will be able to change their passwords and sign in with an email address.