-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
backendBackend-related issuesBackend-related issueseasyEasy issue. Should take less than 5 hoursEasy issue. Should take less than 5 hoursgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
Now, a user doesn't know if the course they are going to create exists in our database or not. This creates many duplicated courses in the database. We want to have an API endpoint so that students can call the API and see what courses are available in our database.
This issue should be the extension of #8 (so you want to do this issue after figuring out the current structure of the database)
Describe the solution you'd like
Create a new API endpoint to get all the courses in database. The endpoint format should match the current format (i.e. /coa/api/<something>)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendBackend-related issuesBackend-related issueseasyEasy issue. Should take less than 5 hoursEasy issue. Should take less than 5 hoursgood first issueGood for newcomersGood for newcomers