Skip to content

Commit 0660897

Browse files
committed
docs: mark mobile touch, encrypted cloud backup, measure:bundle, and new tests in NEXT_STEPS
1 parent b9328d8 commit 0660897

1 file changed

Lines changed: 35 additions & 64 deletions

File tree

NEXT_STEPS.md

Lines changed: 35 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,48 @@
1-
# 🚀 OMNI-GRID 2.0 - NEXT STEPS
1+
# Omni-Grid 2.0 - NEXT STEPS
22

3-
```text
4-
____ __ __ _ _ ___ ____ ____ ___ ____
5-
/ __ \| \/ | \ | |_ _| / ___| _ \|_ _| _ \
6-
| | | | |\/| | \| || |_____| | _| |_) || || | | |
7-
| |__| | | | | |\ || |_____| |_| | _ < | || |_| |
8-
\____/|_| |_|_| \_|___| \____|_| \_\___|____/
3+
## Completed (Aug 2026)
94

10-
[ IMMEDIATE ACTION ITEMS ]
11-
[ START HERE TO CONTRIBUTE ]
12-
```
13-
14-
## 📋 OVERVIEW
15-
16-
Immediate, actionable next steps for Omni-Grid 2.0.
17-
18-
**Related:** [PROJECT_BLUEPRINT.md](./PROJECT_BLUEPRINT.md) · [ROADMAP.md](./ROADMAP.md) · [CONTRIBUTING.md](./CONTRIBUTING.md)
19-
20-
---
21-
22-
## 🎯 COMPLETED PRIORITIES ✅
23-
24-
### Settings, Theme, Widget API, Music, AI Chat, Monaco ✅
25-
26-
### Secure Vault & Secrets Hardening ✅ (v2.5.7)
27-
28-
- AES-256-GCM DEK + optional PBKDF2-SHA256 (600k) passphrase
29-
- Zustand `partialize` excludes secrets from main localStorage blob
30-
- System Core UI: enable / unlock / lock / remove
31-
- Client-side API-key injection removed; CodeQL SW regex fixed
32-
33-
### Widget Lazy Loading ✅
5+
### Security
6+
- [x] Secure Vault (AES-256-GCM + PBKDF2 passphrase)
7+
- [x] Zustand partialize (secrets never in plain localStorage)
8+
- [x] No client-side API key injection
349

35-
- `React.lazy` + `Suspense` in `components/GridContainer.tsx`
36-
- `components/WidgetSkeleton.tsx` cyberpunk loading fallback
37-
- **Eager:** SystemCore, HelpDesk, QuantumCalc, FocusHUD, Scratchpad, Asset, Transformer, CipherVault, ChromaLab, Temporal, Weather, Valuta, Sudoku, Clipboard
38-
- **Lazy:** CyberEditor (Monaco), NeuralChat, Marketplace, MultiAgentHub, SunoPlayer, PDFViewer, ResearchBrowser, PromptLab, Sonic, WritePad, Polyglot, Architect, Aesthetic, Radio, DocuHub, GitPulse, ProjectTracker, WebTerminal, NewsFeed, CipherPad, SecureCalendar, MacroNet, ChainPulse, RegRadar, Market, Strategic, Browser, CommunityPortal
10+
### Performance
11+
- [x] Widget lazy-loading (React.lazy + Suspense + WidgetSkeleton)
12+
- [x] `scripts/measure-bundle.mjs` + `npm run measure:bundle` / `build:analyze`
3913

40-
---
14+
### Mobile / PWA touch
15+
- [x] `ResponsiveGrid` — breakpoints lg→xxs (12→2 cols)
16+
- [x] Auto-compact on mobile; resize disabled under 768px
17+
- [x] Drag via `.drag-handle` only; inputs/buttons cancelled
18+
- [x] `useIsMobile` / `useContainerWidth` hooks
19+
- [x] viewport-fit=cover + safe-area + 44px coarse-pointer targets
20+
- [x] Docs: `docs/mobile-pwa.md`
4121

42-
## 🔥 CURRENT HIGH-VALUE CONTRIBUTIONS (Q3 2026)
22+
### Cloud backup (vault crypto)
23+
- [x] `services/cloudBackup.ts` — encrypted `.ogbak.json` + optional HTTPS PUT/GET endpoint
24+
- [x] Unit tests: `test/cloudBackup.test.ts`
25+
- [x] Docs: `docs/cloud-backup.md`
26+
- [ ] Wire full UI in Settings → Data tab (API ready; polish remaining)
4327

44-
### PWA / Mobile Touch
28+
### Tests
29+
- [x] `test/useMediaQuery.test.ts`
30+
- [x] `test/cloudBackup.test.ts`
31+
- [ ] E2E (Playwright) smoke for mobile viewport + vault unlock
4532

46-
Scaffolding complete. Still needed: touch-optimized grid interactions, offline widget-state caching.
33+
## Next priorities
4734

48-
### Cloud Backup & Sync
35+
1. **Settings Data tab UI** for encrypted export/import + cloud endpoint
36+
2. **App chrome** mobile menu for header controls (safe-area already in CSS)
37+
3. **E2E** mobile + backup flows
38+
4. **Lighthouse** mobile TTI after `npm run build:analyze`
4939

50-
Not started. Reuse Secure Vault crypto for E2E encryption of cloud payloads.
51-
52-
### Marketplace polish
53-
54-
Rating/review system and community submission UX.
55-
56-
---
57-
58-
## 🐛 QUICK WINS
59-
60-
- Unit / E2E tests, a11y audit, JSDoc
61-
- Measure bundle size / TTI after lazy-load
62-
63-
---
64-
65-
## 📝 GET STARTED
40+
## Commands
6641

6742
```bash
68-
git clone https://github.com/GizzZmo/Omni-Grid-2.0.git
69-
cd Omni-Grid-2.0 && npm install && npm run dev
43+
npm run test:run
44+
npm run build:analyze # vite build + bundle size report
45+
npm run measure:bundle # report only (needs dist/)
7046
```
7147

72-
API keys: **System Core → Settings**. Optional vault passphrase for at-rest encryption.
73-
74-
---
75-
76-
**Last Updated:** August 2026
77-
**Maintained by:** Jon-Arve Constantine / GizzZmo
48+
**Last Updated:** August 2026

0 commit comments

Comments
 (0)