ushahidi / platform

Ushahidi Platform API version 3+
http://ushahidi.com
Other
665 stars 502 forks source link

Changing Saved Filter from radio-button to checkbox #4911

Open Tanyadw opened 2 months ago

Tanyadw commented 2 months ago

Issue:

Getting option to select one out of all the options in the Saved Filters dropdown, instead it should have been a checkbox to select multiple options.

Description:

When we apply filters in data-view we get to select any one filter from Saved Filters dropdown. This can be changed to checkbox so that the user can apply more than one filter at one time for better user experience. If a user wants to see his/her/they published posts and yet to be verified post only and that also simultaneously he/she/they at current feature would not be able to access it. But, if the radio button is changed into a checkbox list more than one option can be opted simultaneously.

Steps to Reproduce:

  1. Go to the Ushahidi client platform.
  2. Go to Data-view
  3. Select Filters in the upper-right corner.
  4. Click on the Saved Filters dropdown

Environment: Chrome, Edge

Solution:

Currently according to the code-base here radio-buttons are used, instead if we use checkbox or list box we can create the ability to choose multiple options instead of just one. The below attached images can be used for reference to make the amendments.

Current Appearance:

image 1

Expected Appearance:

image2

Which user group(s) are the primary audience for this feature/enhancement:

-> Every user who is willing to view their own posts or any other posts simultaneously. -> Users who are looking at posts of one kind which can be his/her/they own or owned by others.

Tanyadw commented 1 month ago

Hello @Angamanga I have raised this issue last week under accessibility project, could you please review it and label it if suitable, additionally I would highly appreciate if you could provide any feedback for further improvement. Thankyou!