Content
New Plugin creation help
Added by Scott Sanders over 8 years ago
I am attempting to create a very simple plugin that will allow me to add a Todo Checklist to work_packages. I am able to have OP recognize the plugin and I have added in the routes.rb file a route to the plugin (/todolist) and it works fine. My issues are:
- getting the table to list in the workpackages
- sharing the workpackage_id to my plugin to link items many to one(todolist to work_package)
- when coping a work package, to duplicate the todolists over.
Part of the problems I have are the complete lack of documentation on how to create a plugin for OP. I have gone through multiple times the tutorials on this site and found them intially great but when you need to do any real work with a plug in this is very difficult. I have tried to look through the existing plugins as examples and found nothing to help any of my 3 issues I stated.
If there is anyone that can help me with a guide or tutorial on how these work that are not just generic comments of using a tutorial on this site, please let me know.
Thanks