- 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
- Flask Web全棧開發實戰
- UNIX編程藝術
- Python概率統計
- Java面向對象思想與程序設計
- Learn React with TypeScript 3
- ASP.NET程序設計教程
- 軟件測試技術指南
- Natural Language Processing with Python Quick Start Guide
- Learning Kotlin by building Android Applications
- VMware vSphere 5.5 Cookbook
- Android開發進階實戰:拓展與提升
- Docker on Windows
- 流暢的Python
- Mastering Swift 4(Fourth Edition)
- Swift編程實戰:iOS應用開發實例及完整解決方案