code4romania / teacher-workout-backend

Teacher Workout backend (API for mobile apps & for the web client)
Mozilla Public License 2.0
7 stars 34 forks source link

Implement filter by ThemeId on the Lessons #51

Closed pirvudoru closed 2 years ago

pirvudoru commented 2 years ago

We already receive the themeId and pass them through all the way to the repository. We need to account for it being null / present and filter records.

decembrya commented 2 years ago

Taking this