A simple yet powerful project planning and execution tracking service for Ubuntu.
Ubuntu Planner helps you plan your work and track actual time spent on projects. It combines scheduling with execution tracking to give you insights into your productivity.
Key Features:
- 📋 Project Management: Organize projects with nested hierarchies, colors, and tags
- 📅 Planning: Schedule your work with smart overlap detection
- ⏱️ Execution Tracking: Track actual time spent on projects
- 🔔 Smart Notifications: Get reminded when it's time to start or finish
- 📊 Analytics: View statistics and insights about your work patterns
- 🌐 Web Interface: Clean, modern, and minimal web UI
For detailed documentation, see:
- Documentation Index - Complete documentation overview
- AI Guide - Guidelines for AI assistance with this project
# Installation and setup instructions will be added here- Backend: Python (FastAPI)
- Frontend: Vue 3 + Tailwind CSS
- Database: MySQL
- Deployment: systemd service
Ubuntu-Planner/
├── backend/ # FastAPI backend
├── frontend/ # Vue 3 frontend
├── Documents/ # Complete documentation
│ ├── roadmap/ # Version roadmaps
│ └── *.md # Feature documentation
└── .env # Configuration
See Documents/roadmap/ for version-specific implementation plans.
[To be determined]