Replies: 1 comment
|
Hey! We're adding an extension system! Task managers is one of these. So this will slot nicely there. BTW: sorry for the delay! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I have been working on first-party ClickUp support for Orca and now have a working implementation in my fork. Before opening an upstream PR, I would like some guidance on how you would prefer this packaged.
The implementation currently includes:
Here is the current task list UI:
The implementation is available in this review PR on my fork:
nsxdavid#3
That PR currently passes the fork's CI checks, and its review findings have been addressed.
This touches several parts of Orca because a task provider crosses authentication, runtime RPC, persistence, settings, task browsing, workspace creation, and the task detail UI. The current branch is intended to be usable as a complete integration rather than a partial foundation.
Would you prefer this submitted as one complete upstream PR, or as a staged series? If staged, where would you prefer the first boundary to be?
I am happy to adjust the structure before opening the upstream PR.
All reactions