usdigitalresponse / usdr-gost

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

[Issue]: Follow/Notes updates to Dashboard #3602

Open ClaireValdivia opened 1 month ago

ClaireValdivia commented 1 month ago

Why is this issue important?

We want the dashboard to reflect the activity associated with the new follow/notes feature

Current State

The dashboard currently shows Recent Activity and displays a log of recent shared and status updates across the organization.

Expected State

Dashboard design

Implementation Plan

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

In packages/server/src/routes/grants.js, define a new GET /recentActivity API route handler as follows:

Relevant Code Snippets

No response