Skip to content
Mehmet Asim Altinisik 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
  • Discussed solutions to and technologies for: Load balancing, Data consistency, Fault tolerance, Referential decoupling, and request caching.

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 has all required dentist endpoints
  • We also refactored the code

Map service

  • We added docker file

Frontend patient

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

Frontend dentist

Clone this wiki locally