- Redmine Plugin Extension and Development
- Alex Bevilacqua
- 167字
- 2021-07-16 12:20:22
Preface
Imagine this: you stumble across a versatile open source project that outperforms most proprietary systems you've tested against, but it falls short due to just one simple yet critical missing feature. We've all been there before.
As hobbyists, developers, or just tinkerers, we dig into the code only to find that although the codebase is clean and well documented, we're not really sure where to start.
With Redmine, the answer to our dilemma is straightforward: write a plugin that fills this blank we've identified, allowing us to quickly implement feature x without having to hack the core system.
The Redmine authors have gone to great lengths to provide a plugin system that is extensive enough to allow even the most complex solutions to be quickly and efficiently implemented without having to resort to hacks.
This book will describe this plugin authorship process using an existing plugin that has been in production for a number of years as the basis for the various features we'll be implementing.
- 程序員面試筆試寶典(第3版)
- Visual C++程序設計學習筆記
- Mastering SVG
- Visual C++數字圖像模式識別技術詳解
- 樂高機器人設計技巧:EV3結構設計與編程指導
- Raspberry Pi for Secret Agents(Third Edition)
- Nexus規模化Scrum框架
- Java編程技術與項目實戰(第2版)
- SQL Server數據庫管理與開發兵書
- OpenGL Data Visualization Cookbook
- GameMaker Essentials
- Troubleshooting Citrix XenApp?
- Machine Learning for OpenCV
- The Statistics and Calculus with Python Workshop
- Java高手是怎樣煉成的:原理、方法與實踐