utmgdsc / CourseOfAction

Course Manager that uses a script to convert you syllabus PDFs to website component with custom notification to keep you on track to get a 4.0
https://mcsapps.utm.utoronto.ca/coa
3 stars 4 forks source link

Create API endpoint to browse all the assessments and course information within a specific course #11

Open huonggiangbui opened 1 year ago

huonggiangbui commented 1 year ago

Is your feature request related to a problem? Please describe. If there is a course already exists in the database, a user might want to get all of its information so that they don't need to populate the information again

Describe the solution you'd like We want a new API endpoint so that given the course code, people can make a call and the endpoint will return all information available in the database (which should be generic information like assessments, term offering, etc.)

Additional context This issue should be the extension of #8 (so you want to do this issue after figuring out the current structure of the database)