UX/UI refactor on the center and stations filters #402
Closed
peterMuriuki
started this conversation in
General
Replies: 1 comment
-
This is clear. Closed by #404 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This can be observed and tested on the form-results view,
though the proposal should apply for all table filters that have drilldown semantics.
Filters of interest on this view:
- centers filter: select center(s) and auto-selects stations that belong to selected centers.
- stations filter: further refine filter based on stations that belong to selected centers.
Current behavior is that:
When center(s) is/are selected, stations that belong to the center(s) are also automatically selected
.In the stations filter, the sample space of options for stations still remain the same, i.e.
it stiill includes all stations in the system.
A side effect is that a user can add a station filter that does not belong to one of the selected center.
in steps:
The proposed change:
When a center(s) is/are selected, the possible sample space of station options that can be
selected in the stations filter is limited to just stations that belong to the selected centers.
in steps:
Note: the output in the steps above is dependent on the data currently on stage and might with time
depending to data changes in the staging db.
Beta Was this translation helpful? Give feedback.
All reactions