Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.01 KB

File metadata and controls

46 lines (29 loc) · 1.01 KB

Time Tracker Projects/Tasks Plugin

Project and task management plugin for Time Tracker application.

Features

  • Create and manage projects
  • Create and manage tasks within projects
  • Link activities and manual entries to projects/tasks
  • Project breakdown visualization
  • Task tracking and archiving

Installation

This plugin is installed via the Time Tracker Marketplace or can be installed manually by downloading the release assets.

Development

Prerequisites

  • Rust toolchain (latest stable)
  • Time Tracker Plugin SDK

Building

cargo build --release

This will create a dynamic library (.dll on Windows, .so on Linux, .dylib on macOS) in target/release/.

Plugin Manifest

The plugin manifest (plugin.toml) defines:

  • Plugin metadata (id, name, version)
  • Backend configuration (crate name, library name, entry point)
  • Frontend configuration (entry point, components)
  • Build targets

License

MIT

Repository

https://github.com/bthos/time-tracker-projects-tasks-plugin