plankanban / planka

The realtime kanban board for workgroups built with React and Redux.
https://planka.app
GNU Affero General Public License v3.0
7.74k stars 719 forks source link

[question] Are you planning a plugin system ? #124

Open johnchristopher opened 3 years ago

johnchristopher commented 3 years ago

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 3 years ago

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 3 years ago

Thanks for the clarification.

timdonovanuk commented 3 years ago

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 4 months ago

I'd suspect the challenge is not whether to support plugins, but how to make the architecture plug-in friendly?