Follow+Notes: Expose ability to follow a grant via Finder API #3206
Labels
collaboration
good first issue
Good for newcomers
Grant Finder
Issues related to the Grant Finder
javascript
Pull requests that update Javascript code
Subtask of [STORY]: Update 'Status' to 'Follow + Note' feature #2960
Blocked by
Blocks
TBD
Definition of Done
A new API route exists that allows users to follow a specific grant.
Implementation Details
In
packages/server/src/routes/grants.js
, define a newPUT /:grantId/follow
API route handler as follows:followGrant()
frompackages/server/src/lib/grantsCollaboration
with the grant ID from request path parameters and the authenticated user ID.The text was updated successfully, but these errors were encountered: