-
Notifications
You must be signed in to change notification settings - Fork 126
Draft
Conversation
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
@susnux
susnux
added
enhancement
New feature or request
2. developing
Work in progress
design
Related to the design
feature: 📊 responses & statistics
labels
Mar 15, 2023
susnux
marked this pull request as draft
March 15, 2023 16:02
Chartman123
commented
Nov 20, 2023
Collaborator
- Currently there is a "unread" notification, to have this work across browser sessions we would have to save it on the back end, so:
- Do we want this feature? (I would like to have it as it allows better overview on already processed responses)
Unread flag would be nice, this could also be represented in the list of forms on the left
- One global "viewed" flag per submission or one per user? (I would prefer it per user)
I would say that it's enough to have it per submission, but per user would be nice
- Saved within the submission? Or in the share? Or a new table? Somewhere else?
Depends on the point above... If per submission, then with the submission. If per user, probably somewhere else
- I implemented this currently as a separate view, should we keep this as a third view or replace the "responses" view with this?
A separate view isn't necessary in my opinion... We're showing the same information as in the responses view. So in conjunction with the "unread" flag you could for example collapse all read submissions by default and have a collapse/expand all action on top.
Chartman123
commented
Apr 13, 2026
Collaborator
@susnux As this PR is quite old, should we keep it open?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
This is still work in progress as there are a few questions for which I would like to have some feedback:
Here is a screen recording on how it looks like currently:
screenrecording.mp4