daily meeting and user deletion - #406
Draft
SbirLobo wants to merge 62 commits into
Draft
Conversation
…ngs under Meeting.id
There's no revision depth left to target once a UUID-backed meeting is in the database
now, we can read meeting.quick
avoid to generate url for each use make meeting url persistents
group_member table wasn't registered when test_join.py ran in isolation, causing User mapper configuration to fail on the group relationship.
Auto-fixed by ruff (datetime.UTC is the preferred alias since Python 3.11)
…user-deletion-by-celery-cron
…notification_mail
meeting.id stay autoincrement integer
…user-deletion-by-celery-cron
…user-deletion-by-celery-cron
…r-deletion-by-celery-cron
…r-deletion-by-celery-cron
azmeuk
reviewed
Sep 1, 2026
|
|
||
|
|
||
| def clean_db_and_delete_meeting(meeting): | ||
| def clean_db_and_delete_meeting(meeting, celery_cron=False): |
Collaborator
There was a problem hiding this comment.
La variable celery_cron est mal nommée puisqu'elle amène une notion technique (celery) dans le modèle. Généralement on s'attend à ce que les modèles soient atomiques et n'aient aucune dépendance métier ou technique. Peut-être qu'un nom come remove_delegates ou force serait mieux.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Cette PR est basée sur la #401
fixes #399
NEW SETTINGS
meeting inactif
meeting qui n'a pas eu de connexion sur la période
utilisateur inactif
utilisateur qui ne s'est pas connecté et dont aucun meeting n'a eu de connexion sur la période
CHANGES