Tree sharing via link #16

Closed
opened 2026-02-03 04:41:34 +00:00 by chihlasm · 1 comment
chihlasm commented 2026-02-03 04:41:34 +00:00 (Migrated from github.com)

Allow sharing trees via link:

  • Generate unique share token for tree
  • GET /api/v1/shared/{share_token} - Access shared tree (no auth required)
  • Share modal with visibility options (private, link, team, public)
  • Copy link button
  • Option to allow/disallow forking

Reference: PHASE-2.5-PERSONAL-BRANCHING.md

Allow sharing trees via link: - [ ] Generate unique share token for tree - [ ] GET /api/v1/shared/{share_token} - Access shared tree (no auth required) - [ ] Share modal with visibility options (private, link, team, public) - [ ] Copy link button - [ ] Option to allow/disallow forking Reference: PHASE-2.5-PERSONAL-BRANCHING.md
chihlasm commented 2026-02-08 04:07:05 +00:00 (Migrated from github.com)

Implemented tree sharing via secure tokens with expiration. Backend includes share generation, public access endpoints, and visibility controls. Frontend includes ShareTreeModal with copy-to-clipboard and fork prevention options. Completed in commit c7b2c59.

✅ Implemented tree sharing via secure tokens with expiration. Backend includes share generation, public access endpoints, and visibility controls. Frontend includes ShareTreeModal with copy-to-clipboard and fork prevention options. Completed in commit c7b2c59.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chihlasm/resolutionflow#16