Skip to content
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

Update schedule changes list based on review #4435

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

kitsuta
Copy link
Member

@kitsuta kitsuta commented Dec 3, 2024

Adds a bunch of fixes/updates to the new schedule changes list:

  • No longer exports header/thumbnail for MIVS and MITS if there isn't a designated header/thumbnail
  • Displays old session names if the name changed, as that's how we would find the session to change in Guidebook
  • Changes the email address the at-con update notifications get sent to
  • Fixes linebreaks in data so that they render correctly on the page
  • Adds a link to the changes list to the top bar menu (under "Schedule")
  • Only shows the "View" link next to items if it goes to a public page or if you have access

Unfortunately, while Guidebook only accepts XLS files and not XLSX files, our xlsxwriter library will not output XLS files. We could output CSV files instead but that invites encoding errors if anyone opens the file and saves it before importing into Guidebook, so for now we just have to resave exported files as XLS files.

Adds a bunch of fixes/updates to the new schedule changes list:
- No longer exports header/thumbnail for MIVS and MITS if there isn't a designated header/thumbnail
- Displays old session names if the name changed, as that's how we would find the session to change in Guidebook
- Changes the email address the at-con update notifications get sent to
- Fixes linebreaks in data so that they render correctly on the page
- Adds a link to the changes list to the top bar menu (under "Schedule")
- Only shows the "View" link next to items if it goes to a public page or if you have access

Unfortunately, while Guidebook only accepts XLS files and not XLSX files, our xlsxwriter library will not output XLS files. We could output CSV files instead but that invites encoding errors if anyone opens the file and saves it before importing into Guidebook, so for now we just have to resave exported files as XLS files.
@kitsuta kitsuta merged commit 806ff87 into main Dec 3, 2024
3 checks passed
@kitsuta kitsuta deleted the schedule-changes-updates branch December 3, 2024 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant