Add public Hesychia account-deletion page for Play Console (#103).
Unit Tests / test (pull_request) Successful in 11s
Unit Tests / test (pull_request) Successful in 11s
Expose /account-deletion/ without auth (steps, soft-delete retention copy, support path) and document the Play listing URL in Android checklists.
This commit is contained in:
+11
-3
@@ -132,12 +132,20 @@ Out of band ops (not automated here):
|
||||
|
||||
1. Google Play developer account
|
||||
2. Privacy policy URL (product site / legal)
|
||||
3. Data safety form (JWT auth, chat content, analytics if Tianji runs in WebView)
|
||||
4. Screenshots for phone (+ tablet if targeting)
|
||||
5. Upload `.aab` to **internal testing** track before production
|
||||
3. **Account deletion URL** (Data safety / Account deletion) → public page:
|
||||
- Canonical: `https://hesychia.ai/account-deletion/`
|
||||
- Legacy host until DNS cutover: `https://chat.aimloperations.com/account-deletion/`
|
||||
- Capacitor HashRouter: `/#/account-deletion/`
|
||||
4. Data safety form (JWT auth, chat content, analytics if Tianji runs in WebView)
|
||||
5. Screenshots for phone (+ tablet if targeting)
|
||||
6. Upload `.aab` to **internal testing** track before production
|
||||
|
||||
In-app delete remains Account → **Delete my account** (`DELETE /api/user/`). The public URL
|
||||
above is for Play reviewers and users who never open the app (#103).
|
||||
|
||||
## Related issues
|
||||
|
||||
- [#20](https://git.aimloperations.com/ai_ml_operations/chat_web_app/issues/20) — this Android wrap
|
||||
- [#21](https://git.aimloperations.com/ai_ml_operations/chat_web_app/issues/21) — iOS (reuses this scaffolding)
|
||||
- [#22](https://git.aimloperations.com/ai_ml_operations/chat_web_app/issues/22) / [#23](https://git.aimloperations.com/ai_ml_operations/chat_web_app/issues/23) / [#24](https://git.aimloperations.com/ai_ml_operations/chat_web_app/issues/24) — auth / WS / routing
|
||||
- [#103](https://git.aimloperations.com/ai_ml_operations/chat_web_app/issues/103) — Play public account-deletion URL
|
||||
|
||||
Reference in New Issue
Block a user