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

MS2 Product

  • Continuous development on: User service, Booking service, Map service, Logging service, Notification service, Patient frontend, Dentist frontend.
  • Discussed solutions to and technologies for: Load balancing, Data consistency, Fault tolerance, Referential decoupling, and request caching.
  • Started working Admin frontend

Deployment Strategy:

  • Utilizing Docker for deployment on either a single machine or multiple machines, used by Docker Compose.
  • Future considerations for Kubernetes for advanced container orchestration.

Frontend admin

  • Web interface that manages maps and bookings. It includes functionalities such as adding clinic locations, fetching clinic locations and deleting them.
  • The booking page enables booking management by canceling appointments and making slots available for patients.

User service

  • The user service now has all required dentist endpoints
  • Refactored the code to be more modular and consistent
  • Endpoints are now also consistent

Map service

  • Added dockerfile to create docker images

Frontend patient

  • We used mock-up test to see frontend without backend data

Frontend dentist

  • Developed basic UI, to be integrated with backend.

Clone this wiki locally