Ticket #10 (closed enhancement: wontfix)
nested entry points for plugins
| Reported by: | msfrank | Owned by: | msfrank |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | core | Version: | |
| Keywords: | Cc: |
Description
since we have (or will have) multiple types of entry points for plugins (i.e. a service entry point, config entry point, frontend entry point, controller entry point), it would be nice to be able to enable certain entry points only if a 'parent' entry point has been enabled. that sounds really confusing, here's an example:
i have a plugin for downloading torrents. the main entry point is a service, which handles the torrent downloading. i also have a frontend entry point, which displays current downloading information to the user. we should make the frontend entry point a child of the service entry point, meaning the frontend is only enabled if the service is turned on. that way, we don't see the frontend web page if torrents are not enabled.
