When a field worker clicks the Children Tab, they are navigated to the children view page. On that page there are two ways to sort and filter the data displayed on that page.
Label filter
Order by filter
Acceptance Criteria
Given that a field worker is sorting and filtering the Children records on the Children view page.
[x] When a field worker clicks the
[x] When a field worker clicks the filter, they should not see the option Reunited at.
[x] when a user types in the url , < /children?filter=&order_by=reunited_at&sort_order=asc> directly in the web browser, they should not be able to filter by Reunited at
[x] When a user types in the url </children?order_by=created_at&filter=reunited >, they should not be able to filter by Reunited.
Context
When a field worker clicks the Children Tab, they are navigated to the children view page. On that page there are two ways to sort and filter the data displayed on that page.
Acceptance Criteria
Given that a field worker is sorting and filtering the Children records on the Children view page.