Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gergelyth/solid-hotel
A Solid based Property Management System, Guest Portal Application and Profile Editor.
https://github.com/gergelyth/solid-hotel
guest-portal hotel property-management-software solid
Last synced: about 2 months ago
JSON representation
A Solid based Property Management System, Guest Portal Application and Profile Editor.
- Host: GitHub
- URL: https://github.com/gergelyth/solid-hotel
- Owner: gergelyth
- License: mit
- Created: 2020-07-20T19:39:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T20:19:58.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T22:58:33.164Z (almost 2 years ago)
- Topics: guest-portal, hotel, property-management-software, solid
- Language: TypeScript
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Solid Hotel
Digital solutions in the hospitality area operating on the Solid framework
### What is Solid?
[Solid is a framework](https://solidproject.org/), devised by a group at MIT, led by Prof. Tim Berners-Lee, inventor of the World Wide Web.
Solid lets people store their data in a decentralized way.
When data is stored in someone's storage unit, in a so called Pod, they control who and what applications can access it on a modular level.The project provides a solution for the data ownership problem, decoupling content from the application and putting the users in control of managing access to their information.
### This repository
This monorepo contains some proof of concept implementations of applications used in the hospitality area operating on the Solid framework:
1. *Property management system* - handling the hotel's side of the expected operations, such as booking, check-in, check-out and guest support.
2. *Guest portal application* - handling the above mentioned operations on the side of the guest, providing an overview of their reservations and allowing them to communicate with the hotel.
3. *Solid profile editor* - granting the ability to manage the personal information of the guest by both sides.Please see the `docs` for more information.
### Other
Note that some functionalities were not yet present in Inrupt's `solid-client` library at the time of writing this project (or were in the early alpha stage), such as [WebSocket notifications](https://docs.inrupt.com/developer-tools/javascript/client-libraries/tutorial/subscribe-to-notifications/) or the [universal access API](https://docs.inrupt.com/developer-tools/javascript/client-libraries/tutorial/manage-access-policies-universal/).
As such, for these problems we provide our own low level implementations.Note that this project has accomplished its goal to provide a sketch of the potential implementations of these functionalities.
Therefore it is no longer maintained, updated or monitored.