openspec: laravel-admin change — Filament admin (users/tags/products/orders/dashboard) on shared Postgres

This commit is contained in:
2026-08-07 20:23:02 +10:00
parent 0ee211d156
commit 224545ac64
11 changed files with 195 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
## ADDED Requirements
### Requirement: List and view users
The admin SHALL list owner accounts (searchable) and view a user's details: contact info, tags owned, recent scans.
#### Scenario: Find a user
- **WHEN** an admin searches by email/name
- **THEN** matching accounts are listed
### Requirement: Suspend a user
The admin SHALL be able to suspend a user, which prevents new alert SMS for their tags (via existing tag status).
#### Scenario: Suspend then re-enable
- **WHEN** an admin suspends a user and later re-enables them
- **THEN** the state flips accordingly and tag alerts reflect it