Skip to content

Final Release

Jessie Johnsson edited this page Jan 8, 2024 · 12 revisions

Final Release

  • Testing
  • Bug fixing
  • Responsiveness
  • Load balancing using API gateway
  • Statistics service

User service

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

Booking service

Map service

Logging service

Statistics service

Api gateway

  • Routing: Directs client requests to the appropriate microservice.
  • Load Balancing: Distributes incoming requests across multiple instances.
  • Caching: Stores responses to requests to improve performance and reduce load on backend services.

Patient frontend

  • Responsiveness
  • Adjust UI
  • Bug fixing

Dentist frontend

  • Responsiveness
  • Adjust UI
  • Bug fixing

Admin frontend

  • Responsiveness
  • Adjust UI
  • Bug fixing

Clone this wiki locally