-
Notifications
You must be signed in to change notification settings - Fork 52
Support Filter by Categories #298
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
Support Filter by Categories #298
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #298 +/- ##
========================================
Coverage 95.83% 95.83%
========================================
Files 75 75
Lines 3358 3363 +5
========================================
+ Hits 3218 3223 +5
Misses 140 140
Continue to review full report at Codecov.
|
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.
Very nice job! I've added few insights :)
app/static/js/categories_filter.js
Outdated
@@ -0,0 +1,31 @@ | |||
function filterByCategory(events) { |
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.
Whoa! JS Ninja
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.
Thanks :)
change px to em
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.
Great job! I've added few additional notes, mainly about the dynamic edit of the CSS
Allow filtering events in agenda view by categories.
Right now, only filter by category id is available.
In next fase, filter by category name will be supported.
#67
Demo:
