Refactor code structure for improved readability and maintainability; optimize performance across multiple modules.
All checks were successful
Deploy to production / deploy (push) Successful in 2m56s
All checks were successful
Deploy to production / deploy (push) Successful in 2m56s
This commit is contained in:
17
android/STORE_COMPLIANCE.md
Normal file
17
android/STORE_COMPLIANCE.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Store-Compliance
|
||||
|
||||
## Adult Content
|
||||
|
||||
- `FEATURE_ADULT` ist nur im lokalen Debug-Build aktiv.
|
||||
- Staging und Production liefern keinen nativen Adult-Bereich aus.
|
||||
- Vor einer Aktivierung sind Play-Content-Rating, Altersklassifizierung, Moderationsprozess,
|
||||
Meldewege und die Store-Richtlinien erneut zu pruefen und freizugeben.
|
||||
- Die API bleibt auch bei aktivem Client-Feature die Autoritaet: Volljaehrigkeit und der Status
|
||||
`approved` der Altersverifikation sind fuer jeden geschuetzten Endpunkt erforderlich.
|
||||
|
||||
## UGC und Moderation
|
||||
|
||||
- Native Meldungen existieren fuer Chat, Forum, Profile, Gaestebuch und Galerie.
|
||||
- Meldungen werden serverseitig gespeichert und sind fuer berechtigte Moderatoren sichtbar.
|
||||
- Nutzerblockaden werden serverseitig in `community.user_block` gespeichert; die SQL-Migration
|
||||
`backend/migrations/20260716000000-create-user-block.sql` ist vor dem Rollout auszufuehren.
|
||||
Reference in New Issue
Block a user