PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

Support Filter by Categories #298

Closed ivarshav closed 3 years ago

ivarshav commented 3 years ago

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.

https://github.com/PythonFreeCourse/calendar/issues/67

Demo: image

codecov-io commented 3 years ago

Codecov Report

Merging #298 (51c3643) into develop (2176d5f) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #298   +/-   ##
========================================
  Coverage    95.83%   95.83%           
========================================
  Files           75       75           
  Lines         3358     3363    +5     
========================================
+ Hits          3218     3223    +5     
  Misses         140      140           
Impacted Files Coverage Δ
app/routers/agenda.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2176d5f...51c3643. Read the comment docs.