From 6c2209bde39fe8bd8b4a4f7a9c41ac277fee606e Mon Sep 17 00:00:00 2001 From: Adrien Vannson Date: Tue, 14 Mar 2023 20:40:46 +0100 Subject: [PATCH] Add line to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b550f48..153189d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The interface is made with React and Material UI. It also uses Leaflet to displa ## 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