|
|
|
|
59
|
- add an entry for you App in tracim_frontend/jsonserver/static_db.json in the `app_config` property
|
59
|
- add an entry for you App in tracim_frontend/jsonserver/static_db.json in the `app_config` property
|
60
|
- reload your mock api server
|
60
|
- reload your mock api server
|
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.
|
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)
|