-
Notifications
You must be signed in to change notification settings - Fork 2
QUA-1094: Update "Filter and Sort" as per the latest release. #871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QUA-1094: Update "Filter and Sort" as per the latest release. #871
Conversation
RafaelOsiro
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The !!! info section that you added seems to only have this functionality in checks.
I’ll be adding the new page in the User Guide, but I also think it’s good to keep this info in the Checks section since it’s directly relevant there as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The
Required Valuescheck is missing the warning section. - About this file here
docs/components/general-props/typos.md, you need to make it as generic as possible. Because you will reuse it in other pages.
So, you need to remove the screenshot because it only shows the check filters and leave only the!!! infosection.
The screenshots will need to be included on each page. If you leave this screenshot there and reuse this component elsewhere, users may be confused, as they won't understand that the screenshot is just an illustration of the functionality and not the actual filter.
You added the fuzzy search in one Filter and Sort page. But other pages are missing it.
a. https://userguide.qualytics.io/datastore-checks/filter-and-sort/
b. https://userguide.qualytics.io/anomalies/filter-and-sort/
c. https://userguide.qualytics.io/explore/insights/#filtering-controls
d. https://userguide.qualytics.io/explore/anomalies/#filter-and-sort
e. https://userguide.qualytics.io/explore/checks/#filter
f. https://userguide.qualytics.io/tags/overview-of-tag/#filter-by-category
g. https://userguide.qualytics.io/explore/profiles/#filter_1
h. https://userguide.qualytics.io/container/overview-of-a-computed-field/#filter
i. https://userguide.qualytics.io/datastore-checks/overview/#filter-and-sort
j. https://userguide.qualytics.io/flows/flows/#filter
k. https://userguide.qualytics.io/settings/connections/manage-connections/#filter-connection
l. https://userguide.qualytics.io/settings/security/overview/#sort-users
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The component is not rendering
Overview
This PR includes adding info regarding types as per the latest release.
Key Changes