rspace-online/modules/rtasks/lib
Jeff Emmett 41051715b9 feat(rtasks): ClickUp two-way sync integration
Add bidirectional sync between rTasks and ClickUp:
- API client with 100 req/min rate limiter
- OAuth2 + personal API token connection flows
- Import wizard (workspace → space → list picker)
- Outbound push queue (5s intervals, 10-item batches)
- Inbound webhook with HMAC-SHA256 validation
- Field-level conflict detection (rTasks wins)
- Source badges (purple CU) with sync status dots on task cards
- Sync status indicator in board header for connected boards

Also fix 6 pre-existing TS errors across crowdsurf, rcal, rnotes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 17:37:01 -07:00
..
backlog.ts Add toggle (check/uncheck) to checklist items + "Open in rTasks" button 2026-03-16 13:31:55 -07:00
checklist-config.ts feat(rtasks): add email checklist with HMAC-signed click-to-check links 2026-03-16 12:02:14 -07:00
clickup-client.ts feat(rtasks): ClickUp two-way sync integration 2026-03-24 17:37:01 -07:00
clickup-mapping.ts feat(rtasks): ClickUp two-way sync integration 2026-03-24 17:37:01 -07:00
clickup-sync.ts feat(rtasks): ClickUp two-way sync integration 2026-03-24 17:37:01 -07:00
render.ts Deep-link "Open in rTasks" to backlog task with banner 2026-03-16 13:41:34 -07:00
token.ts feat(rtasks): add email checklist with HMAC-signed click-to-check links 2026-03-16 12:02:14 -07:00