16 lines
600 B
Markdown
16 lines
600 B
Markdown
## 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
|