Commit graph

11 commits

Author SHA1 Message Date
eb1982898c rework: config and cmd
Renamed `web` command to `server ui` (web is still an alias to ui)

Completely changed the config options and flags

Usage of PersistentFlags now allow clearer `--help`

BREAKING: cmd modified
BREAKING: config overhauled
BREAKING: Bump API to v8
2024-07-15 16:52:04 -04:00
d80c7675f9 fix(routes): unused param cfg 2024-07-03 17:37:29 -04:00
1f2ba0576a feature: permettre insert par csv
Ajouter parameter cfg à addRoutes()

Fix empty et default limit sur get requests (set default limit à 1000 hardcoded,
todo move to config)
2024-07-03 17:34:18 -04:00
e4ff1013d0 feature: ajouter et tester GetMembre[s]ForDisplay
Priorisent le prefered_name ("nom d'usage") et devraient être utilisés
aux endroits où l'affichage est important.
2024-06-20 18:51:38 -04:00
e6103c6e6e feature(api): add and test UpdateMembrePreferedName 2024-06-19 00:28:26 -04:00
78aafe0ce9 feature(api): add and test ProgrammesGET 2024-06-19 00:04:19 -04:00
f8b5c72003 feature: add and test GetMembres 2024-06-18 21:21:30 -04:00
c7c64674c7 rework: change api prefix to /api/v7/
- add and test GetMembre
- add `IsMembreID(string) bool` function

BREAKING: Rename routes to `/api/v7/...` scheme
2024-06-18 19:44:20 -04:00
e847f693e0 rework: renommer champs dans entities et ajouter MembresPOST
- ajouter et tester InsertMembres
- ajouter sql/views.sql
- ajouter view `membres_for_display` -> concat names ou prefered name
- rendre plusieurs champs NOT NULL dans schema
2024-06-17 17:25:53 -04:00
e1bce94d18 feature: add and test ProgrammesPOST 2024-06-17 14:07:49 -04:00
be766f593d ajouter API client et tester /api/health 2024-06-11 17:28:20 -04:00