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
What we're after:
As part of our work to include a status indicator for all committees, we want to also add status to the global search, so users can see the status at a quick glance. When using the autosuggest for committee lookup, users want to quickly get results and be able to distinguish between active and terminated committees.
Here speed matters most, more than having api-user friendly data. /names/candidates/ is designed for the auto-suggest and doesn't provide any other data currently, so it's ok to make the abstraction from filing frequency to is_active true/false in the name of performance.
JonellaCulmer
changed the title
Test the impact to results rate of return for global search if status indicator is added
Test the impact to rate of return for global search results if status indicator is added
Apr 1, 2020
lbeaufort
changed the title
Test the impact to rate of return for global search results if status indicator is added
Add filing frequency to /names/committees/
Apr 1, 2020
lbeaufort
changed the title
Add filing frequency to /names/committees/
Add active/terminated status to /names/committees/
Apr 1, 2020
What we're after:
As part of our work to include a status indicator for all committees, we want to also add status to the global search, so users can see the status at a quick glance. When using the autosuggest for committee lookup, users want to quickly get results and be able to distinguish between active and terminated committees.
Here speed matters most, more than having api-user friendly data. /names/candidates/ is designed for the auto-suggest and doesn't provide any other data currently, so it's ok to make the abstraction from filing frequency to
is_active
true/false in the name of performance.Related issues
Completion criteria
is_active
to /names/committees/ endpointHelpful chart:
Tech steps or considerations (optional)
This comment from the design issue: fecgov/fec-cms#3325 (comment)
Update
ofec_committee_fulltext_mv
to haveis_active
based onfiling_frequency
and bring those changes forward to the model/endpoint.Design
The text was updated successfully, but these errors were encountered: