mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[question] Are you planning a plugin system ? #97
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @johnchristopher on GitHub (May 6, 2021).
I wrote a small CLI script to pull out some data out of Planka but it could easily be converted to a react/vjs/vue something.
Is a plugin system planned ? That would allow 3rd parties to add such features that are not in core.
@nickbe commented on GitHub (May 6, 2021):
Not at the moment. There are simply too many other features in the works. But if at some point modules will be needed this will surely be discussed.
@johnchristopher commented on GitHub (May 6, 2021):
Thanks for the clarification.
@timdonovanuk commented on GitHub (Aug 10, 2021):
I would just add my $0.02 here... FOSS projects that encorporate a plugin system tend to enjoy greater success IMO. It also lightens the load on you.
Examples:
@ajmas commented on GitHub (May 15, 2024):
I'd suspect the challenge is not whether to support plugins, but how to make the architecture plug-in friendly?