Skip to content

Implement Booking Service & Update Contact Service

Compare
Choose a tag to compare
@huynhthanhbinh huynhthanhbinh released this 17 Jul 03:25
· 200 commits to master since this release
  • init database of BookingService, add TRIGGER on INSERT, UPDATE
  • add Booking API: add getOne, countAll, getAll, ...
  • implement BookingService [BOOKING]
  • update Contact API: add HISTORY_CHANGE & BOOKING_FINISH message-type
  • implement IntermediateService [CONTACT]
  • remove hardcode microservices configuration, all config is stored in docker-compose .env file
  • remove redundant deploy-config of MailService, turn off consul service discovery registration
  • preProcessing received message from sender before forwarding to receiver
  • preProcessing: set senderId to userId (sent from customer) or to parkingLotId (sent from parkinglot)
  • preProcessing: save or update message content into database such as booking information, ...