Collaboration (list watchers / doc collaborators) + profile depth - #5
Merged
Conversation
Batch 6 of the parity build-out (branch feature/parity-v4). Builds clean in
Debug and Release. Watcher/collaborator shapes verified live 2026-08-01
(POST {userId,role} -> 201, GET -> {...:[{id,userId,role,createdAt,user}]},
DELETE .../{userId}, /users?q= search).
Collaboration:
- List watchers — invite a user to a list you own via search, list, remove
- Document collaborators — same for documents
(both added as sibling sections to the share-link panels from batch 5)
Profile / account:
- Mutual connections on a profile (clickable chips that open that user)
- "Manage account on the web" handoff in Settings (billing is cookie-only
server-side, so hand off to the site like OAuth linking)
Services: list watcher + doc collaborator CRUD + user-search, Collaborator
model, GetMutualAsync surfaced. Materialize deferred (opaque {source} request).
See the-gaps.md.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Batch 6 of the API parity build-out. Builds clean in Debug + Release. Watcher/collaborator shapes verified live (POST
{userId,role}→201, GET→{...:[{id,userId,role,createdAt,user}]}, DELETE.../{userId},/users?q=search — added + removed real test edges to confirm).Collaboration
Profile / account
Services — list watcher + doc collaborator CRUD + user-search,
Collaboratormodel,GetMutualAsyncsurfaced.Caveats
Remaining post-v1 (tracked in
the-gaps.md)Materialize (opaque
{source}request), GitHub (needs GitHub linked), account-deletion UI (destructive — deferred), DM inbox-folder view, per-list schema/columns, standalone notifications view.🤖 Generated with Claude Code