-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Separately show proceedings sessions with different names (#5005)
* refactor: Update call to deprecated add_event_info_to_session_qs * feat: Gather proceedings sessions in the view, grouped by name * feat: Begin using new session data format in templates (WIP) * feat: Show non-meeting groups (WIP) Non-meeting groups (all sessions are notmeet) now show up on the proceedings. Session materials associated with these groups are not shown, need to restore that functionality. * refactor: Rework template data, show materials for notmeet groups (WIP) * fix: Restore "No agenda", etc, when meeting materials are not present * chore: Remove commented out old code * fix: Restore contents in non-area sections of proceedings * chore: Remove commented-out stale code * fix: Suppress duplicate agendas for a group on proceedings * refactor: Generalize agenda deduplication and apply to minutes * refactor: Format multiple items per session; apply to bluesheets * refactor: Apply _format_materials to recordings, slides, and drafts * chore: Add comment about limitations of test_proceedings() test * test: Test separation of named sessions in the proceedings
- Loading branch information
1 parent
b931c8e
commit c6663eb
Showing
4 changed files
with
361 additions
and
257 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.