Skip to content
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

[Forecasted Pipeline] Prevent forecasted grants being displayed #3213

Open
jeffsmohan opened this issue Jun 25, 2024 · 1 comment
Open

[Forecasted Pipeline] Prevent forecasted grants being displayed #3213

jeffsmohan opened this issue Jun 25, 2024 · 1 comment
Assignees
Labels
Grant Finder Issues related to the Grant Finder

Comments

@jeffsmohan
Copy link
Contributor

jeffsmohan commented Jun 25, 2024

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, 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
@jeffsmohan jeffsmohan converted this from a draft issue Jun 25, 2024
@jeffsmohan jeffsmohan added the Grant Finder Issues related to the Grant Finder label Jun 25, 2024
@jeffsmohan
Copy link
Contributor Author

@TylerHendrickson I'd love a quick review of the implementation plan before moving this to ready, thanks!

@ClaireValdivia ClaireValdivia moved this from 📋 Scoping to 🔖 Ready in Grants Team Agile Planning Jul 2, 2024
@mayabose mayabose assigned mayabose and unassigned mayabose Jul 22, 2024
@masimons masimons self-assigned this Sep 2, 2024
@masimons masimons moved this from 🔖 Ready to 🏗 In progress in Grants Team Agile Planning Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Grant Finder Issues related to the Grant Finder
Projects
Status: 🏗 In progress
Development

No branches or pull requests

3 participants