Refactor endpoint /program/year/month/day
- Apr 16, 2024
-
-
Chris Pastl authored
-
Chris Pastl authored
-
Chris Pastl authored
-
- Apr 15, 2024
-
-
Chris Pastl authored
-
Chris Pastl authored
-
Refactored remaining endpoint /program/<int:year>/<int:month>/<int:day>/
to use mixin class instead of plain function and added annotations.
Date handling tested using debug print statements - so needs further testing.