first commit
This commit is contained in:
29
myteamwallet_frontend_modern/.superdesign/init/pages.md
Normal file
29
myteamwallet_frontend_modern/.superdesign/init/pages.md
Normal 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.
|
||||
Reference in New Issue
Block a user