-
Notifications
You must be signed in to change notification settings - Fork 0
MS2
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.
- 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 now has all required dentist endpoints
- Refactored the code to be more modular and consistent
- Endpoints are now also consistent
- Added dockerfile to create docker images
- We used mock-up test to see frontend without backend data
- Developed basic UI, to be integrated with backend.