-
Notifications
You must be signed in to change notification settings - Fork 21
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
[STORY]: Grant Activity digest notification preference #3570
Comments
I grabbed this story as my first task. Will of course adjust to meet PR guidelines as needed |
@phm200 this looks great in staging! The only adjustment needed is that this should be behind the followNotesEnabled feature flag as it won't be applicable to users until we have the follow/notes feature launched. this was the implementation issues of the feature flag for reference, but let me know if you need more info! #3405 |
@ClaireValdivia I will put this behind that feature flag in a follow up PR. No problem. I will plan to do that tonight. Thank you for testing it out! |
@ClaireValdivia created PR #3606 to add feature flag. Do you want me to re-open this issue as well? |
thank you! and nope, this issue as good as is it - when it's closed it's move to "staging" status, and I manually move to closed when all testing is signed off on it's shipped to prod. |
feature flag is working as expected and this was deployed to prod today, thanks! |
Subtask of [STORY]: Create new email notifications for 'Follow + Note' #2960
Blocked by
Blocks
User Story
As an organization, we would like to foster more collaboration between our users to allow for the sharing of knowledge and resources to empower them to more efficiently and effectively apply for the grants discovered on our platform.
As a grantseeker, I want to be able to easily share grants I’ve discovered with my team.
As a grantseeker, I want to be able to easily find collaborators who may be able to help me when preparing and applying for grants.
As a grantseeker, I want to be able to quickly see what grants my team members are interested in.
As an admin, I want to be able to easily surface and resolve issues and blockers my team is running into.
Why is this issue important?
In order to help build the collaborative spirit we're going for, we need to have a prompt to pull people back to the platform when people they may be interested in supporting or receiving support from mark interest in the same grant. This will help bring users back to the platform in a timely manner to collaborate on previously marked grants.
Definition of Done
Implementation Details
MyProfileView
component controls displaying/saving user preferencesGRANT_ACTIVITY
as added tosrc/lib/email/constants.js
The text was updated successfully, but these errors were encountered: