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

Ensure consistent event summary presentation via modal and direct access #701

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

raeeceip
Copy link

@raeeceip raeeceip commented Mar 16, 2024

  • Modify the statfile function in main.py to correctly generate summary URLs, including proper handling of the date in meetname. This change ensures that the URL for event summaries is correctly formed, both for direct access and when loaded in a modal.
  • Update statfile.html.j2 and event_summary.html.j2 templates to support redirection from '/smry' paths to canonical event pages. This ensures users experience consistent styling and functionality, regardless of access method.
  • Implement a redirection mechanism in main.py for '/smry' URLs to redirect to the styled event summary pages, enhancing the consistency of user experience across the platform.

These changes address user feedback regarding discrepancies in content presentation between modal-loaded summaries and their directly accessed counterparts, streamlining the user interface and reinforcing intuitive navigation.

I will note, this is still a slightly rough draft, and the /smry url loads an unstyled version of the summary page, as it does not yet redirect to the proper url
One completed, issue #687 should be resolved

- Modify the statfile function in main.py to correctly generate summary URLs, including proper handling of the date in meetname. This change ensures that the URL for event summaries is correctly formed, both for direct access and when loaded in a modal.
- Update statfile.html.j2 and event_summary.html.j2 templates to support redirection from '/smry' paths to canonical event pages. This ensures users experience consistent styling and functionality, regardless of access method.
- Implement a redirection mechanism in main.py for '/smry' URLs to redirect to the styled event summary pages, enhancing the consistency of user experience across the platform.

These changes address user feedback regarding discrepancies in content presentation between modal-loaded summaries and their directly accessed counterparts, streamlining the user interface and reinforcing intuitive navigation.
@gridhead
Copy link
Member

@raeeceip is the implementation completed yet?

If not, please revert this pull request to the draft status and continue working on it.

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.

None yet

2 participants