Appearance
Documentation
Design notes and decisions for the Send Again challenge implementation.
| Document | Status | Description |
|---|---|---|
| API reference | Implemented | tRPC procedures, inputs/outputs (auth + domains) |
| Domain model | Implemented | Tables, enums, constraints, and flows for domain add, DNS verification, and claiming |
| Cron jobs | Implemented | Scheduled DNS verification for domains and claims |
| Decisions | Accepted | Domain and infrastructure design choices (ADRs) |
Conventions
- Implementation is the source of truth — docs describe the current code; when they disagree, update the docs
- Decisions — significant choices live in
docs/decisions/as short ADRs (Context → Decision → Consequences)