Skip to content
Zepei Zhao edited this page Dec 11, 2023 · 7 revisions

MS3 Product

  • Finished development of: Booking service, User service, Map service
  • Integrated backend functionalities with frontend interfaces
  • Many bug fixes
  • Set up each project to run as docker containers for easy deployment and testing.
  • MVP completed

User service

Many bug fixes and adjustments made to work with frontend.

  • User service now handles authentication for all relevant endpoints, such as all unsafe methods, and accessing objects by id.
  • Authentication system uses tokens with expiration date and is auto removed from the database once they have expired.
  • Added login endpoints for patients and dentists
  • Added detailed readme

Booking service

Map service

Patient frontend

  • Fixed and completed login/logout system
  • Fixed and completed page in user dashboard
  • Fixed and completed booking page
  • Made UI improvements

Dentist frontend

  • Fixed and completed

Admin frontend

Clone this wiki locally