2023-12-27 00:03:33 +00:00
|
|
|
|
Following the dev
|
|
|
|
|
|
|
|
|
|
like rossman said, you need to split up things
|
|
|
|
|
|
|
|
|
|
# schedule
|
|
|
|
|
|
|
|
|
|
## 2023-12-23
|
|
|
|
|
|
|
|
|
|
- have a rust client to fetch list of users from sql
|
|
|
|
|
|
|
|
|
|
## 2023-12-27
|
|
|
|
|
|
|
|
|
|
- Normalize address, cities
|
|
|
|
|
|
|
|
|
|
all of the normalization work should not have been done here,
|
|
|
|
|
|
|
|
|
|
we should have created our own platform so people can register and pay later (either in cash, or using 3rd party payment like stripe)
|
|
|
|
|
|
2023-12-28 12:25:25 +00:00
|
|
|
|
## 2023-12-28
|
|
|
|
|
|
|
|
|
|
TODO:
|
|
|
|
|
- more configuration options
|
|
|
|
|
- summary of the operations at the end of run
|
|
|
|
|
- how many users were added, muted?
|
|
|
|
|
- conjoined user: add attached member to paheko
|
|
|
|
|
- "Membre lié"
|
|
|
|
|
- is this kind of thing even accessible on the API-level ?
|
2023-12-30 22:48:23 +00:00
|
|
|
|
|
|
|
|
|
- better error handling & report to the user
|
|
|
|
|
- handle import error
|
|
|
|
|
- handle name of the service or service fee not found
|
|
|
|
|
|
|
|
|
|
- BUG: quand l'utilisateur est déjà créé, ya un problème d'ID, le user summary n'a pas le bon id, il faut le populer depuis ce qu'on a déjà fetch
|