WojtekTB / UCSD-Schedule-Visualizer

Chrome extension that creates a timetable of your WebReg classes and shows you where the class you are hovering over would fit in your schedule.
MIT License
5 stars 3 forks source link

Grouping class html table rows to show them together #11

Closed WojtekTB closed 2 years ago

WojtekTB commented 2 years ago

So currently only the hovered row shows, but would make more sense to show both lecture and discussion sections for example.

After taking another look it looks like we can look at 'aria-describedby="search-div-b-table_SECTION_NUMBER"' grid cells in the table to group the class items together.

WojtekTB commented 2 years ago

fixed in #12