-
Notifications
You must be signed in to change notification settings - Fork 11
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
In-App Notification System for User Updates & Admin Announcements #66
Comments
@01bps Thanks for the report. What notifications do you consider? Given the minimalistic nature of the application, I do not see a rationale (at this point). |
I remember reading somewhere in the discussions that review boards are involved here, so notifications could be useful for things like "Your recent upload was flagged for review due to XYZ reason." That said, I get your point—most of it might not be necessary at this stage. Just thought I'd bring it up! |
Yes, in that discussion, we reached the consensus not to censor/moderate the uploads at this point (when the target users will be in the range of 10 - 25, with each user intentionally chosen). We may need to come back to this discussion again in the future when we have 100s of users. |
Understood, I was referring to the IRB aspect mentioned earlier #4 , but I see your point. We can certainly revisit this when the user base expands. I’ll go ahead and close the issue for now. Thanks for the clarification! |
There is no notification system for users. Admins cannot send updates, alerts or any info, and users do not receive any in-app notifications.
This feature will help users stay informed about any updates or announcements directly within the app.
Proposed Solution:
Using a single database entry for global notifications (user_id = "all") will help keep the system lightweight while ensuring all users receive important updates.
@pradeeban , Is it relevant to our use case? If so, I would love to work on implementing this feature.
The text was updated successfully, but these errors were encountered: