-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/link backend models #252
base: development
Are you sure you want to change the base?
Feat/link backend models #252
Conversation
This PR links backend models for the Courseflow and Coursemap components, addressing issue #252. It includes the creation of files for models and services, allowing future frontend components to interact with the backend infrastructure. The code follows the project's style guidelines, includes comments for clarity, and generates no warnings. |
This PR seem to implement the Course and CourseMap services needed for many current and future front end functionality. The services code includes everything needed for the frontend to interact with the backend, it is neat and commented where necessary. |
Good work this trimester @sammyrolfe - time to make your contributions 'lasting'. |
Description
Created files for models and services relevant to the courseflow and coursemap components, ready to allow future front end components to interact with the current backend infrastructure.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Testing Checklist:
Checklist: