- 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.
- Learn ECMAScript(Second Edition)
- 青少年軟件編程基礎與實戰(圖形化編程三級)
- TestNG Beginner's Guide
- Essential Angular
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Java面向對象程序設計
- 編寫高質量代碼:改善Objective-C程序的61個建議
- Cocos2d-x Game Development Blueprints
- Red Hat Enterprise Linux Troubleshooting Guide
- Java 從入門到項目實踐(超值版)
- C語言程序設計
- RESTful Web API Design with Node.js
- Mastering Data Analysis with R
- INSTANT Lift Web Applications How-to
- Python編程基礎與數據分析