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 note about extraneous slots due to multiple sections #86

Open
dipamsen opened this issue Sep 30, 2024 · 0 comments
Open

Add note about extraneous slots due to multiple sections #86

dipamsen opened this issue Sep 30, 2024 · 0 comments

Comments

@dipamsen
Copy link
Contributor

Certain courses have multiple sections, and have multiple professors assigned to them. Usually, one professor teaches only one section of that course. However in our data source (ERP), there is no "section-wise" categorisation of the information. For a given course, we know all the professors that teach it, all the classrooms/locations where it is taught, and all the timetable slots when it is taught.

This leaves us with no choice other than displaying all timetable slots for all sections of the course for any given professor where only few of the slots are actually where you will find the professor.

Here is an example of Lab Course CS19003:
[Slots highlighted in green represent the classes taken by the professor, slots highlighted in red are slots for the same course for other sections (taught by other professors)]

image

image

But from the "public" (student accessible) ERP data, it is impossible to know which slot would be the green one.

To let users know of this possibility, we can add a note/disclaimer stating the same.

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

1 participant