Opened 7 years ago
Closed 7 years ago
#3223 closed enhancement (duplicate)
Personalized Schedule Builder for WordCamp Attendees
Reported by: | iandunn | Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | WordCamp Site & Plugins | Keywords: | needs-patch good-first-bug |
Cc: |
Description
The [schedule]
shortcode displays a static schedule to attendees (e.g., https://2017.seattle.wordcamp.org/schedule/). Many attendees would like to pick out sessions in advance, and build a simpler schedule of just those sessions, rather than having to refer to the full schedule all the time.
Background info and discussion.
v1 of this tool should let them:
- Explore the session and speaker details without navigating away from the app
- Let them select the sessions they want to attend
- Save those selections in their browser (cookie, local storage, etc)
- Let them export the schedule to other devices, like a phone or tablet. Maybe email them a link w/ a hash parameter that contains the data required to rebuild the schedule on the new device. The data should then be saved on the new device.
- Have a print button and print stylesheet.
- Maintain backwards compatibility with the existing
[schedule]
shortcode. This is strongly preferred, but not required if there isn't a good way to do it. Explore the possibilities and post some preliminary notes here to discuss it with other developers before getting too far into the project.
This is a large enough project that it should follow the feature implementation guidelines.
Sharing schedules and generating PDFs should be out of scope for v1, but could be v2 features.
Note: See
TracTickets for help on using
tickets.
Duplicate of #2733.