-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs #38
Merged
Merged
Update docs #38
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
7720751
Add process schema
amandine-sahl 09c0dde
readme
amandine-sahl bc72f12
Install et custom front
amandine-sahl 994ff6b
Centralisation procédure installation
amandine-sahl 8973ade
Installation
amandine-sahl 53c2aca
Corrections
amandine-sahl 68daaf7
Update deploiement.md
amandine-sahl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,58 @@ | ||
# Reservation des animations dans geotrek | ||
# Réservation des animations dans Geotrek | ||
|
||
Application permettant la gestion des réservations des animations publiées sur Geotrek. | ||
Elle permet aux visiteurs d'un portail Geotrek Rando de réserver des places pour les | ||
événements. | ||
Une interface d'administration est disponible pour gérer les réservations. | ||
|
||
Petite application permettant aux visiteurs d'un portail Geotrek Rando de réserver des places pour les | ||
événements. Une interface d'administration est disponible pour gérer les réservations. | ||
|
||
La gestion de l'authentification est sans mot de passe et fonctionne avec des liens envoyés par email. | ||
|
||
## Interface grand public | ||
**Fonctionnalités principales** | ||
* S'inscrire à une animation | ||
* Confirmer son inscription | ||
* Annuler son inscription | ||
* Visualiser ses inscriptions | ||
|
||
|
||
**Schéma simplifié du fonctionnement pour le grand public** | ||
![Fonctionnement pour le grand public](docs/images/schema_grand_public.png) | ||
|
||
## Interface administrateur | ||
**Fonctionnalités principales** | ||
* Voir la liste des animations | ||
* Gérer les inscriptions (visualisation/ajout/modification/annulation/export) | ||
* Envoyer un email d'annulation en cas d'annulation de l'animation | ||
* Exporter des bilans | ||
|
||
|
||
**Schéma simplifié du fonctionnement pour les administrateurs** | ||
|
||
![Fonctionnement pour l'interface d'administrateur](docs/images/schema_admin.png) | ||
|
||
|
||
# Installation et configuration | ||
L'application n'est pas indépendante, elle repose sur la gestion des événements dans geotrek-admin et partage la même base de données. | ||
|
||
Elle est composée de deux éléments : | ||
* Fichier permettant d'ajouter le lien de réservation dans Geotrek-rando (non obligatoire) | ||
* Application à proprement parler | ||
|
||
**Schéma général de l'architecture** | ||
![Archi Geotrek](docs/images/architecture_generale.png) | ||
|
||
|
||
## Déploiement | ||
|
||
Les instructions se trouvent à `docs/deploiement.md` et dans les READMEs `backend/README.md` et `front-vite/README.md`. | ||
|
||
|
||
|
||
## Configuration | ||
|
||
* `backend/config/config.py` | ||
* `front-vite/public/config/config.js` | ||
* `front-vite/public/page_accueil.md` | ||
* `front-vite/public/page_info_admin.md` | ||
* `front-vite/public/page_reservation.md` | ||
|
||
## Déploiement | ||
|
||
Les instructions se trouvent à `docs/deploiement.md` et dans les READMEs `backend/README.md` et `front-vite/README.md`. | ||
* `front-vite/public/page_reservation.md` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coquille dans le nom de fichier