docs: mark journal worklog plugin complete
This commit is contained in:
parent
b61bc94a05
commit
adb85f8a00
|
|
@ -205,6 +205,14 @@ Optional requires:
|
||||||
activity.reconstruction
|
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`
|
## 7. `official.browser-inbox`
|
||||||
|
|
||||||
Назначение:
|
Назначение:
|
||||||
|
|
|
||||||
|
|
@ -143,7 +143,7 @@ Tasks:
|
||||||
views while keeping their workspace items;
|
views while keeping their workspace items;
|
||||||
- [x] implement persistent search index and cross-provider runtime hosting;
|
- [x] implement persistent search index and cross-provider runtime hosting;
|
||||||
- [x] implement activity reconstruction and worklog suggestions;
|
- [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:
|
Verification:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue