Merge branch 'release' of gitlab.aliens-lyon.fr:encartes/web-interface into release

This commit is contained in:
Tristan Klein 2023-03-14 22:20:29 +01:00
commit 757f16c43c

View File

@ -5,7 +5,8 @@ The interface is made with React and Material UI. It also uses Leaflet to displa
# Public Interface
The public interface is what everyone will see when connecting to the website.
The interface (`App`) is composed of three main parts: a top-bar (`TopBar`) featuring buttons to switch to dark theme and to show information about ENcarteS, the map (`Map`) on the left and a pannel on the right. This pannel displays a menu to change the current floor (`ChangeFloor`), a menu to search a room (`RoomResearch`) and information about the current room (`RoomInformation`).
Information about a room that is currently selected can be edited in a modal window: it is possible to add and remove names and users of a room. The updates are not done directly: requests have to be validated by an administrator on the admin interface.
## Purpose