|
1 | 1 | # Next Session — Pick Up Here |
2 | 2 |
|
3 | | -## 1. Generate Logo Images |
4 | | -Use these prompts in DALL-E / Midjourney / any AI image generator: |
| 3 | +## ✅ Completed This Session (June 9) |
5 | 4 |
|
6 | | -**Logo:** |
7 | | -> A minimal, professional logo for "Sleep IQ" — an AI sleep health companion. A crescent moon cradling a brain wave pattern that subtly forms a checkmark. Deep navy and soft indigo palette with a violet-blue gradient accent. Clean, medical-grade aesthetic. No text, just the symbol. Vector-style, flat design with subtle glow. White background. |
| 5 | +### Logo & Images |
| 6 | +- [x] Generated all 4 images (Logo, Hero, Architecture, Social) via LLM prompts |
| 7 | +- [x] Logo swapped into `ui_template.py` (replaced "Z" placeholder → `<img src="/static/logo.jpeg">`) |
| 8 | +- [x] All 4 images stored in `static/` folder and pushed to GitHub |
| 9 | +- `IMAGE_PROMPTS.md` has the original prompts; `AGENTS_LEAGUE_CONTEXT.md` can be used as context input for better prompt generation |
8 | 10 |
|
9 | | -**Hero Image (Innovation Studio submission):** |
10 | | -> A modern split visualization of sleep health AI. Left: a dark bedroom with a person sleeping, a CPAP machine glowing softly blue, and a smartwatch on the wrist. Right: a flowing dashboard with charts, AI analysis, and floating medical citation cards. Deep navy and indigo palette with violet gradient accents. Cinematic lighting, 16:9 aspect ratio. |
| 11 | +### Bug Fixes |
| 12 | +- [x] **Flags/Observations not updating** when switching data sources — fixed `switchSource()` and `fetchWithFilters()` to call `renderFlags()` |
| 13 | +- [x] **Same-source upload merge** — uploading two watch files (e.g., Jan + Feb) now merges records, dedupes by date, and recomputes stats |
| 14 | +- [x] **Source tag layout** — fixed horizontal stretching (removed `display:flex` conflict), DEMO badge is now compact |
11 | 15 |
|
12 | | -## 2. Replace Logo in App |
13 | | -Share the generated logo image → I'll replace the "Z" in `ui_template.py` |
| 16 | +### Multi-Source UX |
| 17 | +- [x] **"+ Add another data source"** always visible, even in multi-source mode |
| 18 | +- [x] **Source tabs** with active highlighting + **× remove button** per source |
| 19 | +- [x] **"Clear all"** button resets everything to upload screen |
| 20 | +- [x] **DEMO badge** (yellow pill) shown on demo data sources |
| 21 | +- [x] Backend: `/api/remove-source` and `/api/clear-data` endpoints |
| 22 | +- [x] Backend: `is_demo` tracking per data source |
| 23 | +- [x] Backend: `_demo` suffix on source keys (e.g., `cpap_demo`, `fitbit_demo`) |
14 | 24 |
|
15 | | -## 3. Record Demo Video |
16 | | -Script is in `DEMO_VIDEO_SCRIPT.md` — 2 min walkthrough. Upload as Unlisted YouTube. |
| 25 | +## 📋 Pending Before June 14 Deadline |
17 | 26 |
|
18 | | -## 4. Before June 14 Deadline |
19 | | -- [ ] Submit on Agents League portal (video + GitHub URL) |
20 | | -- [ ] Share on Discord on June 13 for community vote (+3 pts) |
| 27 | +- [ ] **Record Demo Video** — Script in `DEMO_VIDEO_SCRIPT.md` (2 min walkthrough) |
| 28 | +- [ ] **Submit on Agents League portal** (video + GitHub URL) |
| 29 | +- [ ] **Share on Discord** on June 13 for community vote (+3 pts) |
| 30 | +- [ ] **Expand knowledge base** from 10 → 40+ entries in `foundry_iq.py` |
| 31 | +- [ ] **Answer PromptWars Mumbai email** — drafted, ready to send |
21 | 32 |
|
22 | 33 | ## URLs |
23 | 34 | - App: https://sleep-iq-app-dhg8cufmfghucegy.ukwest-01.azurewebsites.net |
|
0 commit comments