YACS-RCOS / yacs.n

YACS - with support for multi semester and partial semesters
MIT License
31 stars 30 forks source link

Feature Request — Easier Sections Selecting #847

Open c-jimmy1 opened 7 months ago

c-jimmy1 commented 7 months ago

Job Right now, when you pick a course from the course search you have to go to the selected courses in order to find a section. When you click the section, all the sections are automatically selected, and if you want to make a specific schedule with a specific section, you have to deselect them one by one.

Describe a possible solution One or both could be a good solution.

  1. Add an option to select singular sections from the course search tab instead of selection all of them upon click.
  2. Add a way to deselect all sections from the selected courses page.
c-jimmy1 commented 7 months ago

Doing option 1: The collapsible section button already exists in the CourseListing.vue file, but something in the CourseList.vue page is preventing it from opening. Not sure how to do it.