-
- Downloads
[IMP] website_event_track_online: improve agenda page
RATIONALE Events are sometimes held online, gathering a community. In this merge we improve Event application to better support full-online events with improved tracks, wishlists, chat rooms, ... PURPOSE Improve Agenda page, to make it more inline with new Online Event design. Make it more usable, with a better UX and mobile-friendly. SPECIFICATIONS: AGENDA Keep a per-day and per-room display, as we think it is a nice design. Hours should be fixed: all hours between first hour and last hour of a day's tracks should be displayed. Otherwise you have some "holes" in agenda, and each line does not hold the same time range. Display tags and reminders on tracks. Support accepted tracks, not clickable but already displayed for people to organize their venue, especially with the wishlist / reminder feature in mind. Try to make it mobile friendly, by allowing horizontal scroll instead of displaying all rooms on a small device. SPECIFICATIONS: SEARCHING Allow to search on tracks, as well as some basic filtering. Use the look from event page to have something more inlined with current website layout. Due to time limitations, currently agenda custom JS-based search is inlined in bar looking like other event search bars. However no menu based on tags or wishlist is available as everything is done in JS. Routes do not support any tag or search, and adding it would take some time we don't have anymore. KNOWN LIMITATIONS Columns still do not have same width, complicated to do with dynamic column number and overlapping tracks going outside of locations columns. Mobile layout could be improved but is already browsable. Search is still custom, and will be improved in master. LINKS Community PR #53540 Enterprise PR odoo/enterprise#11384 Task ID-2252655 (Main Online Event task) Task ID-2299857 (Event Design Review) Co-Authored-By:David Beguin <dbe@odoo.com> Co-Authored-By:
Elisabeth Dickison <edi@odoo.com> Co-Authored-By:
Thibault Delavallée <tde@odoo.com>
Showing
- addons/website_event_track_online/__manifest__.py 1 addition, 0 deletionsaddons/website_event_track_online/__manifest__.py
- addons/website_event_track_online/controllers/event_track.py 153 additions, 1 deletionaddons/website_event_track_online/controllers/event_track.py
- addons/website_event_track_online/static/src/scss/event_track_templates.scss 97 additions, 0 deletions...t_track_online/static/src/scss/event_track_templates.scss
- addons/website_event_track_online/views/event_track_templates_agenda.xml 190 additions, 0 deletions...event_track_online/views/event_track_templates_agenda.xml
Please register or sign in to comment