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

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

REFACTOR: Courses Table UI Color Change #52

Open github-actions[bot] opened 1 month ago

github-actions[bot] commented 1 month ago

Have you updated the title?

Discussion

1 ) Overall Color Scheme Currently, the courses search table looks like the below.

Screenshot 2024-05-29 at 4 16 44 PM

The coloring scheme makes for a mediocre user experience and since every column of the row is the same color, it may be difficult for the user to, at a glance, find the most important parts of a course's information.

2 ) Highlight Coloring Right now, hovering over a row would result in this:

Screenshot 2024-05-29 at 4 17 20 PM

In short, the highlight (hovering your mouse over it) is very difficult to see due to the similarly shaded blue color between the alternating colors and the highlight color. This makes it very difficult to see what row you are actually hovering over.

Note that going beyond bare minimum effort may earn you more points.

Acceptance Criteria

Implementation Todos

Frontend:

Testing:

github-actions[bot] commented 1 month ago

Copied from https://github.com/ucsb-cs156/proj-courses/issues/104