-
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
feat: 3601 - Follow/Notes updates to My Grants #3633
Conversation
QA Summary
Test CoverageCoverage report for `packages/client`
Coverage report for `packages/server`
|
Terraform Summary
Hint: If "Terraform Format & Style" failed, run OutputValidation Output
Plan Summary
Pusher: @TylerHendrickson, Action: |
ENABLE_GRANTS_SCRAPER=true | ||
SHARE_TERMINOLOGY_ENABLED=true | ||
ENABLE_NEW_TEAM_TERMINOLOGY=true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adding in the other feature flags I've seen used throughout the code for reference in the example env
@@ -23,6 +23,7 @@ describe('GrantsTable component', () => { | |||
{ | |||
interested_agencies: [], | |||
viewed_by_agencies: [], | |||
followed_by_agencies: [], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this component is very lightly tested and I'd like to return to add more test coverage here, but that can be done as a follow up PR; especially as we are likely removing some code soon for feature flag removal and therefore can reduce the test surface to cover
Looks good @phm200 ! Wonder how many teams are expected to be displayed in the table. If it is more than say 5, it may be easier to read if they are displayed on separate lines. |
Ticket #3601
Description
When Follow/Notes feature flag is enabled, make the following updates to My Grants page:
Followed By
andViewed By Columns
Screenshots / Demo Video
with followNotesEnabled feature flag on
...
with followNotesEnabled feature flag off
Testing
Automated and Unit Tests
Manual tests for Reviewer
Checklist