Skip to content
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

Implementing Endpoints to course and schedule #26

Merged
merged 2 commits into from
Apr 29, 2022
Merged

Implementing Endpoints to course and schedule #26

merged 2 commits into from
Apr 29, 2022

Conversation

FlowingCloudRTL
Copy link
Collaborator

added endpoints to course and schedule

Copy link
Collaborator

@McSobkov McSobkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor whitespace issues and maybe want to remove the console.logs, but I don't mind the ad hoc test left in since it's good documentation for now.

console.log(schedule_list);
let result_list = [];
for (let i = 0; i < schedule_list.length; i++) {
let schedule = schedule_list[i];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could combine lines 64 and 66 if you want

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants