-
Notifications
You must be signed in to change notification settings - Fork 78
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 LARC tutorials as sections #432
Labels
enhancement
Improvements to the user experience
Comments
I implemented this for PPA https://docs.api-next.peterportal.org/docs/developers-guide/rest-api/reference/larc |
We'll show LARC in the search pane if there is only one course (i.e., user specifically searched for a class). |
Blocked by AAPI bug |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This seems tough because we're gonna have to scrape the LARC site since it's server-side rendered (https://enroll.larc.uci.edu). We might want to split this change up between us and PeterPortal API since the backend stuff is more their domain.
As for the frontend, I'm thinking maybe we have a toggle in the search menu to show LARC tutorials, and if it's toggled on, the LARC tutorials show up inline next to the lectures and discussions in the search results and behave just like any other section. This will be easier to pull off once we merge the TypeScript rewrite and the fields necessary for a section are well-defined.
The text was updated successfully, but these errors were encountered: