The top of the /forms view should include a filter bar that allows scoping by state, like this:
There is an existing filter implementation on the directory page; we can replicate that pattern here.
The list should update without a full page reload.
The filter should display as a query paramater in the URL, so that filtered views can be shared and navigated to directly.
New tests should be written to validate behavior.
The top of the
/formsview should include a filter bar that allows scoping by state, like this:There is an existing filter implementation on the directory page; we can replicate that pattern here.
The list should update without a full page reload.
The filter should display as a query paramater in the URL, so that filtered views can be shared and navigated to directly.
New tests should be written to validate behavior.