Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fosterushka/chronoflow
Yet another Trello alike task manager with extra features
https://github.com/fosterushka/chronoflow
sass task-management task-manager task-scheduler team-integration time-tracking-app todo todolist-application workflow
Last synced: about 2 months ago
JSON representation
Yet another Trello alike task manager with extra features
- Host: GitHub
- URL: https://github.com/fosterushka/chronoflow
- Owner: fosterushka
- License: other
- Created: 2024-11-15T21:18:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T18:05:07.000Z (2 months ago)
- Last Synced: 2024-12-14T03:14:16.076Z (about 2 months ago)
- Topics: sass, task-management, task-manager, task-scheduler, team-integration, time-tracking-app, todo, todolist-application, workflow
- Language: TypeScript
- Homepage:
- Size: 187 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Chronoflow 🚀
I start this project with the goal of creating a tool for myself. But it turned
out to be a lot more than that.A task management application designed for development teams, featuring advanced
time tracking, Git integration, and workflow optimization.## ✨ Key Features
### 🎯 Task Management
- Five-stage workflow: Todo → In Progress → Code Review → Testing → Done
- Drag-and-drop task movement
- Real-time task count and statistics
- Checklists and subtasks
- File attachments and organization### ⏱️ Time Tracking
- Real-time tracking with visual indicators
- Estimated vs actual time comparison
- Automatic time logging
- Progress visualization
- Time-based analytics### 🐙 Git Integration
- Repository linking and issue creation
- Contributor management
- Assignee selection
- Pull request tracking
- Issue templates### 🎥 Meeting Management
- Integration with Zoom, Teams, and Google Meet
- Meeting scheduling and tracking
- Notes and documentation
- Calendar integration### 🏷️ Organization
- Custom labels and categories
- File management system
- Task templates
- Advanced filtering### 📊 Analytics & Reports
- Time tracking analytics
- Task completion metrics
- Progress visualization
- Performance insights## 🚀 Getting Started
1. Clone the repository
2. Install dependencies: `deno task install`
3. Start the development server: `deno task start`## 📝 Documentation
- [Changelog](./CHANGELOG.md)
- [Code of Conduct](./CODE_OF_CONDUCT.md)## 🐛 Known Limitations
- Local storage only (server-side storage coming soon)
- No user authentication (planned for next release)
- Limited offline support## 📄 License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE.md)
file for details.## 🙏 Acknowledgments
- Built with [Fresh](https://fresh.deno.dev/)
- UI powered by [Tailwind CSS](https://tailwindcss.com/)
- Icons from [Heroicons](https://heroicons.com/)