-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/342 - Implement sorting, filtering and search on the dashboard #346
Conversation
return exp; | ||
} | ||
|
||
const sortAndOrderExperiments = (exp) => { |
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.
I think it would be nicer, readability wise if instead of comparing the current selection with numbers, we would compare them with ENUM value.
f.e.
else if (selectedSortIndex === Alphabetical) {
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.
Functionality looks good. There are some styling issues but minor
Closes #342
Implemented solution: ...
Video demo
2023-12-04.13-58-23.mp4