-
Notifications
You must be signed in to change notification settings - Fork 12
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
Next/previous navigation between discussion items #207
Comments
This might be tricky. Because it is unclear what next/previous is in general. If you came to a discussion from a meeting list you might want to go to the next one in the meeting, but if you are on the list of all discussions, the next discussion might be something else (all discussions list is ordered by time, while meetings have custom order). One option to address this could be having a special "in the meeting mode" presentation view, which would be a special mode you project during a meeting and has a concept of a meeting and order of discussions (see #130). Alternatively, we could remember from where you came to a discussion (direct link, meeting page, discussions list page) and then have next/previous based on that. The issue is that this can potentially confuse users why once next works in one way and the other time in another way. But it is also true that it will work often in the exactly the way they would want. |
I think this is to help a workflow during the meeting. Am I mistaken, @icmeyer? (Of course it could help also moderators, but for moderators I think the current Activity page is more useful.) |
Yes, @mitar, this would be to assist in the facilitation of the meeting. A "meeting mode" is exactly what I am looking for. But the "meeting mode" could also include a sidebar to show what is coming up |
Migrating from this comment:
Allow meeting items to be processed and go to next item. See attached picture
cc @icmeyer
The text was updated successfully, but these errors were encountered: