Align the project baseline with the latest admin interface styling and layout structure while documenting setup and usage updates in README.
15 lines
585 B
Markdown
15 lines
585 B
Markdown
# 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.
|