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

Add a GetCourses(IList<ICourseID> courseIDs) call #13

Open
cmshawns opened this issue Jan 22, 2014 · 0 comments
Open

Add a GetCourses(IList<ICourseID> courseIDs) call #13

cmshawns opened this issue Jan 22, 2014 · 0 comments

Comments

@cmshawns
Copy link
Contributor

The Class Schedule needs a way to retrieve information for specific Courses. This feature will be used to provide academic department sites with a listing of Courses in their program.

Fields required by the department site:

  • Number
  • Title
  • CourseID
  • Subject
  • Descriptions
  • Credits
  • IsCommonCourse

NOTE: The Class Schedule can probably provide this functionality by passing a list of Subjects, but adding this call would narrow the data down even further.

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

No branches or pull requests

1 participant