Skip to content
Snippets Groups Projects
  1. Apr 29, 2023
    • Malik-Ramzan, Humza (PG/T - Comp Sci & Elec Eng)'s avatar
    • Malik-Ramzan, Humza (PG/T - Comp Sci & Elec Eng)'s avatar
      BookingService: · 17cf6256
      Set SlotId to retrieve the refNo as the slotId
      added getAllBookingsByLocation funcation that gets all bookings associated with that locationId
      added the sendBookingInfo method to interact with the Notification service by sending combined info or the booking and location
      added bookingNotif method so it takes in 2 parameters (booking and location)
      modified createBooking so now it uses REST API calls to locatoin service to retreive locatoin information and set locationId as Title
      REST API calls taken by POJO class LocationResponse
      
      Booking:
      deleted dateOfBooking
      
      BookingController:
      added getBookingByLocation
      changed updateBooking endpoint to make it simpler
      fixed bug when updating duration endpoint would return null
      changed controller to allow HttpHeaders
      
      SlotsRepo:
      Added countByLocationId which counts all slots associated with that location
      
      Database migration:
      changes made to docker-compose.yml and application.properties files ->
      made necessary changes to application.properties and docker-compose.yml to move database from mongo express to mongo atlas for better scalability.
      
      deleted mongo express in docker compose
      added security by using variables for user pass etc and storing in .env file
      17cf6256
  2. Apr 15, 2023
  3. Apr 06, 2023
  4. Apr 05, 2023
  5. Apr 04, 2023
  6. Mar 29, 2023
  7. Mar 28, 2023
  8. Mar 20, 2023
Loading