- AUTHENTICATION & AUTHORISATION
- SIGN UP, LOGIN and LOGOUT
- USER
- GET Current user information
- UPDATE Current user information: name, password, avatar
- GET all bookings information
- Filtering, Sorting, Pagination on Bookings List
- GET Booking Details by ID - return all booking details and cabins, guests information related to this booking ID.
- DELETE a booking with ID
- UPDATE Checkin / Checkout information on a booking with a ID
- Dashboard
- Filter, Display recent bookings information by last 7, 30 and 90 days with Charts
- Display statistic information such as: Bookings, Sales, Checkins, Occupancy Rate
- GET ALL chalets information
- CREATE and UPDATE Chalet Information
- DELETE a chalet with an ID
- Including Form to update min, max booking length, max guest per booking, break fast price information on a chalet