Releases: alexeyburak/andersenlab-hotel
Releases · alexeyburak/andersenlab-hotel
v3.0
What's Changed
Application state saved in database using JDBC instead of disk in #43
Full Changelog: v2.0...v3.0
v2.0
What's Changed
Application can be interacted with through HTTP requests instead of console interface
Full Changelog: v1.0...v2.0
v1.0
What's Changed
Client and Apartment interface logic by @AnnYaniv, @alexeyburak, @aibarzhan, @stunt23, @Aliyevlog in #6
Description:
- Register a new apartment to manage given its price
- Reserve an apartment for a client given it’s currently free
- Release reservation for an apartment given it’s currently reserved
- List apartments (with pagination) sorted by ID, price, reservation status, client’s name
- Write tests for your existing solutio.
- Configure a GitHub Actions pipeline for repository
Existing commands:
- Create new entity, write - create
- Delete existing entity, write - delete
- Get entity by id, write - get
- Print all, write - get_all
- Check in client, write - check_in
- Check out client, write - check_out
- Adjust apartment price, write - adjust
- Calculate client stay price, write - calculate_price
- Help, write - help
- Exit, write - exit
Full Changelog: https://github.com/alexeyburak/andersenlab-hotel/commits/v1.0