MyWorkshopr — retired
The personal dashboard was absorbed into the app shell in August 2026. This page is the map from what it used to be to where each part now lives; the guide that stood here documented a sidebar, seven panels, a team workspace and four stylesheets, none of which exist.
Where everything went
| What it was | Where it is now |
|---|---|
The dashboard (/myworkshopr/, ?tab=overview) | /app/ — the funnel, the attention list and up-next, all reading the Workshop Record |
| Favorites, Notes, Comments, Submissions, Published | /app/?view=stuff&step=… — one view, five steps, built from ws_* |
Add Exercise (add-exercise.php) | /app/?view=stuff&step=contribute — reached from the Submissions step, not from the tab strip |
| Settings (8 panels) | /app/?view=settings, deep-linkable on §ion= |
Saved agendas (?tab=agendas, myworkshops.php) | /app/?view=plan&step=saved — Pro-gated, deliberately |
Workshop Record (record.php) | /app/?view=prove&step=report&plan=N — the Impact Report |
| Team, Team Playbooks, Team Favorites | Parked. The pages are gone and the DB tables are kept; .htaccess 301s team* and playbook.php to /app/ |
What the design system lost with it
/myworkshopr/css/myworkshopr.css,/css/myworkshopr/myworkshopr-v2.css,/css/myworkshopr/add-exercise.css,/myworkshopr/record.cssand/js/myworkshopr.js— deleted rather than migrated. What survived was rewritten asapp/css/settings.css,app/css/stuff.cssandapp/css/stuff-contribute.css, each scoped to its view's root class and painting only from platform tokens.- The per-type blue / green / purple icon tints and the orange
--exercise-accentfamily. Red Unification (D1) retired the per-app palettes; every accent in the ported views is the one Learn red. ws_lifecycle()and its demo page — see the changelog, v2.9.99. The journey strip the platform draws isws_wl_journey()inapp/includes/workshop-list.php, documented under Workshop List.
Building on the shell
New personal-workspace work belongs in app/views/, not here. The shell's own chrome is documented under Redesign (side navigation, dashboard patterns), the workshop cards under Workshop List, and every component it uses in the Component Library.