| id |
title |
status |
assignee |
created_date |
labels |
dependencies |
references |
priority |
| TASK-106 |
Add ViewHistory for in-app back navigation + rename rWork → rTasks |
Done |
|
2026-03-11 21:32 |
| frontend |
| navigation |
| refactor |
|
|
| shared/view-history.ts |
| modules/rtasks/ |
|
high |
Description
Created shared ViewHistory utility class providing stack-based back navigation for rApps with hierarchical views. Integrated into 10 rApps replacing hardcoded data-back targets. Also renamed rWork module to rTasks across entire codebase (70 files), deleted rwork.online Cloudflare zone, cleaned cloudflared config.
Final Summary
Commit 31b0885 on dev+main. New shared/view-history.ts with ViewHistory class (push/back/canGoBack/peekBack/reset, max depth 20). Integrated into rtrips, rmaps, rtasks, rforum, rphotos, rvote, rnotes, rinbox, rschedule, rcart. Full rWork→rTasks rename: directory modules/rwork→modules/rtasks, component folk-work-board→folk-tasks-board, class FolkWorkBoard→FolkTasksBoard, all cross-module refs, docker-compose, vite config, encryptid CORS, landing pages. Removed rwork.online from cloudflared config and deleted its Cloudflare zone.