-
Notifications
You must be signed in to change notification settings - Fork 33
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
Forwarded motion: new view options #3529
Comments
I think this still needs discussion on for example how to retrieve the data, when this view should be available, how to handle permissions, ... |
waiting for #3527 |
We are planning to deliver the data via autoupdate. With that we need to do adjustments to some very low level services in the client because this means that we are now in the situation where we have data of multiple meetings in our local model store. This complicates things with deleted data and view model lists. Besides from that we should also do some refactoring in the motion-detail component in preparation to this feature. |
I took an in-detail look at what would have to be done in the autoupdate:
There were some models where I wasn't sure whether they are required to be visible in the portal, I'll write the requirements here, @Elblinator @MSoeb or @emanuelschuetze will have to determine what we need in these cases:
Everything else necessary should be unlocked automatically via above-mentioned measures |
Points 1 and 2 seem sensible to me. In my opinion, they can be implemented in this way. For point 3, I would exclude the media files and possibly the list of speakers. Media files: A linked file could be of interest, as it could embed the motion in a context and the overall context is only conclusive with the media file. -> My suggestion here would be that, if technically possible or feasible with reasonable effort, media files can also be displayed and opened. List of speakers: It is similar with lists of speakers. Knowing who has spoken can be helpful information. I see the difficulty here more in the UI implementation, where we would place this information. - For practical reasons, I would therefore want to avoid integration. What do you think @emanuelschuetze ? |
Description:
A forwarded motion should get a new view, where a participant can take a look back into the original version with additional information.
other public information of the motion should be displayed *if public is not clear please ask)done by autoupdateIf the motion was forwarded as original motion plus amendments then the motion should be displayed in the diff version plus "Show all changes" is activatedIf the motion was forwarded as a final version then the motion should be displayed in the final or editorial final versionAdditionally (generally) wanted:
Note: This is just a suggestion for the new feature. It does not needs to look exactly like the mock-up
Please ask @MSoeb or @Elblinator if there are still questions
The text was updated successfully, but these errors were encountered: