Skip to content

Feature request: Easily share annotations between team-members #17

Description

@raimannma

Tracked from upstream issue benjitaylor#162.

Type: feature • Severity: low

Assessment

This is a collaboration feature request (a non-developer PM wants to add and share annotations with devs), not a bug. A sharing primitive partially exists: package/src/utils/sync.ts implements optional server sync via sessions (listSessions/createSession/getSession/syncAnnotation) and storage.ts persists locally, but there is no turnkey "share these annotations" flow that works without a developer standing up a sync endpoint. Open PR 116 only enhances real-time SSE multi-user sync on top of an existing server backend, so it does not deliver the easy peer-to-peer sharing the issue asks for. The full ask is a larger product/UX feature (export/import or hosted share links) requiring design and likely backend work, so it should be tracked rather than shipped as a quick fix.

Upstream: benjitaylor#162

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestupstream-trackedTracked from unmaintained upstream

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions