Sprint 1: App foundation stubs (app.py, config.py) #7

Closed
opened 2026-01-11 19:08:22 +00:00 by lmiranda · 0 comments
Owner

Remaining Sprint 1 Work

Create the minimal app foundation stubs:

  • portfolio_app/app.py - Dash app factory with Pages routing (stub)
  • portfolio_app/config.py - Pydantic BaseSettings configuration

Acceptance Criteria

  • app.py creates Dash app with use_pages=True
  • config.py loads from .env using Pydantic BaseSettings
  • make run starts the dev server without errors
  • App serves at http://localhost:8050
## Remaining Sprint 1 Work Create the minimal app foundation stubs: - [x] `portfolio_app/app.py` - Dash app factory with Pages routing (stub) - [x] `portfolio_app/config.py` - Pydantic BaseSettings configuration ### Acceptance Criteria - `app.py` creates Dash app with `use_pages=True` - `config.py` loads from `.env` using Pydantic BaseSettings - `make run` starts the dev server without errors - App serves at `http://localhost:8050`
lmiranda added this to the Launch: Host, Bio and Toronto House Market Analysis project 2026-01-12 15:00:47 +00:00
lmiranda self-assigned this 2026-01-12 15:00:54 +00:00
lmiranda moved this to Done in Launch: Host, Bio and Toronto House Market Analysis on 2026-01-14 19:33:55 +00:00
lmiranda removed their assignment 2026-01-14 19:34:46 +00:00
Sign in to join this conversation.