Quellcode durchsuchen

added list of urls to README.md

Skylsmoi vor 6 Jahren
Ursprung
Commit
ecece37160
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen
  1. 9 0
      README.md

+ 9 - 0
README.md Datei anzeigen

@@ -59,3 +59,12 @@ You also need to make the mock api able to tell tracim_frontend that it handle y
59 59
 - add an entry for you App in tracim_frontend/jsonserver/static_db.json in the `app_config` property
60 60
 - reload your mock api server
61 61
 - add the source of your app in tracim_frontend/dist/index.html and an entry to the switch case of the function `GLOBAL_renderApp`. All of this will be handled by backend later on, this is all work in progress stuffs.
62
+
63
+
64
+#### Urls list
65
+- __/__ => detail of the first workspace 
66
+- __/login__ => login page
67
+- __/workspace/:idws__ => detail of the workspace :idws
68
+- __/workspace/:idws/content/:idc__ => detail of the workspace :idws with the app of the content :idc openned
69
+- __/account__ => profile page of the connected user
70
+- __/dashboard__ => dashboard of a workspace (code not plugged in therefore no :idws in url)