Support custom extensions / plugins development
not on the roadmap
Daniele Loreto
It would be great whether clickup supports custom extensions, for example:
- by exposing API on window object it would make it easier
- the Electron app should support the installation of custom chrome extensions, and same thing for PWA.
i would like this feature to be able to customize clickup UI by adding buttons or shortcuts to repetitive tasks
example in the screen:
Log In
Autopilot
Merged in a post:
Micro front-ends as custom widgets
M
Michiel Saey
Calling all developers who use ClickUp:
There are several features I would like to see added to my ClickUp. Most are already feature request, but while I wait, I would appreciate it if I could create them myself using the API, and imbed them into the home screen as a widget (Pomodoro timer would be nice, and that feature request has been open since 2018). Having them as widgets that could be set on workspace level could vastly increase any screen capabilities. And it would allow the development of ClickUp to be supported by the existing developer community that uses it.
Ideally, I'm thinking of a settings page that with a WYSIWYG style GUI that would allow us to create or own widgets, but that seems like a lot of work. So a page where I can connect my own (I'm fine self-hosting them) micro front-ends as widgets, that are then available to everybody in the workspace (are added to a widget store?), would be great. In that way, while ClickUp is short of being open code, the community can still support feature development.
I don't know what category to add this under, so it's “new integration”, please let me know if I should change it.
Much love, Michiel.
Joey
marked this post as
not on the roadmap
Hey there! Thanks for sharing your feature request with us. We truly appreciate your input!
As part of our efforts to improve our feedback boards, we're closing this older feature request.
Removing old and inactive posts will increase the communication between the ClickUp team and our users, allowing us to hear more of your great ideas!
If you feel this request is worth revisiting, feel free to create a new post!
Thanks for being a part of our community!
J
Jan Homrighausen
We are currently working with a homegrown ERP system.
This system maps our business architecture (entities, relationships, etc.), the processes needed to handle these entities (e.g. how we handle a new "customer", which departments are involved, in which order, etc.), and also some automations we have programmed.
Since there are generic tools (like Clickup) that already cover all the business infrastructure, processes, and even some automations, it would make sense for us to consider switching to another system.
However, there are two major pitfalls: many features that we have developed over the years and that are currently available to us would be lost because we apparently cannot create custom code for Clickup. Second, data migration.
For us, it could make a lot of sense to extract the code that is really unique to our business and put it into microservices.
After that, we could move to ClickUp, for example, and then we could "call" those services/functionalities while processing an object, just like we could set up automations in ClickUp through the UI.