Commit Graph

62 Commits

Author SHA1 Message Date
15da8a97ce fix: update all dependencies to current versions
Updated to January 2026 versions:
- dash: 3.3+
- plotly: 6.5+
- dash-mantine-components: 2.4+
- pandas: 2.3+
- geopandas: 1.1+
- sqlalchemy: 2.0.45+
- pydantic: 2.10+
- pytest: 8.3+
- ruff: 0.8+
- mypy: 1.14+
- dbt-postgres: 1.9+

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 14:29:15 -05:00
eb01ad1101 Merge pull request 'feat: add app foundation (config.py, app.py, home page)' (#8) from feature/sprint1-app-foundation into development 2026-01-11 19:09:43 +00:00
8453f78e31 feat: add app foundation (config.py, app.py, home page)
- config.py: Pydantic BaseSettings for env loading
- app.py: Dash factory with Pages routing
- pages/home.py: Placeholder landing page

Closes #7

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 14:09:28 -05:00
ff0f5a9b51 Merge pull request 'docs: update CLAUDE.md reference doc paths' (#6) from fix/claude-md-refs into development 2026-01-11 19:03:03 +00:00
10f46f7cf1 docs: update CLAUDE.md reference doc paths
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 14:02:39 -05:00
160dc90308 Merge pull request 'Upload files to "docs"' (#5) from lmiranda-patch-project-reference-docs into development
Reviewed-on: lmiranda/personal-portfolio#5
2026-01-11 19:02:00 +00:00
ff58e0a3ea Upload files to "docs" 2026-01-11 19:01:43 +00:00
38e4a0354b Merge pull request 'feat: project bootstrap and structure' (#4) from feature/sprint1-bootstrap into development 2026-01-11 18:58:42 +00:00
c7e9b88adb feat: project bootstrap and structure
Sprint 1 initialization:
- Project directory structure (portfolio_app/, tests/, dbt/, data/, scripts/)
- CLAUDE.md with AI assistant context
- pyproject.toml with all dependencies
- docker-compose.yml for PostgreSQL 16 + PostGIS
- Makefile with standard targets
- Pre-commit configuration (ruff, mypy)
- Environment template (.env.example)
- Error handling foundation (PortfolioError hierarchy)
- Test configuration (conftest.py, pytest config)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 13:49:28 -05:00
01a0984333 Merge pull request 'uploaded initial documentation.' (#2) from init-setup into development
Reviewed-on: lmiranda/personal-portfolio#2
2026-01-11 18:41:21 +00:00
8ed220e014 uploaded initial documentation. 2026-01-11 18:39:55 +00:00
28f703f96b Initial commit 2026-01-11 18:25:07 +00:00