Skip to content

Releases: sjdonado/remix-dashboard

v1.0.1

04 Apr 17:46
Compare
Choose a tag to compare

What's Changed

  • Responsive + dark mode style fixes
  • CI migration from Node to Bun
  • Hydration bug (rendering Date.now)
  • Add missing CustomErrorBoundary on root.tsx

Full Changelog: v1.0.0...v1.0.1

v1.0.0

02 Apr 05:20
Compare
Choose a tag to compare

Summary

  1. Sidebar redesigned
  2. Live demo preview updated
  3. Playwright tests updated
  4. Assignment Card redesigned
  5. Authentication + Authorization redesigned

Features

  • Assignments have status (OPEN, CLOSED) and type (HOMEWORK, QUIZ, PROJECT)
  • Users have roles (ADMIN, TEACHER, STUDENT)
  • User login with multiple roles
  • Admin role should CRUD users and assignments
  • Teacher role should CRUD only their own assignments
  • Student role should list all assignments
  • Admin, Teacher, Student should be able to view and edit their profiles
  • Non-functional requirements

Full Changelog: https://github.com/sjdonado/remix-dashboard/commits/v1.0.0