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

Update courses endpoints #94

Open
MMojtaba opened this issue Jul 25, 2023 · 4 comments
Open

Update courses endpoints #94

MMojtaba opened this issue Jul 25, 2023 · 4 comments
Assignees

Comments

@MMojtaba
Copy link
Contributor

No description provided.

@MMojtaba
Copy link
Contributor Author

Update courses endpoints to be these:

Image

@MMojtaba MMojtaba assigned Gavinok and MMojtaba and unassigned Gavinok Jul 25, 2023
@Gavinok
Copy link
Contributor

Gavinok commented Jul 26, 2023

[ {
    course: 'csc111',
    Term: [1, 9],
    Year: 2024,
    pastEnrollment: [
      {
        year: 0,
        term: 0,
        size: 0
      }
    ]
  },
  ...
  ]

@Gavinok
Copy link
Contributor

Gavinok commented Jul 26, 2023

list of this

export interface ICourse {
    courseId: number
    courseCode: string;
    courseNumber: string;
    courseName: string;
}

@Gavinok
Copy link
Contributor

Gavinok commented Jul 26, 2023

NO DELETING!!! (yes this is bad but we don't have time for this shizz)

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