github DRYTRIX/TimeTracker dev-dev-58-79e826ce
Development Build dev-58-79e826ce

latest releases: v5.2.2, v5.2.1, v5.2.0...
pre-release5 months ago

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.css for spacing, layout, and
    responsiveness
  • Routes: update app/routes/tasks.py and app/routes/clients.py to
    support new edit/delete/filter behaviors and validations
  • Templates: align clients/projects pages for consistency and navigation
  • Docs: refresh docs/GETTING_STARTED.md and
    docs/TASK_MANAGEMENT_README.md
  • Dev: adjust docker-compose.yml and setup.py to 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.

Don't miss a new TimeTracker release

NewReleases is sending notifications on new releases.