rspace-online/backlog/tasks/task-64 - r-prefix-module-s...

1.7 KiB

id title status assignee created_date updated_date labels dependencies references priority
TASK-64 r-prefix module slugs + landing page + clickable rStack header Done
2026-02-26 03:04 2026-02-26 03:05
refactor
routing
shell
server/index.ts
shared/components/rstack-app-switcher.ts
shared/components/rstack-tab-bar.ts
shared/url-helpers.ts
modules/*/mod.ts
high

Description

Rename all 23 module IDs from bare names to r-prefixed slugs (canvas→rspace, notes→rnotes, vote→rvote, etc.) so URLs are consistent with rApp branding. Root rspace.online/ now serves the landing page instead of redirecting to demo. rStack header in app switcher is now a clickable link. rSpace itself appears as a module peer alongside all other rApps.

Acceptance Criteria

  • #1 All 23 module IDs use r-prefix slugs (rspace, rnotes, rvote, etc.)
  • #2 Root rspace.online/ serves landing page (not redirect to demo)
  • #3 rStack header in app switcher dropdown is clickable (links to rstack.online)
  • #4 Space root redirects to /rspace instead of /canvas
  • #5 All internal navigation links updated to r-prefixed paths
  • #6 Badge maps in app switcher and tab bar use r-prefixed keys
  • #7 TypeScript compiles cleanly

Final Summary

Renamed all 23 module IDs to r-prefixed slugs across 33 files. Root domain now serves the landing page. rStack header is clickable. All badge maps, URL helpers, internal links, and redirects updated. Commit 4895af1, merged to main.