You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want forecasted grants available in our dataset (alongside active grants) so we can integrate them into the product for our users.
Current State
The Grant Finder product shows items from the grants table across the site, but the site is not set up yet to properly show forecasted grants.
Expected State
We want the Grant Finder product to filter out forecasted grants for now (until we've developed the UI to display them properly), so that they won't show up improperly when forecasted grant data starts flowing into the grants table.
We want to update all queries that involve the grants table to filter out anything where the opportunity_status is 'forecasted'. Specifically, the grants table queries in the following packages/server/src/db/index.js methods:
getNewGrantsForAgency (edit: this function appears to not be used anymore)
getGrantsNew
getGrants (both queries)
getGrant
getSingleGrantDetails
The text was updated successfully, but these errors were encountered:
Why is this issue important?
We want forecasted grants available in our dataset (alongside active grants) so we can integrate them into the product for our users.
Current State
The Grant Finder product shows items from the
grants
table across the site, but the site is not set up yet to properly show forecasted grants.Expected State
We want the Grant Finder product to filter out forecasted grants for now (until we've developed the UI to display them properly), so that they won't show up improperly when forecasted grant data starts flowing into the
grants
table.Implementation Plan
Blocked on #3212
We want to update all queries that involve the
grants
table to filter out anything where the opportunity_status is 'forecasted'. Specifically, thegrants
table queries in the followingpackages/server/src/db/index.js
methods:getNewGrantsForAgency
(edit: this function appears to not be used anymore)getGrantsNew
getGrants
(both queries)getGrant
getSingleGrantDetails
The text was updated successfully, but these errors were encountered: