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

create courses_this_term endpoints #100

Open
Gavinok opened this issue Jul 26, 2023 · 2 comments
Open

create courses_this_term endpoints #100

Gavinok opened this issue Jul 26, 2023 · 2 comments
Assignees

Comments

@Gavinok
Copy link
Contributor

Gavinok commented Jul 26, 2023

https://user-images.githubusercontent.com/44787178/255993559-68a62668-f7fd-4a45-b047-a3fe4956cc37.png

but change courses to courses_this_semester in endpoints

list of this

export interface ICourse {
    courseId: number
    courseCode: string;
    courseNumber: string;
    courseName: string;
    term: Term[];
}

get term from preferences api schema

@Gavinok
Copy link
Contributor Author

Gavinok commented Jul 26, 2023

NO DELETING!!!

@MMojtaba MMojtaba self-assigned this Jul 26, 2023
@MMojtaba
Copy link
Contributor

I believe we decided to drop the course/term table, and by extention this endpoint.
Frontend sends us list of courses and the term they are being scheduled for, and schedule objects kind of holds this information anyway (course start/end dates), so this endpoint wouldnt be needed.
I've made most of the code for this feature in branch courses_givenTerm just in case.

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

No branches or pull requests

2 participants