Skip to content

feat: add TimeSpent to planned tasks#188

Merged
AdamJ merged 2 commits into
mainfrom
feat/planned-task-time-tracking
Jun 22, 2026
Merged

feat: add TimeSpent to planned tasks#188
AdamJ merged 2 commits into
mainfrom
feat/planned-task-time-tracking

Conversation

@AdamJ

@AdamJ AdamJ commented Jun 22, 2026

Copy link
Copy Markdown
Owner

Summary

Type of Change

  • New feature
  • Update to existing feature
  • Bug fix
  • Documentation update
  • Other (describe below)

Related Issue

Changes Made

Pulling a planned task into an active day now keeps track of the time spent on said task. If a planned task is not completed in a single day, it can now be added to additional days with the same "add to active day" option.

Any amount of time spent on a planned task (when pulled into an active day) automatically adds and updates time so that a user can track how long a task took to complete.

Checklist

Complete all items that apply to your change. Check N/A for items that don't apply.

Documentation

Run sync-docs skill with Claude Code to automatically update relevant files.

  • Any notable changes added to the README.md
  • CHANGELOG.md updated accordingly
  • N/A — no README changes

General

  • Branch is up to date with main
  • No unrelated files included in this PR
  • Tested locally by invoking the pnpm test, pnpm lint, and pnpm build

Notes for Reviewers

@AdamJ AdamJ added this to Timetraked Jun 22, 2026
@github-project-automation github-project-automation Bot moved this to Backlog in Timetraked Jun 22, 2026
@AdamJ AdamJ linked an issue Jun 22, 2026 that may be closed by this pull request
2 tasks
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 22, 2026

Copy link
Copy Markdown

Deploying timetrackerpro with  Cloudflare Pages  Cloudflare Pages

Latest commit: 536b51c
Status: ✅  Deploy successful!
Preview URL: https://cd6766ed.timetrackerpro.pages.dev
Branch Preview URL: https://feat-planned-task-time-track.timetrackerpro.pages.dev

View logs

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jun 22, 2026
@AdamJ AdamJ merged commit 2382cf9 into main Jun 22, 2026
3 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Timetraked Jun 22, 2026
@AdamJ AdamJ deleted the feat/planned-task-time-tracking branch June 22, 2026 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Feature: Log time spent on planned tasks

1 participant