-
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
[Issue]: Follow/Notes updates to My Grants #3601
Comments
@ClaireValdivia I assume the URL should reflect the new tab and new tab name when that tab is selected? i.e.
|
@phm200 yes, thanks for catching that! |
rolling along here; need to make sure the wrap behavior is right: and make sure the export csv is displaying the followed by data: hopefully get this up for review by end of weekend |
@ClaireValdivia should the changes to the Grants table, like renaming the "Interested Teams" column to "Followed By" also reflect in the main "Browse Grants" page? As well as the updated Export to CSV output? Or should these changes only be done to "My Grants" page? I'm finishing up this PR and noticed in testing that the changes I made for "My Grants" page also reflect in "Browse Grants" and want to confirm if thats intended or not |
@phm200 yes, confirming that the changes should reflect in the table on both the My Grants and Browse Grants pages. And yes, the changes should be reflected in teh exports to csv |
Why is this issue important?
We want the My Grants tab to reflect the new activity introduced with Follow & Notes
Current State
On the My Grants page, there are currently four "tabs" across the top to filter the grants that display in the table:
Expected State
Implementation Plan
Use the followNotesEnabled feature flag - #3405
MyGrantsView
, including new instance ofGrantsTable
and adding filter criteria for usinggrants/next
API endpointuser.agency_id
). E.g.agencies
table) following the grant in the same org/tenant (grant follower’ s user.tenant_id = current user’s tenant_id) to display in the table./grants/exportCSVNew
)Relevant Code Snippets
No response
The text was updated successfully, but these errors were encountered: