Build the Solaire inventory intelligence MVP
Some checks failed
CI / verify (push) Has been cancelled

Add the tenant-ready dashboard, freshness and pricing analytics, mock integration adapters, persistence schema, and verification tooling needed for the initial pilot.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-25 12:16:52 -07:00
parent bf336f8d15
commit 135be480e5
58 changed files with 7884 additions and 265 deletions

19
.env.example Normal file
View File

@@ -0,0 +1,19 @@
# The demo UI works without PostgreSQL. Set this for migrations and persistence.
DATABASE_URL=postgres://solaire:solaire@localhost:5432/solaire
# Set to true to require the seeded pilot login.
REQUIRE_AUTH=false
SESSION_SECRET=replace-with-at-least-32-random-characters
DEMO_USER_EMAIL=demo@solaire.app
DEMO_USER_PASSWORD=solaire-demo
# Future Odoo connection (API access requires an eligible Odoo plan).
ODOO_BASE_URL=
ODOO_DATABASE=
ODOO_API_KEY=
ODOO_API_MODE=json2
# Future Salesforce External Client App connection.
SALESFORCE_INSTANCE_URL=
SALESFORCE_CLIENT_ID=
SALESFORCE_CLIENT_SECRET=