feat: add shared scouting notes mvp
This commit is contained in:
@ -11,6 +11,7 @@ The current application baseline provides:
|
||||
- matching season/team/competition context on search results
|
||||
- result sorting and pagination
|
||||
- a shared development shortlist for favorite players
|
||||
- shared plain-text scouting notes on player detail pages
|
||||
|
||||
Accepted technical and product-shaping decisions live in:
|
||||
- `docs/ARCHITECTURE.md`
|
||||
@ -48,7 +49,8 @@ Accepted technical and product-shaping decisions live in:
|
||||
2. Apply migrations with `docker compose --env-file .env -f infra/docker-compose.yml exec -T app python manage.py migrate`.
|
||||
3. Load sample data with `docker compose --env-file .env -f infra/docker-compose.yml exec -T app python manage.py seed_scouting_data`.
|
||||
4. Visit `http://127.0.0.1:8000/players/` to explore the scouting search MVP.
|
||||
5. Use `http://127.0.0.1:8000/favorites/` to review the shared development shortlist.
|
||||
5. Use player detail pages to manage shortlist entries and shared scouting notes.
|
||||
6. Use `http://127.0.0.1:8000/favorites/` to review the shared development shortlist.
|
||||
|
||||
## Workflow
|
||||
|
||||
|
||||
Reference in New Issue
Block a user