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

Filter lessons by term #55

Open pirvudoru opened 2 years ago

pirvudoru commented 2 years ago

Update the query "lessons" to accept an optional "term" argument.

If provided we need to return only lessons that match that term on the lesson "title"

danielferecatu commented 7 months ago

I'm handling this.