Tried generating Dataclasses for Alpinebits using generateDS. Looks good so far

This commit is contained in:
Jonas Linter
2025-09-23 08:59:06 +02:00
parent d0217e154e
commit ff3a5855de
7 changed files with 110733 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
# Alpine bits
Hour alpine bits application needs to mostly act as a server. It needs to provide room reservation information to the ASA alpinebits client at the hotel.
However in other things we act could potentially act as the client with ASA acting as the alpinebits server. Basically according to the documentation the whole thing depends on who is requesting information and who has it.
When ASA wants to know our GuestRequests from the Landing page then they are the client and we the server. This causes some problems because our system actually knows less than the hotel system. We can't easiliy add Room Rate information and publish a reservation to ASA because we don't actually know the rooms.
Just for GuestRequests this should be fine however.