Open entrotech opened 2 months ago
@NilakshiS New issues have to be created from this issue.
Hi @NilakshiS these questions were raised in #1828
- The list often extends beyond the boundary of the drop-down window. I had this problem with the date filtering popup as well. Not sure whether we should do anything about that.
- The prototype had checkboxes next to each item in the list - I guess they were thinking you might want to select multiple choices from the list, but I'm not sure that's really needed.
- It's also not clear to me whether you should be forced to pick one match from the list. It might be useful to be able to just type a string, NOT select anything from the list, and apply the filter to get any projects where the column matches the substring.
Also wondering if there should be a visual cue that a filter is applied on a particular column, and also if there should be a control to clear all filters.
Hi @roslynwythe We've created these issues to design for resetting the filters and designing a visual cue for a filter applied:
As for the rest of the questions:
Dependency
ready for product
andready for design lead
labelOverview
We need to review a list of potential improvements
Details
Yiran developed a re-design of the My Project Page filtering UI several months ago. We are finally getting around to implementing the design, and have several questions and suggestions about the design that need to be resolved to implement the re-design.
Action Items
Problems / Suggestions based on developer review
Details
If you have all the popups closed, there is no indication of which, if any, filters are applied and no indication of any applied sorting.
Screenshots of TDM dev
I chose this filter And then after I applied, it was not possible to see that I had used the filter ![image](https://github.com/user-attachments/assets/76b8636f-f4bd-49f7-a2da-6ceab4695d43)See Google Sheets filter indicator
![image](https://github.com/user-attachments/assets/ca25d7a2-e287-4f74-aaba-95b3845ece76)Details
``` ### Overview As a user I want to be able to clear all the filters and sort sections at once, so I can get back to the default view ### Details Currently the only way to clear filters, is to open each column header. Additionally you cannot reset the sort back to default unless you know which of the sort options is the default. ### Action Items - [ ] #### Resources - My Project's page https://tdm-dev.azurewebsites.net/projects ```Details
Each popup has an option to sort by that column. The prototype design uses two toggle buttons that essentially mean "Sort Ascending" or "Sort Descending" (though the labels differ based on the column). I'd argue that toggle buttons are not an appropriate choice, since it is not possible to sort ascending and descending simultaneously. A better choice is a set of two radio buttons. This allows the user to select one or the other, but not both. Moreover, the data might not be sorted by that column at all, in which case neither radio button is checked when the popup is first opened. If the user then clicks on one of the choices, it will be applied when the Apply button is clicked. They can also choose Reset to not apply sorting by that column.
Dev has already implemented this change (see My Project's page). Example
Design will need to review and indicate what changes need to be made to comply with our design system.
Details
The Primary Call to Action button on each popup is labelled "Show Result", but the usual word used for something like this is "Apply". - This is just John's opinion, so we can use another working if you want. - Product agrees Apply is more consistent with industry standard. - If Design has a different word we should use, please provide industry examples. - Examples - Google Sheets uses "OK" - Dev has already implemented this, see screenshot from dev siteDetails
The Visibility Popup design is pretty good. I strongly suggest removing the "Search by Keyword" control, since it is unnecessary and possibly confusing. I'd prefer to see "Visible" as the first choice, since it should be the default and the most common choice. Screenshot from Dev for sort choices ![image](https://github.com/user-attachments/assets/343a05cf-7e78-4cf6-84b6-7ca01848daa2) Dev is also suggesting that these should be reordered (Visible, Hidden, Both) ![image](https://github.com/user-attachments/assets/247bbf0d-b48f-4939-af0f-31898635cb60)Details
For the Status Popup design, we should remove the "Search by Keyword" control, since there are only 2-3 choices, so it is unnecessary and confusing. The three choices for filtering by status are "Draft", "Snapshot" or "Draft and Snapshot", which would be better represented by a set of three radio buttons with the corresponding labels. Using two checkboxes like the prototype has a problem where unchecking both boxes would filter out all projects and isn't a useful choice, so we can prevent this problem by switching to radio buttons. IMO, we should use a second set of three radio buttons for filtering by Active vs Deleted, with the choices "Active", "Deleted" or "Active and Deleted" instead of a single checkbox, because the prototype design with a single checkbox is ambiguous to users (if the box is unchecked, will you see just the deleted projects or both the active and deleted projects?).FYI: The filtering criteria for the other columns are either for strings or date ranges and the suggested designs are good.
Changes in the "Design System"
Details
The filter icon has been changed in the style guide to MdFilterAlt. We might also need an icon to indicate that a filter is not applied to the column - Maybe MdFilterAltOff? See [this page](https://react-icons.github.io/react-icons/icons/md/) for the list of available icons. Product thinks it should use [filled](https://mui.com/material-ui/material-icons/?query=filter&selected=FilterAlt) and [unfilled](https://mui.com/material-ui/material-icons/?query=filter&theme=Outlined&selected=FilterAltOutlined) ![image](https://github.com/user-attachments/assets/7bc88c92-c04b-4d06-a5f1-c0db063c671b)Resources/Instructions