How-to Guides
Practical recipes for common development tasks.
| Guide | Description |
|---|---|
| Run Tests | Execute the test suite, generate coverage, troubleshoot failures |
| Write Tests | Conventions, helpers, table-driven tests, Gin handler tests |
| Add an API Endpoint | Implement a dual HTML/JSON endpoint step by step |
| Run OFT Trace | Generate and verify requirement tracing reports |
| Sync Intranet Data | Push data via API and trigger processing |
| Deploy a PR | How PR auto-deployment works |
| Refresh Staging From Production | Export prod data, import into staging with PII anonymized |