-
Notifications
You must be signed in to change notification settings - Fork 0
Final Release
Nasit Vurgun edited this page Jan 9, 2024
·
12 revisions
Deliverables
- Load balancing, caching, timeouts, and rate limiting with API gateway
- Statistics service
- Testing
- Bug fixing
- Responsiveness of frontends
Many bug fixes and adjustments were made to work with frontend.
- Added delete all endpoints for dentists and patients
- Updated readme
- Added postman api testing
- Added build job CI
- Fix bugs
- Added filtering, pagination and sorting
- Updated schema
- Added more endpoints
- Updated schema
- Updated tests to have new schema
- Bug fixing
- Added Ci tests
- Websocket: create socket for counting active users after they land on website
- HTTP: create HTTP endpoint for polling current active user count
- Added postman / Ci tests
- Routing: Directs client requests to the appropriate microservice.
- Load Balancing: Distributes incoming requests across multiple instances.
- Timeouts: Aborts requests that are taking too long, freeing up resources.
- Rate limiting: Stops requests above a certain rate coming from a single IP address.
- Caching: Stores responses to requests to improve performance and reduce load on backend services.
- Websocket: created socket for counting active users after they land on website
- Responsiveness
- Adjust UI
- Bug fixing
- Responsiveness
- Adjust UI
- Bug fixing
- Responsiveness
- Adjust UI
- Bug fixing