-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feat/download meeting part #722
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3 more things:
- I've merged @piemonkey 's work on the ability to delete template comments from the published html. You should use this for the decision export, for all the others the prepublisher already handles this
- again for decisions only: somewhere in the publication pipeline we replace the decision URI from "http://example.net/new-decision" with a real, new decision URI. We should do this logic for the decision download as well.
- and also for decisions: we should wrap it in a div that defines the prefixes we use. again, for all the other things this is something we already do somewhere else in the app
Co-authored-by: Arne Bertrand <[email protected]>
Co-authored-by: Arne Bertrand <[email protected]>
Co-authored-by: Arne Bertrand <[email protected]>
Co-authored-by: Arne Bertrand <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
another thing: the agenda items are not in order on the export screen
Hey @abeforgit , I write here because rocket chat seems to be broken, the agendapoints are sorted by position, are finding a bug with this? |
Overview
Added a way of downloading different parts of the meeting as HTML
https://www.figma.com/design/UVPMVe7O29nt7G1rRJ6uH9/installatievergadering?node-id=351-337&t=M0DRZAdacQNR1WNw-4
connected issues and PRs:
GN-4902
Setup
None
How to test/reproduce
Go to a meeting, click on the acties menu, and then on the "Onderdelen kopiëren en downloaden" you should be able to download all the meeting parts there
Challenges/uncertainties
None
Checks PR readiness