Users
Hardcoded roles, per Section 4 of the specification — the roles are enforced, only the identities are fixtures. Approver is separate from editor because R1.3 nominates an approver, so that stays a user record rather than an access rule.
| Name | Role | Can approve | |
|---|---|---|---|
| Ana Whitfield | admin@example.com | admin | yes |
| Rangi Patel | approver@example.com | approver | yes |
| Sam Oyelaran | editor@example.com | editor | no |
| Jo Marsden | viewer@example.com | viewer | no |