gammanexus/docs/meeting-notes-2026-05-21.md

44 lines
2.3 KiB
Markdown

# GammaDesk Team Call - Meeting Notes
**Attendees:** Chuck ("your future"), Eli (Elijahwun Whitehead), Vaval (Derick Vaval)
**Date:** 2026-05-21
## Action Items for Chuck ("your future")
| # | Task | Status | Details |
|---|------|--------|---------|
| 1 | Migrate Database to PostgreSQL | 🔴 Blocked | Need N+1 sharding, round robin load balancing |
| 2 | Setup OAuth (Google, Apple, X.com) | 🟡 Pending | Email auth done first, OAuth later for virality |
| 3 | Dockerize Application | 🟡 Pending | Containerize for deployment |
| 4 | Setup Kubernetes | 🟡 Pending | Container orchestration |
| 5 | Setup Terraform + CI/CD | 🟡 Pending | GitLab pipeline, infrastructure as code |
| 6 | Configure Hosting (DO VPS) | 🟢 Done | gammanexus.io on DigitalOcean droplet |
| 7 | Setup Brevo SMTP | 🔴 Blocked | Need Eli to pay for $15/mo account (25k emails) |
| 8 | GEX ETF-to-Futures Toggle | 🟡 Pending | Toggle between ETF and futures instrument levels |
| 9 | Deploy Code to Private Repo | 🟢 Done | GitTea at git.core.isnowglobal.com |
| 10 | Implement Vertical GEX on Charts | 🟡 Pending | Swap from horizontal to vertical representation |
| 11 | Reverse Engineer Tanuki Trades | 🟡 Pending | Need Tanuki credentials from Eli → Vaval |
## Key Decisions
- **MVP First:** Deploy functional testable app → add complex features later
- **Email Auth First:** OAuth comes after email authentication is stable
- **Brevo for SMTP:** $15/mo, 25k emails, ensures Gmail deliverability
- **Vertical GEX:** Map gamma levels vertically on live price charts (Tanuki Trades style)
- **ETF to Futures Conversion:** SPY→ES, calculate conversion factor from intraday price action
- **Infrastructure Scale:** 6 VMs total (2 DB, 1 GitLab/CI, 2 app, 1 backup)
## Blocked Items
1. **ORATS API Key** - Eli's bank 3D Secure error blocking purchase
2. **Tanuki Trades Credentials** - Eli needs to share with Vaval
3. **Brevo Account** - Eli needs to sign up and pay
## Current State
- Domain: gammanexus.io (DO droplet, nginx, PM2, Let's Encrypt SSL)
- Auth: Email/password login system working
- Data: Mock ORATS-style data (SPY, QQQ, SPX, AAPL, TSLA, NVDA)
- DB: SQLite (better-sqlite3)
- Repo: GitTea at git.core.isnowglobal.com/isnowglobal-admin/gammanexus
- Theme: Nexus AI style (deep black, neon green, modern typography)