You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature
Add ability to view restrictions for course sections (e.g. "must be enrolled in Atlanta campus").
Detailed explanation
Right now, we can view the professor, class times, and enrollment info for each section of a course. Would be nice if there was an option to view the restrictions applying to that section as well, so students don't try to accidentally register for a course they are unable to.
Mockups
This could be implemented in a similar fashion to the enrollment info or prerequisites info. Using the new OSCAR, it requires sending a POST request to https://registration.banner.gatech.edu/StudentRegistrationSsb/ssb/searchResults/getRestrictions with the parameters term and courseReferenceNumber.
The text was updated successfully, but these errors were encountered:
The feature
Add ability to view restrictions for course sections (e.g. "must be enrolled in Atlanta campus").
Detailed explanation
Right now, we can view the professor, class times, and enrollment info for each section of a course. Would be nice if there was an option to view the restrictions applying to that section as well, so students don't try to accidentally register for a course they are unable to.
Mockups
This could be implemented in a similar fashion to the enrollment info or prerequisites info. Using the new OSCAR, it requires sending a POST request to
https://registration.banner.gatech.edu/StudentRegistrationSsb/ssb/searchResults/getRestrictions
with the parametersterm
andcourseReferenceNumber
.The text was updated successfully, but these errors were encountered: