-
Notifications
You must be signed in to change notification settings - Fork 15
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
Notification Release Plan #181
Labels
Comments
4 tasks
Thanks for putting this together. V1
|
MM
Plan:
|
I have a small question regarding the notification behaviour for an edge case involving an open auction:
Is this acceptable, given that there's a chance that Bob didn't even know he was the top bidder? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Design specs Link
Notifications v1
3.1.0
Release date: October 4th 2023
The first release, V1, will focus on basic notification functionality such as database creation and status update, together with adding a lot of notification events
Work
notification
entity (and various variants for each case)emailNotification
entityinAppDelivery
entity in favour of boolean flag (since no diagnostics are planned for in-app notifications): 1 hrsaddNotification
module and helpersaddNotification
function to various mapping and resolver3.0.1
→3.1.0
24 hrs (at least, we also want to make sure that account sign in is possible after and login is possible before and after)Notifications v2
Release date: ??
The second release, V2, will build upon V1 and introduce two most needed features, email notifications and enhanced security by making notifications queriable by accounts only
ExcludeChannel
should be made asChannelNotification
(requires accessing channel data even though the channel is excluded)3.1.0
→3.2.0
8 hrs (provided that testing boilerplate code is already there from v1)NotificationInApp
with opencrud clause and pagination with unit test: 24 hrsSuccessfulSignIn
: 1 hrsnotification
entity private: negligibleNotification v3
Release date: ??
The second release, V3, will build upon V2 and introduce more advanced features such as the polling microservice (which fetches specifc data from the chain at regular intervals). It will include also:
Work
The text was updated successfully, but these errors were encountered: