Deeman
32132974b2
Clean up web changes and add favicon
...
- Update uv.lock dependencies
- Remove web/CLAUDE.md (moved to root)
- Update base.html template
- Add favicon.svg
Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com >
2026-02-19 22:46:33 +01:00
Deeman
1e8a173ae8
Merge branch 'frontend-upgrade'
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-19 20:49:07 +01:00
Deeman
f722854c07
Rewrite frontend templates: Pico CSS → Tailwind + trader-focused copy
...
Replace all Pico CSS patterns (classless articles, role="button", inline
styles, var(--pico-*)) with Tailwind component classes. Add Fraunces
display font, mobile hamburger nav, brand chart colors, and new component
layer (hero, feature-card, metric-card, auth-card, pricing-card, etc.).
Rewrite marketing copy from generic SaaS boilerplate to coffee-trader
focused messaging. Rebrand pricing tiers to Explorer/Trader/Analyst.
Delete stale custom.css. No Python code changes.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-19 20:47:56 +01:00
Deeman
6dac8570ad
Fix web/ startup errors and sync with boilerplate
...
- Load .env via python-dotenv in core.py
- Skip analytics DB open if file doesn't exist
- Guard dashboard analytics calls when DB not available
- Namespace admin templates under admin/ to avoid blueprint conflicts
- Add dev-login routes for user and admin (DEBUG only)
- Update .copier-answers.yml src_path to GitLab remote
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-19 20:37:44 +01:00
Deeman
d6d2aa8efe
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# infra/readme.md
2026-02-18 21:09:24 +01:00
Deeman
2748c606e9
Add BeanFlows MVP: coffee analytics dashboard, API, and web app
...
- Fix pipeline granularity: add market_year to cleaned/serving SQL models
- Add DuckDB data access layer with async query functions (analytics.py)
- Build Chart.js dashboard: supply/demand, STU ratio, top producers, YoY table
- Add country comparison page with multi-select picker
- Replace items CRUD with read-only commodity API (list, metrics, countries, CSV)
- Configure BeanFlows plan tiers (Free/Starter/Pro) with feature gating
- Rewrite public pages for coffee market intelligence positioning
- Remove boilerplate items schema, update health check for DuckDB
- Add test suite: 139 tests passing (dashboard, API, billing)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 16:11:50 +01:00
Hendrik Dreesmann
b702e6565a
Update SQLMesh for R2 data access & Convert psd data to gzip
2025-11-02 00:26:01 +01:00