Implement role-based account journeys with database and browser acceptance suites
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a092fe-13b1-7f12-ac74-7d258af4d79c
This commit is contained in:
parent
75750c0036
commit
1127f852dd
24 changed files with 1554 additions and 148 deletions
51
workplans/USER-WP-0031-automated-journey-suites.md
Normal file
51
workplans/USER-WP-0031-automated-journey-suites.md
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
---
|
||||
id: USER-WP-0031
|
||||
type: workplan
|
||||
title: "Automated user and administrator journey suites"
|
||||
domain: communication
|
||||
repo: user-engine
|
||||
status: active
|
||||
owner: codex
|
||||
topic_slug: communication
|
||||
created: "2026-09-13"
|
||||
updated: "2026-09-13"
|
||||
---
|
||||
|
||||
Implements docs/account-journeys.md under USER-WP-0027. A passing local
|
||||
suite is not evidence that an external provider flow works live.
|
||||
|
||||
## Add repeatable suites for each role
|
||||
|
||||
```task
|
||||
id: USER-WP-0031-T01
|
||||
status: done
|
||||
priority: high
|
||||
```
|
||||
|
||||
Run synthetic identities through actual WSGI routes and domain stores, with controlled provider failure/retry fixtures. Assert success, denial, unchanged state on failure, recovery and tenant isolation. Add make test-journeys and CI execution.
|
||||
|
||||
## Maintain machine-readable coverage for all 29 journeys
|
||||
|
||||
```task
|
||||
id: USER-WP-0031-T02
|
||||
status: done
|
||||
priority: high
|
||||
```
|
||||
|
||||
Map every journey to real tests and explicit external acceptance blockers. Report missing live acceptance as incomplete, never a passing placeholder. Keep matrix/workplans synchronized.
|
||||
|
||||
## Publish and verify implemented journeys
|
||||
|
||||
```task
|
||||
id: USER-WP-0031-T03
|
||||
status: progress
|
||||
priority: high
|
||||
```
|
||||
|
||||
Run full unit/conformance suites and live read-only smoke, deploy digest-pinned reviewed source with CAS and rollback evidence. Retain provider-dependent journeys as live tasks until external acceptance passes.
|
||||
|
||||
|
||||
Validation: 210 database-enabled regression tests passed with no skips,
|
||||
including independent-connection last-admin protection and nested bootstrap
|
||||
rollback. Thirteen isolated Chromium checks passed. Provider OTP and application
|
||||
access integration remain explicitly open; no complete-journey claim is inferred.
|
||||
Loading…
Add table
Add a link
Reference in a new issue