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

Merge branch 'pilote'

parents 6ce9a6bf e0b9f6e5
No related branches found
No related tags found
No related merge requests found
Pipeline #12386 passed
......@@ -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.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.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
## 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
......
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
......@@ -54,6 +54,11 @@ nav:
- Scaffolding: pilote/Pilote - Usager/application/scaffolding.md
- Services: pilote/Pilote - Usager/application/services.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:
- Launch local doctypes: pilote/Pilote - Usager/getting_started/launch_local_doctypes.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.
Finish editing this message first!
Please register or to comment