mitbringsl/backend/internal/httpapi
Tronax 69591df12a
Feature: Shared lists & Invite Code invitation mechanism
- Backend:
  - Migration 000002: add invite_code column to lists & list_members auto-population
  - ListStore: GetLists/GetList check owner_id & list_members; add GetInviteCode & JoinByInviteCode
  - HTTP API: add POST /api/lists/{id}/invite & POST /api/lists/join
- Android App:
  - DTOs & MitbringslApi: add JoinListRequestDto, InviteCodeResponseDto & endpoints
  - ListsScreen & ViewModel: add 'Liste beitreten' action button & dialog for entering invite code
  - ListDetailScreen & ViewModel: add 'Liste teilen' action icon in top bar with System Share Sheet
- ADB reinstall & launch verified 
2026-08-05 20:36:43 +02:00
..
api.go Feature: Shared lists & Invite Code invitation mechanism 2026-08-05 20:36:43 +02:00
auth.go Backend Phase B (2/2): OIDC auth + config validation 2026-08-05 19:45:00 +02:00
health.go Backend Phase A: foundation, migrations, Docker setup 2026-08-05 15:14:37 +02:00
lists.go Feature: Shared lists & Invite Code invitation mechanism 2026-08-05 20:36:43 +02:00
middleware.go Backend Phase A: foundation, migrations, Docker setup 2026-08-05 15:14:37 +02:00
ops.go Backend Phase C: Sync-Kern + Caddy behind-proxy 2026-08-05 19:56:05 +02:00
render.go Backend Phase A: foundation, migrations, Docker setup 2026-08-05 15:14:37 +02:00
suggest.go Backend Phase C: Sync-Kern + Caddy behind-proxy 2026-08-05 19:56:05 +02:00