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

Enable remaining three task queue filters on back-end #11888

Closed
1 of 6 tasks
lowellrex opened this issue Aug 23, 2019 · 0 comments · Fixed by #11923
Closed
1 of 6 tasks

Enable remaining three task queue filters on back-end #11888

lowellrex opened this issue Aug 23, 2019 · 0 comments · Fixed by #11923

Comments

@lowellrex
Copy link
Contributor

lowellrex commented Aug 23, 2019

Before we allow the front-end to include filters to the back-end in requests for a page of tasks in #11309, we need to enable the back-end to accept filters for the remaining three columns that are filterable. TaskFilter currently only accepts filters from one column. This ticket exists to enable filtering for all columns that are filterable.

One complication will be with the APPEAL_TYPE column where we include filters for two different database table:

  1. cached_appeal_attributes.case_type for all case types except AOD
  2. cached_appeal_attributes.is_aod for AOD

🚫 Blocked by

Acceptance criteria

  • Back-end can accept filters for all filterable columns
    • REGIONAL_OFFICE_COLUMN
    • DOCKET_NUMBER_COLUMN
    • APPEAL_TYPE_COLUMN
  • Properly apply filters for AOD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants