fecgov / fec-cms

The content management system (CMS) for the new Federal Election Commission website.
https://www.fec.gov
Other
98 stars 40 forks source link

Build out citations filter on MUR search #5260

Open JonellaCulmer opened 2 years ago

JonellaCulmer commented 2 years ago

What are we after:

Add citations filter for statutes and regulations on MUR search using AO search design pattern

Completion criteria:

Resources: Designs: https://github.com/fecgov/fec-epics/issues/220 MUR citations PR: https://github.com/fecgov/openFEC/pull/5165

patphongs commented 2 years ago

@JonellaCulmer I'm going to push this up a few sprints because I'd like to use @rfultz's new autosuggest feature rather than using the typeahead, which will be deprecated in our codebase. AOs uses react for their filters, including citations, and I want to move away from that framework and standardize it using autosuggest like all of our other datatables are using. I have created a proof of concept PR so that we know how to revisit this in the future. Once it's incorporated in the autosuggest, it should be relatively easier to implement.