diff --git a/README.md b/README.md index 108ae87..14103bd 100644 --- a/README.md +++ b/README.md @@ -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