Releases: sjdonado/remix-dashboard
Releases · sjdonado/remix-dashboard
v1.0.1
v1.0.0
Summary
- Sidebar redesigned
- Live demo preview updated
- Playwright tests updated
- Assignment Card redesigned
- 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