Planner plugin extension points #1429
Unanswered
hykilpikonna
asked this question in
Feature Requests
Replies: 2 comments
-
|
Id like to second this, i am currently building the old budget planner as a plugin and id like to have it life in the trip aswell. So i would need the ability to at least add a page to the Trip itself not the dashboard |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks @hykilpikonna and @SimMesg20. I'm working on a major expansion of the plugin system in our Fix 3.2.1. |
Beta Was this translation helpful? Give feedback.
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.
-
The current plugin system supports isolated plugin UI, routes, plugin-owned data, and read-only access to core entities. To move the features on my https://github.com/hykilpikonna/TrekForge fork into plugins, it needs deeper planner extension points.
Requested capabilities:
Goal: allow downstream features to be implemented as plugins instead of long-lived core patches, while preserving plugin permissions, isolation, and maintainability.
Beta Was this translation helpful? Give feedback.
All reactions