Document baseline activity plugin
This commit is contained in:
parent
a84fdc9dcc
commit
0b62d1e03a
|
|
@ -158,6 +158,12 @@ browser.capture.received
|
||||||
case.selected
|
case.selected
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Текущий статус: базовый `verstak.activity` implemented as a workspace item and
|
||||||
|
`activityProviders` contribution. It stores public plugin events in
|
||||||
|
plugin-scoped settings, subscribes to file/note/browser/case activity events,
|
||||||
|
and exposes a manual record/clear smoke path. Reconstruction and worklog
|
||||||
|
suggestions are still future work.
|
||||||
|
|
||||||
## 6. `official.journal`
|
## 6. `official.journal`
|
||||||
|
|
||||||
Назначение:
|
Назначение:
|
||||||
|
|
|
||||||
|
|
@ -134,8 +134,10 @@ Tasks:
|
||||||
`searchProviders` in contribution summaries;
|
`searchProviders` in contribution summaries;
|
||||||
- [x] add type-as-you-search behavior and vault path/name matches to
|
- [x] add type-as-you-search behavior and vault path/name matches to
|
||||||
`verstak.search`;
|
`verstak.search`;
|
||||||
|
- [x] implement baseline `verstak.activity` event log plugin with
|
||||||
|
plugin-scoped storage and public event subscriptions;
|
||||||
- implement persistent search index and cross-provider runtime hosting;
|
- implement persistent search index and cross-provider runtime hosting;
|
||||||
- implement activity event log plugin;
|
- implement activity reconstruction and worklog suggestions;
|
||||||
- implement journal/worklog plugin that can consume activity suggestions.
|
- implement journal/worklog plugin that can consume activity suggestions.
|
||||||
|
|
||||||
Verification:
|
Verification:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue