Loading 4weirdโฆ
๐ฅ๏ธ DESKTOP / REMASTERY WAVE 1
Every Remastery Wave-1 route, graded against the desktop parity model: native-first + authenticated iframe fallback. Wave-1 scope per the remastery spec ยง7.1 โ Squad Workspaces, Kanban Boards, Time Tracking, Invoicing Suite, Real-Time Notifications, 1-on-1 Direct Chat โ mapped onto the five route groups: tools, games/mods, budgets/squad-pools API, vcw/debug-play API, docs/remastery.
Posture today is authenticated webview fallback for all Wave-1 routes: the desktop shell loads the signed-in web route in an authenticated view; dedicated native implementations have not landed yet. No secrets on this page; auth stays in the session, never in markup.
| Group | Route | Web path | Desktop posture | Offline behavior |
|---|---|---|---|---|
| tools | Free Utilities Suite | /tools | authenticated webview fallback | Cached client-side utilities (converter, counter, SEO preview) keep working offline; AI writing helper is unavailable offline. |
| tools | Squad Kanban Boards | /squads/[id]/kanban | authenticated webview fallback | Last-synced board renders read-only; card moves are queued and applied on reconnect, never silently dropped. |
| tools | Time Tracking | /timer | authenticated webview fallback | Timer keeps ticking locally via the Web Worker engine; entries sync to the project budget on reconnect. |
| tools | Invoicing Suite | /business/invoices | authenticated webview fallback | Cached invoice list and drafts are read-only; PDF export works for cached drafts only; no new sends offline. |
| tools | Real-Time Notification Center | (global dropdown) | authenticated webview fallback | No realtime delivery offline; unread badge stays frozen at the last-synced count until reconnect. |
| tools | Direct 1-on-1 Chat | /chat | authenticated webview fallback | Cached threads readable offline; outbound messages queue locally and send on reconnect. |
| games/mods | Community Mods browser | /mods (games/mods) | authenticated webview fallback | Installed-mods list only; browsing, install, and verification are disabled offline. |
| budgets/squad-pools API | Squad Workspaces + pooled wallet | /squads/[id] | authenticated webview fallback | Last-synced workspace snapshot is read-only; wallet balance is display-only with no transfers offline. |
| vcw/debug-play API | DebugPlay headless game-test runs | /api/vcw/debug-play | authenticated webview fallback | Unavailable offline (cloud execution required); run requests queue and dispatch on reconnect. |
| docs/remastery | Remastery docs | /docs/remastery | authenticated webview fallback | Bundled cached snapshot when available; otherwise an offline notice with a retry on reconnect. |
Coverage: 10 Wave-1 routes listed across all five groups โ tools, games/mods, budgets/squad-pools API, vcw/debug-play API, docs/remastery. Native upgrades, when they land, flip individual rows without changing this board's shape.