-
Notifications
You must be signed in to change notification settings - Fork 5
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
Search bar #537
Search bar #537
Conversation
To avoid to need to do compose up at each code change
only on content & case sensitive
setting watch parameters to set rebuild after one second
remains subtype filtering remains automatic filter
add in phase 1
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.
There are some code improvements but the search functionality looks good!
the button is active even if the class has not added any mimics
classes can visualize their mimic games
remove functions & const in 2 new files
change function filterActivityByTerm in FilterActivities
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.
Lgtm! One last change and we can merge!
nodemon.json
Outdated
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules", "src"], | ||
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"], |
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.
Can you add back "src" ?
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.
done, do I put my branch on staging or merge directly on master?
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.
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.
On master directly. Then the search-bar will automatically be deployed on prod.
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.
👍 You can merge directly on master
Motivation
Ajout de la barre de recherche par terme.
En conservant les autres filtres et en ajoutant la recherche sur les subType des activités qui en ont.
Changes
Test