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
New Datafile filter for type (state, tribe, territory)
New Datafile filter for region -- likely same cross-link of datafile and STT objects as above
New Datafile filter for "latest" -- must be combined with other filter(s). We don't want to re-parse v1,v2,...,v35 of a file so the latest filter would be after the other filters return a queryset of datafiles, only cherry-pick the highest version of each.
New Datafile filter for program type (we currently have section (SSP Active))
New Datafile filter for section (piggybacks on above task)
Run Testing Checklist and confirm all tests pass
Notes:
Current filtering is "AND" logic which will provide a non-intuitive interface. The first task for stacking/OR-ing conditions is paramount to success.
_Requested filters:
file id (e.g. 2053, lst)
STT (e.g. Alabama, lst)
STT type (e.g. tribe, lst)
region ( i.e. a set of STTs in a particular region)
Can we safely rely on a downstream system to handle contradictory parameters as suggested? If using DRF filtering, we could just end up with 0 files and say nothing to do.
Should we have an Ansible-like "preview" function?
Description:
To further specify which files need to be re-parsed, sys admins need more granular control.
Acceptance Criteria:
Create a list of functional outcomes that must be achieved to complete this issue
Tasks:
Enable stacking/Implemented via multi-select Integrate multi-select filtering with Django 508 query string mechanism #3183OR
-ing of multiple filters of same type (e.g., I want all datafiles from Florida or Georgia in my query)Notes:
Current filtering is "AND" logic which will provide a non-intuitive interface. The first task for stacking/OR
-ing conditions is paramount to success._Requested filters:
Supporting Documentation:
Open Questions:
The text was updated successfully, but these errors were encountered: