Update admin theme/layout and refresh README details.
Align the project baseline with the latest admin interface styling and layout structure while documenting setup and usage updates in README.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# MVP Regression Checklist
|
||||
|
||||
This checklist mirrors the required release scenarios.
|
||||
|
||||
1. Landing hero/marquee and reduced-motion behavior.
|
||||
2. Register -> verify -> login -> profile edit -> logout.
|
||||
3. Forgot password -> reset -> login.
|
||||
4. Admin publish content -> public slug availability.
|
||||
5. Admin blocks user -> blocked user login denied.
|
||||
6. Pending user cannot access `/profile`.
|
||||
7. Refresh token rotation and old token rejection.
|
||||
8. IDOR check: user A cannot access user B.
|
||||
9. Admin cannot demote/block self; last admin protected.
|
||||
10. Avatar upload rejects invalid MIME/oversize/SVG.
|
||||
Reference in New Issue
Block a user