PikaCourse / homiehomie

3 stars 0 forks source link

[ToDo] CourseMeta and Course search and return API modification #139

Open William-An opened 3 years ago

William-An commented 3 years ago

TODO: Update CourseMeta and Course search API

What is this todo related to?

backend

What is the todo?

  1. CourseMeta should add field support for semester and year to filter out CourseMeta objects that do not have active section during the specified semesters
  2. Course should not return the corresponding CourseMeta description string nor tags to save bandwidth as these are not used that often and create redundant data in the frontend application

How urgent is the todo?

As soon as possible

Additional context

Add any other context about the problem here.

William-An commented 3 years ago

Bug fix for course search API