Document the push providers in the README and the audit catalogue
README covers the provider model, the two providers and their transports, the admin configuration surface at /admin/services/push, the delivery loop and the updated file map. events.md records that push.subscribe and push.update now carry the provider in their metadata, with endpoint_host set only for endpoint-based providers. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -408,6 +408,8 @@ Every state-changing action in DevPlace records one append-only row through `dev
|
||||
| `push.subscribe` | `routers/push.py` |
|
||||
| `push.update` | `routers/push.py` |
|
||||
|
||||
Both carry `metadata.provider` (`webpush`, `apns`, ...) plus `created`; `metadata.endpoint_host` is set for endpoint-based providers and `null` for token-based ones.
|
||||
|
||||
## Gamification (`reward`)
|
||||
|
||||
| Event key | Recorded in |
|
||||
|
||||
Reference in New Issue
Block a user