• Joined on 2025-09-23
kfickel created pull request kfickel/streamd#64 2026-03-29 22:10:08 +02:00
29_timesheet-management
kfickel created branch 29_timesheet-management in kfickel/streamd 2026-03-29 22:09:29 +02:00
kfickel pushed to 29_timesheet-management at kfickel/streamd 2026-03-29 22:09:29 +02:00
14ae2909e4 docs: add timesheet management documentation
1119d91854 feat(timesheet): add formatted report output to CLI
3429f2e65d feat(timesheet): add report generation logic
282d83bedb feat(timesheet): add overlap detection for timecards
7abf056609 feat(timesheet): add report data structures
Compare 6 commits »
kfickel closed issue kfickel/streamd#3 2026-03-29 19:59:43 +02:00
Implement Tag Inheritance
kfickel closed issue kfickel/streamd#8 2026-03-29 19:59:31 +02:00
Add mechanism to open previous file
kfickel commented on issue kfickel/streamd#63 2026-03-29 19:51:28 +02:00
Smoother Todo Editing

Implementation Plan

Overview

Enhance the streamd todo command to support task numbering, inline editing, marking tasks as done, and filtering out future tasks.

Requirements…

kfickel opened issue kfickel/streamd#63 2026-03-29 19:44:58 +02:00
Smoother Todo Editing
kfickel commented on issue kfickel/streamd#29 2026-03-29 19:38:40 +02:00
Timesheet Mangement

Implementation Plan: Timesheet Management (v2)

Overview

Implement streamd timesheet (alias for streamd timesheet report) that displays a monthly breakdown of expected vs actual working…

kfickel commented on issue kfickel/streamd#29 2026-03-29 19:37:15 +02:00
Timesheet Mangement

I forgot about the warnings. The timesheet should warn whenever

  • There a days that are empty without an explanation.
  • There are overlapping timecards
kfickel commented on issue kfickel/streamd#29 2026-03-29 19:35:00 +02:00
Timesheet Mangement

Implementation Plan: Timesheet Management

Overview

Implement streamd timesheet (alias for streamd timesheet report) that displays a monthly breakdown of expected vs actual working hours…

kfickel closed issue kfickel/streamd#62 2026-03-29 19:15:59 +02:00
Switch from YAML to TOML
kfickel pushed to main at kfickel/streamd 2026-03-29 19:14:59 +02:00
8d07a86fc4 chore: switch from yaml to toml
kfickel opened issue kfickel/streamd#62 2026-03-29 19:12:06 +02:00
Switch from YAML to TOML
kfickel closed pull request kfickel/streamd#50 2026-03-29 19:11:14 +02:00
chore(deps): lock file maintenance
kfickel closed pull request kfickel/streamd#58 2026-03-29 19:11:09 +02:00
chore(deps): update dependency basedpyright to v1.38.4
kfickel closed issue kfickel/streamd#61 2026-03-29 18:29:01 +02:00
Fix deprecation warning: 'system' renamed to 'stdenv.hostPlatform.system'
kfickel pushed to main at kfickel/streamd 2026-03-29 18:28:25 +02:00
ed493cff29 refactor: rewrite in rust
kfickel reopened issue kfickel/streamd#61 2026-03-29 18:25:14 +02:00
Fix deprecation warning: 'system' renamed to 'stdenv.hostPlatform.system'
kfickel closed issue kfickel/streamd#61 2026-03-29 18:24:03 +02:00
Fix deprecation warning: 'system' renamed to 'stdenv.hostPlatform.system'
kfickel pushed to main at kfickel/streamd 2026-03-29 18:23:44 +02:00
4116a7042d refactor: rewrite in rust