Add line to README

This commit is contained in:
Adrien Vannson 2023-03-14 20:40:46 +01:00
parent 68d18fa9f8
commit 6c2209bde3
No known key found for this signature in database
GPG Key ID: FE2E66FD978C1A55

View File

@ -5,7 +5,7 @@ The interface is made with React and Material UI. It also uses Leaflet to displa
## Public Interface ## Public Interface
Write something so powerful I'll feel smarter than I am when reading it. 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.
## Admin Interface ## Admin Interface