There is currently no way to query the api such that it returns all courses within a specific subject, this is because the link property for the subject is contained within a dictionary, thus the dumb query cannot see it.
This means that the front end considers every course to be in every subject. For some reason I feel like that could cause problems.
There is currently no way to query the api such that it returns all courses within a specific subject, this is because the link property for the subject is contained within a dictionary, thus the dumb query cannot see it.
This means that the front end considers every course to be in every subject. For some reason I feel like that could cause problems.