Skip to content
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

Merged
merged 6 commits into from
Dec 6, 2023

Conversation

D-GopalKrishna
Copy link
Contributor

Closes #342

Implemented solution: ...

  • Added sorting, filtering and search on the dashboard

Video demo

2023-12-04.13-58-23.mp4

return exp;
}

const sortAndOrderExperiments = (exp) => {
Copy link
Member

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) {

Copy link
Member

@afonsobspinto afonsobspinto left a 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

@afonsobspinto afonsobspinto merged commit 7f8b294 into develop Dec 6, 2023
3 checks passed
@afonsobspinto afonsobspinto linked an issue Dec 6, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement sorting, filtering and search on the dashboard
2 participants