-
Notifications
You must be signed in to change notification settings - Fork 14
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
GUI related modification[Implemented Filter, Sorting and Loader widget, Fixed Scrollbar alignment issue and SVG image related issue] and removed cmf server related functions from public api doc #205
GUI related modification[Implemented Filter, Sorting and Loader widget, Fixed Scrollbar alignment issue and SVG image related issue] and removed cmf server related functions from public api doc #205
Conversation
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.
Suggestions for Artifact page
-
Sorting Arrow Visibility
Currently, the sorting arrow appears only after clicking on the field. It may enhance user experience to display the sorting arrow beforehand, allowing users to recognize that sorting functionality is available. -
Sorting and searching Functionality
Currently, sorting and searching is enabled solely on the "Name" field. We can think about expanding this functionality to other fields too. -
Artifact Organization
We could consider implementing a dedicated tab that displays all artifacts, complemented by side filters for specific artifact types. -
Filter Behavior
Clicking twice on any of the filters causes the table to disappear. We need to investigate this behavior.
5 Search Behavior
Search is limited to particular pagination
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.
Created Bug for Sorting Arrow Visibility
. Will consider Sorting and searching Functionality
and Artifact Organization
for future enhancements.
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.
- Filter Behaviour
We have faced this bug before and have already fixed it in sync_api_to_async_api PR
ui/src/pages/artifacts/ArtifactTypeSidebar.jsx
PR - master...varkha-d-sharma:cmf:sync_api_to_async_api
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.
Suggestions for Execution Page
-
Sorting Arrow Visibility
Currently, the sorting arrow appears only after clicking on the field. It may enhance user experience to display the sorting arrow beforehand, allowing users to recognize that sorting functionality is available. -
Sorting and searching Functionality
Currently, sorting and searching is enabled solely on the "Name" field. We can think about expanding this functionality to other fields too. -
Search Behavior
Search is limited to particular pagination.
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.
Created Bug for Sorting Arrow Visibility
. Will consider Sorting and searching Functionality
for future enhancements.
Related Issues / Pull Requests
List all related issues and/or pull requests if there are any.
Description
Include a brief summary of the proposed changes.
What changes are proposed in this pull request?
examples in this repository need to be updated too).
Checklist:
uses Google-style formatting and any other formatting that is supported by mkdocs and plugins this project
uses.