forked from ScoDoc/DocScoDoc
Merge pull request 'master' (#58) from pascal.bouron/DocScoDoc:master into master
Reviewed-on: https://scodoc.org/git/viennet/DocScoDoc/pulls/58
This commit is contained in:
commit
a17e8c1fe2
@ -2,7 +2,7 @@
|
||||
|
||||
## Composants logiciels
|
||||
|
||||
- le code est écrit en Python 3.9 (passage à 3.10 prévu avec Debian 12).
|
||||
- le code est écrit en Python 3.11.
|
||||
- le code doit être formatté par [black](https://pypi.org/project/black/) qui
|
||||
est normalement intégré à votre éditeur (VSCode et PyCharm sont deux choix
|
||||
judicieux).
|
||||
@ -15,7 +15,7 @@
|
||||
- [Redis](https://redis.io/) cache persistant
|
||||
- [NGINX](https://www.nginx.com/) serveur Web frontal
|
||||
- [gunicorn](https://gunicorn.org/) WSGI HTTP server
|
||||
- et bien sûr Linux (Debian 11 en 2021-2022) et systemd.
|
||||
- et bien sûr Linux (Debian 12 en 2023-2024) et systemd.
|
||||
|
||||
## Principaux objets
|
||||
|
||||
|
@ -838,13 +838,13 @@ informatique de 2014 en formation initiale (FI).
|
||||
* **Permission: `ScoEtudChangeGroups`**
|
||||
* **Paramètres:** `partition_id`
|
||||
* **Data:** `{ group_name : <string> }`
|
||||
* **Routes:** `/partition/<int:partition_id>/create`
|
||||
* **Exemple d'utilisation:** `/ScoDoc/api/partition/1962/create`
|
||||
* **Routes:** `/partition/<int:partition_id>/group/create`
|
||||
* **Exemple d'utilisation:** `/ScoDoc/api/partition/1962/group/create`
|
||||
|
||||
>`{ "group_name" : "A" }`
|
||||
|
||||
* **Résultat:** Crée un groupe dans une partition.
|
||||
* **Exemple de résultat:** [partition-create.json](samples/sample_formsemestre-partition-create.json.md)
|
||||
* **Exemple de résultat:** [group-create.json](samples/sample_partition-group-create.json.md)
|
||||
|
||||
#### **`group-edit`**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user