This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
Releases: DaniloNovakovic/apartment-reservation
Releases · DaniloNovakovic/apartment-reservation
Apartment Reservation - v1.1.0
- 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
- Improved initialize (db seed) function
- Only guests with
Completed
reservation state can post comments (as to opposed toCompleted
orDenied
mentioned indoc/project-specification-rs
)
This version is the one used for course
ESI-Projekat
Apartment Reservation - v1.0.0
Initial release that adheres to the doc/project-specification-rs.pdf
This version is the one used for course
WEB1