ucsb-cs156-s24 / proj-courses-s24-4pm-2

https://ucsb-cs156-s24.github.io/proj-courses-s24-4pm-2/
0 stars 0 forks source link

Kai - add button not showing up for certain courses #54

Closed kai-maeda closed 1 month ago

kai-maeda commented 1 month ago

Courses that have no sections and have section number not equal to "0100" will not include an add button. After looking at the code it seems like the reason is because these courses are interpreted as sections for the same course with the section number "0100"

Before

Screenshot 2024-05-29 at 6 39 40 PM

After

Screenshot 2024-05-29 at 6 39 49 PM

dokku: https://proj-courses-kai-maeda-dev.dokku-02.cs.ucsb.edu/

Closes #41