Skip to content
Snippets Groups Projects
Commit e0b9f6e5 authored by PEDROLI Benjamin's avatar PEDROLI Benjamin
Browse files

add pilote docs

parent 7c720ee5
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,20 @@ The following is a full description of the doctypes we use and their fields. Coz ...@@ -16,9 +16,20 @@ The following is a full description of the doctypes we use and their fields. Coz
- [`io.cozy.files`](https://docs.cozy.io/en/cozy-doctypes/docs/io.cozy.files): Files - [`io.cozy.files`](https://docs.cozy.io/en/cozy-doctypes/docs/io.cozy.files): Files
- [`io.cozy.permissions`](https://docs.cozy.io/en/cozy-doctypes/docs/io.cozy.permissions): Permissions of the instance - [`io.cozy.permissions`](https://docs.cozy.io/en/cozy-doctypes/docs/io.cozy.permissions): Permissions of the instance
- [`io.cozy.todos.item`](https://docs.cozy.io/en/cozy-doctypes/docs/io.cozy.todos.item): Todos item - [`io.cozy.todos.item`](https://docs.cozy.io/en/cozy-doctypes/docs/io.cozy.todos.item): Todos item
- [`io.cozy.todos.list`](https://docs.cozy.io/en/cozy-doctypes/docs/io.cozy.todos.list): Todos list
- [`io.cozy.triggers`](https://docs.cozy.io/en/cozy-doctypes/docs/io.cozy.triggers): Job triggers - [`io.cozy.triggers`](https://docs.cozy.io/en/cozy-doctypes/docs/io.cozy.triggers): Job triggers
## Used Cozy remote doctypes
This kind of doctype are set from the team. We have push two remote doctypes (each duplicate for rec and prod environment)
> Prod
- [`org.mps.store`]: Required for store information on back-endTS
- [`org.mps.share`]: Required for searching on back-endTS
> Recette
- [`org.mps.store.rec`]: Required for store information on rec back-endTS
- [`org.mps.share.rec`]: Required for searching on rec back-endTS
## Custom doctypes ## Custom doctypes
......
This section explain all the functionnalities in the appointment part
## Description
Pilote allow usager to add contact :
- You will always see your profil at the first contact. You can not delete it. Just edit it.
- Then, with the add concat button, you can add others contact
This section explains how to handle data storage.
## Description
Pilote has setting page. You can found :
- Notifications: Under construction
- Tutorial: allow to view again one of the tutorial available
- FAQ: Different explication of the global application
- Legal Notice
...@@ -51,6 +51,11 @@ nav: ...@@ -51,6 +51,11 @@ nav:
- Scaffolding: pilote/Pilote - Usager/application/scaffolding.md - Scaffolding: pilote/Pilote - Usager/application/scaffolding.md
- Services: pilote/Pilote - Usager/application/services.md - Services: pilote/Pilote - Usager/application/services.md
- Store: pilote/Pilote - Usager/application/store.md - Store: pilote/Pilote - Usager/application/store.md
- Functionalities:
- Appointments: pilote/Pilote - Usager/functionalities/appointments.md
- Contact: pilote/Pilote - Usager/functionalities/contact.md
- Document: pilote/Pilote - Usager/functionalities/document.md
- Settings: pilote/Pilote - Usager/functionalities/setting.md
- Getting Started: - Getting Started:
- Launch local doctypes: pilote/Pilote - Usager/getting_started/launch_local_doctypes.md - Launch local doctypes: pilote/Pilote - Usager/getting_started/launch_local_doctypes.md
- Launch local services: pilote/Pilote - Usager/getting_started/launch_local_services.md - Launch local services: pilote/Pilote - Usager/getting_started/launch_local_services.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment