jwsmith24 / palette

An interactive rubric builder and grading assistant to improve the group project grading experience on Canvas.
1 stars 0 forks source link

refactor: update controller #98

Closed jwsmith24 closed 6 days ago

jwsmith24 commented 1 week ago

Everything from #97 plus:

jwsmith24 commented 1 week ago

latest push adds the first round of frontend refactoring to better align with the Canvas API while maintaining a nice UX

jwsmith24 commented 1 week ago

still WIP to address previous issues

jwsmith24 commented 1 week ago

Reorganized duplicate rubric handling on the frontend to align with new design pattern.

Next phase will be updating the protocol modules to ensure the course and assignment associations are applied properly.

jwsmith24 commented 1 week ago

Also added a simple loading component to display during fetches!