Development Build
**Version:** dev-58-79e826ce
**Commit:** 79e826c
**Branch:** develop
**Build:** #58
### Docker Image
```
ghcr.io/DRYTRIX/TimeTracker:develop
```
### Quick Start
```bash
docker pull ghcr.io/DRYTRIX/TimeTracker:develop
docker-compose -f deployment-dev.yml up -d
```
### Changes
feat(tasks,ui): enhance task management UI; update routes; add tests
Improve task workflows and overall UX, and align backend routes with the
new UI flows. Update docs and development setup accordingly.
- UI: refine task list/view/edit templates, project views, and Kanban
partial (_kanban_tailwind.html) - CSS: polish
app/static/enhanced-ui.cssfor spacing, layout, and
responsiveness - Routes: update
app/routes/tasks.pyandapp/routes/clients.pyto
support new edit/delete/filter behaviors and validations - Templates: align clients/projects pages for consistency and navigation
- Docs: refresh
docs/GETTING_STARTED.mdand
docs/TASK_MANAGEMENT_README.md - Dev: adjust
docker-compose.ymlandsetup.pyto match the latest
runtime/build expectations - Tests: add coverage for delete actions, task project editing, and task
filters UI (tests/test_delete_actions.py,
tests/test_task_edit_project.py,
tests/test_tasks_filters_ui.py); update existing tests
Why:
-
Streamlines common task operations and improves discoverability
-
Ensures backend and UI are consistent and well-tested
This is an automated development build. Use at your own risk.