usdigitalresponse / usdr-gost

USDR-hosted grants management tools
http://grants.usdigitalresponse.org
Apache License 2.0
31 stars 21 forks source link

[Issue]: Follow/Notes updates to My Grants #3601

Open ClaireValdivia opened 2 weeks ago

ClaireValdivia commented 2 weeks ago

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

Image

Implementation Plan

Use the followNotesEnabled feature flag - https://github.com/usdigitalresponse/usdr-gost/issues/3405

Relevant Code Snippets

No response

phm200 commented 1 week ago

@ClaireValdivia I assume the URL should reflect the new tab and new tab name when that tab is selected?

i.e.

ClaireValdivia commented 1 week ago

@phm200 yes, thanks for catching that!

phm200 commented 1 week ago

rolling along here; need to make sure the wrap behavior is right: Team name text should wrap if needed

and make sure the export csv is displaying the followed by data: Update CSV export to support updated column label/values based on feature flag (route /grants/exportCSVNew)

hopefully get this up for review by end of weekend

phm200 commented 5 days ago

@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

ClaireValdivia commented 5 days ago

@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