Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Releases: DaniloNovakovic/apartment-reservation

Apartment Reservation - v1.1.0

11 Sep 19:28
Compare
Choose a tag to compare
  • Created separate database optimized for queries using MongoDB (NoSQL)
  • Created Replicators that replicate/synchronize/project data from Command (SQL) to Query (NoSQL) database
  • Refactored project
  • Fixed bug where the logout redux action handler on front-end would sometimes set logged state to true after logging out
  • Improved documentation

This version is the one used for Bachelor thesis - Development of web application for apartment reservation using CQRS pattern (attached as binary in this release)

Apartment Reservation - v1.0.1

02 Jul 10:27
Compare
Choose a tag to compare
  • Improved initialize (db seed) function
  • Only guests with Completed reservation state can post comments (as to opposed to Completed or Denied mentioned in doc/project-specification-rs)

This version is the one used for course ESI-Projekat

Apartment Reservation - v1.0.0

01 Jul 10:33
Compare
Choose a tag to compare

Initial release that adheres to the doc/project-specification-rs.pdf

This version is the one used for course WEB1