-
Notifications
You must be signed in to change notification settings - Fork 0
MS2
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.
- 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.
- The user service has all required dentist endpoints
- We also refactored the code
- We added docker file
- We used mock-up test to see frontend without backend data