From adb85f8a00672312e8acce4b0af1a56d35c54286 Mon Sep 17 00:00:00 2001 From: mirivlad Date: Mon, 29 Jun 2026 04:47:13 +0800 Subject: [PATCH] docs: mark journal worklog plugin complete --- 05_Official_Plugins.md | 8 ++++++++ 07_Full_Implementation_Roadmap.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/05_Official_Plugins.md b/05_Official_Plugins.md index c3e9184..a35649c 100644 --- a/05_Official_Plugins.md +++ b/05_Official_Plugins.md @@ -205,6 +205,14 @@ Optional requires: activity.reconstruction ``` +Текущий статус: базовый `verstak.journal` implemented as both a global sidebar +view and a workspace item. Workspace views store manual worklog entries in the +plugin settings namespace, import non-billable entries from +`verstak.activity.suggestWorklog`, and deduplicate repeated imports by Activity +suggestion id. The global view aggregates stored workspace worklogs. Billing +reports, invoice export, timers, and richer report filters are still future +work. + ## 7. `official.browser-inbox` Назначение: diff --git a/07_Full_Implementation_Roadmap.md b/07_Full_Implementation_Roadmap.md index b7746a9..e53398a 100644 --- a/07_Full_Implementation_Roadmap.md +++ b/07_Full_Implementation_Roadmap.md @@ -143,7 +143,7 @@ Tasks: views while keeping their workspace items; - [x] implement persistent search index and cross-provider runtime hosting; - [x] implement activity reconstruction and worklog suggestions; -- implement journal/worklog plugin that can consume activity suggestions. +- [x] implement journal/worklog plugin that can consume activity suggestions. Verification: