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

Search Adjustments from 8/25 review #1829

Open
63 tasks done
as1729 opened this issue Aug 25, 2023 · 0 comments · Fixed by #1831
Open
63 tasks done

Search Adjustments from 8/25 review #1829

as1729 opened this issue Aug 25, 2023 · 0 comments · Fixed by #1831
Labels
Grant Finder Issues related to the Grant Finder
Milestone

Comments

@as1729
Copy link
Contributor

as1729 commented Aug 25, 2023

Search adjustments:
Priority post-launch issues can be found here: #2040
Other issues that were determined to be non-blockers for launch are separated into separate tickets.

  • need to hard refresh to see feature flag [update 10/2 - seems like this is not an issue for most folks]
  • @as1729 Add "All Bills" option to the bill multiselect
  • @as1729 change "Bill" filed to "Appropriation Bill"
  • add border to bottom of table
  • make pressing the enter key execute the search when the advanced search panel is open
  • I’m able to save a search without entering any criteria - should be required to enter one criteria
  • @as1729 Reduce font side for side panel title "New Search" "Edit Search" etc.
  • @as1729 Add 10px padding below include / export csv row and top of table
  • @as1729 Reduce padding between "My Saved Search" and "New Search" button
  • @as1729 Reduce padding between title of saved search and criteria in saved search panel
  • @as1729 Increase padding at top and bottom of cells in saved search drawer
  • @as1729 - update pagination styling

Performance Testing

  • Create 50 x 650 saved searches and monitor successful completion of the email notifications cron job.
  • [live in staging] @jakekreider Remove search total calculations from pagination (search totals and page totals will not calculate or display) -

Final Readiness known-items

Bugs to resolve by Launch Date

Grant Ingest Deployment Prerequisites

Due by 2023-08-30 at noon ET

  • @jakekreider “Edit” saved search is inconsistent. Sometimes the values are not actually getting saved
    • Save and apply does not appear to have saved search
  • @jakekreider Delete of a saved search not working - no confirmation prompt and saved search not deleting
    • Deleting from the drawer applies the deleted search to the grants table
    • Delete Saved Search - delete from drawer applies the search, expecting table to return to all grants after a search is deleted.
    • Deleted search does not disappear from panel until after page is refreshed
    • Delete keywords and check that it’s reflected in Browse Grants
    • Edit Saved Search from above table - not working
    • Edit Saved Search from drawer - applies edits but does not save edits
    • Apply saved search from drawer - CW, does not apply

General Bugs due by 2023-09-07

  • @replicantSocks Emit an error message when you’re prevented from creating a new search with the same name as a previous saved search - see ticket As a user applying filters to a search, I want to be able to save that search so I can re-use it on a recurring basis. #1369 for intended functionality
  • @TylerHendrickson backfill needed for funding type and bill (right now searching by either gives empty results)
  • @as1729 My Grants - paginated numbers not showing the correct total (i.e. 9 of 31 when only 9 grants are showing)
  • @as1729 Eligibility - when you select an option from a multi-select, you can X out of selected option
  • @as1729 Power of 2 issues when clicking the same multiselect option on Eligibility Codes
  • @as1729 My grants tab pulling grants across tenants. This should be scoped to agency.
  • @replicantSocks Export to CSV - Make sure we are able to export the first 500 rows of any search criteria
  • @as1729 Unit tests for paginated grants endpoint
  • @as1729 Make bill field as a drop-down
  • my saved searches panel is not paginated (it scrolls which is okay but might impact if more than 50 searches, 51 and over may disappear)
  • @TylerHendrickson opportunity status field not updating from grants.gov so don't really reflect status if it's changed since it came in. This is resolved by pulling in grants via grants-ingest rather than the scraper.
  • @as1729 what should paginated number show? Decided to show total grants only.
  • @as1729 The sidebar ends up creating a horizontal scroll : solution, trunkate pills and wrap list. see figma:
  • Interested Agencies is broken. See error: error: select distinct "grants".* from "grants" left join "grants_interested" on "grants"."grant_id" = "grants_interested"."grant_id" order by "grants_interested"."grant_id" asc, "grants"."grant_id" asc limit $1 - for SELECT DISTINCT, ORDER BY expressions must appear in select list
  • [not doing] Dashboard totals don't seem to be displaying correctly (i.e. $0 is displaying as the total when there are interested grants, and a large $ amount is showing for rejections when there are 0 rejected grants) https://files.slack.com/files-pri/TVDP74XAM-F05SR4ABXBJ/screenshot_2023-09-12_at_4.23.24_pm.png Fixed using: Hide dashboard stats, skip separate query for total count #1979
@as1729 as1729 linked a pull request Aug 25, 2023 that will close this issue
7 tasks
@ClaireValdivia ClaireValdivia added the Grant Finder Issues related to the Grant Finder label Aug 25, 2023
@ClaireValdivia ClaireValdivia added this to the June 30 milestone Aug 25, 2023
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Grants Team Agile Planning Aug 26, 2023
@as1729 as1729 reopened this Aug 28, 2023
@as1729 as1729 moved this from ✅ Done to 🏗 In progress in Grants Team Agile Planning Aug 28, 2023
@jakekreider jakekreider mentioned this issue Aug 31, 2023
7 tasks
@jakekreider jakekreider assigned as1729 and unassigned as1729 Aug 31, 2023
@ClaireValdivia ClaireValdivia moved this from 🏗 In progress to ✅ Done in Grants Team Agile Planning Oct 11, 2023
@ClaireValdivia ClaireValdivia moved this from ✅ Staging to 🚢 Completed in Grants Team Agile Planning Oct 13, 2023
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: 🚢 Completed
Development

Successfully merging a pull request may close this issue.

2 participants