Releases: alexisreis/resapp
Releases · alexisreis/resapp
V1.0.0
Resapp is a web application to allow users to book resources on shared machines.
Functionalities implemented so far : 🏁
- Known users can log in to access the app and API methods
- Authenticated users can see the list of resource reservations in a calendar (day, week, and month view)
- Authenticated users can request a new resource reservation (with start time, end time, duration and resources needed)
- For a request, the service proposes a list of possible reservation slots, the user can then choose the best slot and book the reservation, at booking a mail is sent to the user with a
.ics
file - Admins have access to a dashboard and restricted API methods to manage machines (block them for further reservations, add new machines and delete them)
- Admins have access to statistics about the usage of the service and the machines
- Admins can change the admin status of other users