# DORPG - Daily Organiser RPG 🍌 DORPG is a web-based life management RPG. It combines a weekly/daily/hourly journal planner, quest-style task management, player progression, and account-based data sync. ## Product Purpose DORPG helps users plan real-life work as an RPG loop: - Weekly tasks define what matters this week. - Daily Focus places weekly tasks into specific days. - Hourly Schedule turns daily focus into time blocks. - Quests represent executable tasks with difficulty, status, energy cost, and XP rewards. - Player progression tracks level, XP, daily XP limit, and future attribute points. ## Main Pages - `/` - Main application shell for Journal, Quest Log, Quest Architect, Quest Detail, and Profile. - `/login` - Login page for account-based saved data. - `/register` - Account creation page. ## Core Concepts - Journal Command Center: weekly planner, daily focus, and hourly schedule. - Quest Log: all quests under the current account. - Quest Architect: creates a new quest. - Active Quest: highest-priority unfinished quest. - Profile: player state, sync status, account actions, and future RPG attributes. ## Data Model Direction - Authenticated quests are stored in the server database. - Guest quests are stored locally in the browser and can be imported after login. - Journal data is designed to sync by user and week, so desktop and mobile can share the same planner. ## Audience The product is for people who want a practical planner/task system that feels like a game, without becoming only a finance app or only a todo list.