You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of our social layer work, we want to give users the ability to "follow" Organizations and other Users so they can be notified when orgs/users they're interested in publish new testimony. We currently have the follow button set up (behind a feature flag) for Organizations, but do not have a corresponding button for regular Users.
We would to add the "Follow" buttons that currently exist for Organizations to regular User content as well.
For now, let's say we'll continue to use the same "followOrg"/"unfollowOrg" firebase functions for users as well (since orgs are just a type of user) - we'll check in with Arun to see how we want to handle this going forward (might make sense to rename the firebase function if we're going to support more kinds of user).
Success Criteria
"Follow" button added to User Profile Page (identical in design to the one currently on the Organization Profile Page)
"Follow" button added to Browse Testimonies Page in the search results (identical in design to the button currently displayed by Organization search results on the Browse Testimonies Page)
Problem
As part of our social layer work, we want to give users the ability to "follow" Organizations and other Users so they can be notified when orgs/users they're interested in publish new testimony. We currently have the follow button set up (behind a feature flag) for Organizations, but do not have a corresponding button for regular Users.
We would to add the "Follow" buttons that currently exist for Organizations to regular User content as well.
For now, let's say we'll continue to use the same "followOrg"/"unfollowOrg" firebase functions for users as well (since orgs are just a type of user) - we'll check in with Arun to see how we want to handle this going forward (might make sense to rename the firebase function if we're going to support more kinds of user).
Success Criteria
Additional Links
The text was updated successfully, but these errors were encountered: