first commit

This commit is contained in:
Bastian Wagner
2026-07-31 21:02:47 +02:00
commit 6bea4f766a
512 changed files with 64459 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# Page Dependency Trees
## /auth/login
- `src/app/features/auth/login/login.ts`
- `login.html`
- `login.scss`
- `src/app/core/auth/auth-api.ts`
- `src/app/core/auth/auth-store.ts`
## /team-select
- `src/app/features/team-select/team-select.ts`
- `team-select.html`
- `team-select.scss`
- `src/app/core/team/my-teams-store.ts`
- `src/app/models/player.model.ts`
- `src/app/models/team.model.ts`
## /team/:id/*
- `src/app/core/layout/shell/shell.ts`
- `shell.html`
- `shell.scss`
- `src/app/core/team/team-store.ts`
- `src/app/core/team/my-teams-store.ts`
- child page: overview, members, cashbox or more
The four team feature pages are currently stubs and will reuse the shell plus Angular Material components.