docs: update activity runtime status
This commit is contained in:
parent
d964b9e7ce
commit
0812cb724e
|
|
@ -156,15 +156,19 @@ note.saved
|
||||||
action.started
|
action.started
|
||||||
browser.capture.received
|
browser.capture.received
|
||||||
case.selected
|
case.selected
|
||||||
|
browser.capture.page
|
||||||
|
browser.capture.selection
|
||||||
|
browser.capture.link
|
||||||
```
|
```
|
||||||
|
|
||||||
Текущий статус: базовый `verstak.activity` implemented as both a global sidebar
|
Текущий статус: базовый `verstak.activity` implemented as both a global sidebar
|
||||||
view and a workspace item. Workspace tabs store and display only their own
|
view and a workspace item. Workspace tabs store and display only their own
|
||||||
activity stream; the global sidebar view aggregates activity from all workspace
|
activity stream; the global sidebar view aggregates activity from all workspace
|
||||||
streams plus unscoped global activity. It also contributes `activityProviders`,
|
streams plus unscoped global activity. It contributes `activityProviders`; the
|
||||||
subscribes to file/note/browser/case activity events, and exposes a manual
|
desktop runtime hosts those providers and records subscribed public events into
|
||||||
record/clear smoke path. Reconstruction and worklog suggestions are still
|
the plugin storage even when the Activity view is not mounted. The Activity UI
|
||||||
future work.
|
is a read/clear surface, not a manual recording toggle. Reconstruction and
|
||||||
|
worklog suggestions are still future work.
|
||||||
|
|
||||||
## 6. `official.journal`
|
## 6. `official.journal`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,8 +45,8 @@ Implemented:
|
||||||
|
|
||||||
Known remaining gaps:
|
Known remaining gaps:
|
||||||
|
|
||||||
- `fileActions`, `noteActions`, `contextMenuEntries`, and `activityProviders`
|
- `fileActions`, `noteActions`, and `contextMenuEntries` have registry support
|
||||||
have registry support but incomplete UI/runtime hosting.
|
but incomplete UI/runtime hosting.
|
||||||
- Sidecar host is not implemented.
|
- Sidecar host is not implemented.
|
||||||
- Files/Notes are usable but not complete: restore, binary streaming, watcher,
|
- Files/Notes are usable but not complete: restore, binary streaming, watcher,
|
||||||
richer conflict UX, and Notes trash/delete UX are still incomplete.
|
richer conflict UX, and Notes trash/delete UX are still incomplete.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue