datatracker/ietf/meeting
Nicolas Giard aa9490faf6
feat(ui): new dynamic agenda view (#4086)
* feat: agenda page in vue (wip)

* feat: scroll to agenda day

* fix: vue 3 composition api + eslint settings

* fix: agenda day scroll match indicator

* fix: convert vite deps to yarn

* fix: missing lodash + legacy build step

* fix: agenda - move calendar into drawer

* fix: improve agenda filter UI

* fix: download ics + move agenda into own component

* feat: use fullcalendar for agenda calendar view (wip)

* feat: add events to agenda calendar

* feat: agenda filter UI improvements

* feat: agenda add to calendar dropdown

* feat: agenda calendar filter + timezone + event coloring

* feat: agenda calendar color improvements

* chore: exclude dist-neue from git

* feat: agenda calendar event modal

* fix: rebuild yarn deps

* chore: add run migration task to vscode

* fix: agenda buttons display flag

* feat: agenda event modal component

* feat: show calendar event quick info on hover

* fix: clear calendar quick info on timezone change

* feat: agenda list view improvements

* feat: agenda list row coloring

* feat: agenda list note

* feat: agenda list icons for office hours + hackathon

* fix: agenda top links

* refactor: use pinia as store for agenda components

* feat: agenda jump to now

* fix: agenda mobile improvements

* feat: agenda search

* feat: agenda search improvements

* feat: agenda event recordings buttons for post-meeting

* fix: agenda switch to meeting timezone on load

* feat: agenda pre & live session buttons

* fix: remove agenda utc + personalize links in top menu

* feat: add pre-vue loading state on page load

* feat: filter from agenda picker mode

* fix: agenda UI improvements

* fix: django-vite non-dev mode

* chore: update yarn dependencies for vue + vite

* feat: agenda settings panel + UI improvements

* feat: agenda settings colors + import/export feature

* feat: agenda color assignments + responsive UI improvements

* feat: agenda realtime red line + debug datetime offset

* feat: agenda add aria labels for settings

* feat: add new agenda path + pages/menu

* fix: bring base/menu.html up to main

* fix: agenda various fixes

* test: add new agenda item to meetings menu for item count

* chore: restore devcontainer extensions list

* fix: agenda UI improvements + montserrat default font

* feat: agenda bolder text + hide event icons options

* feat: agenda warning badge

* fix: agenda various UI improvements + intersectionObserver fix

* feat: agenda floorplan page + various UI improvements

* feat: agenda floor plan pin

* feat: view floor plan room from agenda

* feat: agenda floor plan mobile optimization

* feat: adjust calendar options + default calendar view in settings

* feat: agenda persist picked events + change base font only on new agenda page

* feat: agenda mobile view optimizations

* fix: add .vite to cached volumes

* fix: mobile view for filters, calendar, settings panels

* test: upgrade cypress existing tests to work on bs5 + update dependencies

* fix: use named url patterns to avoid hardcoded URLs. Add rudimentary test coverage for the neue views.

Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2022-07-13 16:20:23 -05:00
..
fixtures Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
management feat: explicitly model session attendance (#4025) 2022-06-20 10:46:36 -05:00
migrations feat: explicitly model session attendance (#4025) 2022-06-20 10:46:36 -05:00
templatetags chore: Remove various unused template tags (#4101) 2022-06-21 14:05:02 -05:00
.gitignore not sure why svn is being stupid here..this commit is worthless, and probably will fail 2007-05-09 22:04:05 +00:00
__init__.py Adding copyright notices to all python files 2007-06-27 21:16:34 +00:00
admin.py feat: explicitly model session attendance (#4025) 2022-06-20 10:46:36 -05:00
factories.py Guard against null timeslot location in agenda.html and add test of location_anchor tag 2021-11-15 21:01:19 +00:00
feeds.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
fields.py Eliminate the officehours timeslot type, update/renumber migrations, mark offagenda/reserved TimeSlotTypeNames as not used, add a 'none' SessionPurposeName and disallow null, update agenda filter keywords/filter helpers, fix broken tests and general debugging 2021-11-04 17:06:06 +00:00
forms.py fix: Authorize interim session requests using data-driven group roles (#4120) 2022-06-22 14:00:44 -05:00
helpers.py fix: better handle corner cases for pre-IETF-64 agenda redirects (#3775) 2022-03-31 17:16:21 -03:00
models.py chore: remove more tools.ietf.org server only related things. (#4103) 2022-06-22 14:11:46 -05:00
resources.py feat: explicitly model session attendance (#4025) 2022-06-20 10:46:36 -05:00
test_data.py Eliminate the officehours timeslot type, update/renumber migrations, mark offagenda/reserved TimeSlotTypeNames as not used, add a 'none' SessionPurposeName and disallow null, update agenda filter keywords/filter helpers, fix broken tests and general debugging 2021-11-04 17:06:06 +00:00
test_procmat.pdf Improve proceedings display with new title block, configurable host logos, and additional PDF or URL materials. Fixes #3147. Commit ready for merge. 2021-08-30 17:02:49 +00:00
tests_forms.py fix: Authorize interim session requests using data-driven group roles (#4120) 2022-06-22 14:00:44 -05:00
tests_helpers.py fix: better handle corner cases for pre-IETF-64 agenda redirects (#3775) 2022-03-31 17:16:21 -03:00
tests_js.py chore: remove ietf/group/colors.py, which is unused (#4100) 2022-06-20 10:31:20 -05:00
tests_models.py Improve proceedings display with new title block, configurable host logos, and additional PDF or URL materials. Fixes #3147. Commit ready for merge. 2021-08-30 17:02:49 +00:00
tests_schedule_forms.py Merged in [19744] from jennifer@painless-security.com: 2021-12-02 21:31:06 +00:00
tests_schedule_generator.py Use temporary directories instead of "real" filesystem for tests. Fixes #3414. Commit ready for merge. 2021-11-05 19:45:57 +00:00
tests_views.py feat(ui): new dynamic agenda view (#4086) 2022-07-13 16:20:23 -05:00
urls.py feat(ui): new dynamic agenda view (#4086) 2022-07-13 16:20:23 -05:00
utils.py fix: render meeting schedule editor icons using bootstrap-icons (#3777) 2022-04-05 18:57:08 -03:00
views.py feat(ui): new dynamic agenda view (#4086) 2022-07-13 16:20:23 -05:00
views_proceedings.py fix: handle invalid fields properly in proc material upload form (#3784) 2022-04-07 22:58:01 -03:00