openspec: laravel-admin change — Filament admin (users/tags/products/orders/dashboard) on shared Postgres
This commit is contained in:
15
openspec/changes/laravel-admin/specs/admin-users/spec.md
Normal file
15
openspec/changes/laravel-admin/specs/admin-users/spec.md
Normal 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
|
||||
Reference in New Issue
Block a user