-
Notifications
You must be signed in to change notification settings - Fork 12
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
Consider creating a job to remove a session from the project automatically when it gets closed #30
Labels
enhancement
New feature or request
Comments
27 tasks
tidoust
changed the title
Job to remove a session from the breakout session project when it gets closed
Consider creating a job to remove a session from the project automatically when it gets closed
Jun 27, 2023
To clarify, this includes:
|
tidoust
added a commit
that referenced
this issue
Jan 17, 2024
This rewrites the calendar maintenance logic to add support to plenary meetings. Plenary meetings make the logic more complex because it breaks the 1-to-1 mapping that existed between sessions and calendar entries. The logic now needs to handle corner cases such as: - a session that used to be a breakout and that becomes a plenary session. - a session that used to be a plenary session that becomes a breakout session. - a session moved from one plenary meeting to another. As part of the update, the logic now correctly handles canceling/deletion of a calendar entry when needed, meaning when session now needs to be associated to another calendar entry, or when the session is no longer associated with a slot. FWIW, that is not enough to support the case when a session issue is closed (see #30): we need a job that reacts on issue closure.
tidoust
added a commit
that referenced
this issue
Jan 17, 2024
This rewrites the calendar maintenance logic to add support to plenary meetings. Plenary meetings make the logic more complex because it breaks the 1-to-1 mapping that existed between sessions and calendar entries. The logic now needs to handle corner cases such as: - a session that used to be a breakout and that becomes a plenary session. - a session that used to be a plenary session that becomes a breakout session. - a session moved from one plenary meeting to another. As part of the update, the logic now correctly handles canceling/deletion of a calendar entry when needed, meaning when session now needs to be associated to another calendar entry, or when the session is no longer associated with a slot. FWIW, that is not enough to support the case when a session issue is closed (see #30): we need a job that reacts on issue closure.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be low priority.
The text was updated successfully, but these errors were encountered: