issues
search
jwsmith24
/
palette
An interactive rubric builder and grading assistant to improve the group project grading experience on Canvas.
1
stars
0
forks
source link
feature: overhaul rubric builder
#91
Closed
jwsmith24
closed
1 week ago
jwsmith24
commented
1 week ago
refine look and feel of the rating input and criterion cards
add smoother animations for sorting criteria
implement auto sorting for rating options (we're now SO much better than Canvas)
decouple modal dialog rendering from fetch hook
group modal state together in a single object to improve readability
address issues #87 #89 #88 with fixes to applicable logic
ensure compatibility with latest backend changes from @cmccand1
apply some dev cleanup:
purge database-related code from the project
remove sudo from any npm scripts that had it (oopsies) ((this is also a potential culprit for the docker issues on Mac)
purge unused components
adjust tailwind config so npm stops yelling about its internal cjs structure (yuck)
update docker config to remove postgres database container