- Redmine Plugin Extension and Development
- Alex Bevilacqua
- 204字
- 2021-07-16 12:20:23
Chapter 1. Introduction to Redmine Plugins
Redmine is an open source project management platform written in Ruby and built using the Ruby on Rails framework. It currently supports a lot of key features that a software project manager would find useful, such as an issue track, wiki, time tracking, source control management integration, and various other tools that assist with document and information management.
As the product has gotten more popular, the need to extend the basic functionality through the use of third-party plugins has grown. Redmine facilitates this through a plugin API that assists in hooking external model, view, and controller code into Redmine, as well as integrating with various system features.
This chapter will introduce you to Redmine's plugin structure, as well as how to generate a new plugin, and some preliminary initialization and configuration settings. We will generate a sample plugin that we'll be using throughout this book to illustrate various code samples and topics.
The following topics will be covered in this chapter:
- Basic plugin generation and layout
- A brief overview of the sample plugin that will be referenced throughout this book
- Overview of the initialization attributes
- Introduction to some helper functions that are available to plugin authors
- Mastering OpenLayers 3
- Google Apps Script for Beginners
- Java多線程編程實戰指南:設計模式篇(第2版)
- Reporting with Visual Studio and Crystal Reports
- Python數據分析入門與實戰
- SQL for Data Analytics
- Clojure for Domain:specific Languages
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Scala編程實戰(原書第2版)
- Visual C++開發入行真功夫
- 青少年信息學競賽
- Principles of Strategic Data Science
- Python Interviews
- Qt5 C++ GUI Programming Cookbook
- 例解Python:Python編程快速入門踐行指南