ucsb-cs156-s24 / proj-organic-s24-5pm-3

https://ucsb-cs156-s24.github.io/proj-organic-s24-5pm-3/
0 stars 1 forks source link

Added tooltip UX to School variables(abbrev, desc, regex) #59

Closed 30912hyl closed 1 month ago

30912hyl commented 1 month ago

Basically what the title says. I also removed termError from SchoolForm, Table, and fixtures, as no one seems to know what it is for. In order to test this code, create/edit button must be functional. As create has not been merged to main as of right now, I have been testing it by running the code on storybook. Once F1.1 of EPIC Issue #4 is merged, I will create a new PR with a dev development on Dokku. As of now, please use storybook and hover over the corresponding values(abbrev, description, regex) to test if tooltip works.

Step 1: Navigate to School and select either SchoolForm or SchoolTable in Storybook image

Step 2: Hover over the respective variables(NOTE: it is intended that name has no tooltip as it is self-explanatory, please let me know if you think I should make one) image

Closes #49

30912hyl commented 1 month ago

Realized I may have accidentally copied from @tmcanepa branch when helping to test his code. This PR is now closed; please instead refer to PR #60