Project

General

Profile

Redmine Database field mappings and Documentation.

Added by Abhishek Verma over 12 years ago

Hello Everyone,

To create Plug-in for Redmine , I have gone through the plug-in guidelines I found it very helpful, But to enhance few functionality, I need Redmine database documentation and field mappings.
Please suggest Where should I find database mappings and documentation? Also Is it Possible to create Redmine plugin in PHP? As I am new to Ruby I don't have enough idea how deep knowledge is required to create Plug-in.


Replies (1)

RE: Redmine Database field mappings and Documentation. - Added by Felix Schäfer over 12 years ago

Abhishek Verma wrote:

To create Plug-in for Redmine , I have gone through the plug-in guidelines I found it very helpful, But to enhance few functionality, I need Redmine database documentation and field mappings.
Please suggest Where should I find database mappings and documentation? Also Is it Possible to create Redmine plugin in PHP? As I am new to Ruby I don't have enough idea how deep knowledge is required to create Plug-in.

You can't make a Redmine plugin in php, sorry, and there is no formal documentation for the DB schema other than the code, as the DB is accessed through an ORM which takes care of wrapping all interactions with it in a ruby API (see Ruby on Rails and ActiveRecord for more info on that).

    (1-1/1)