Project

General

Profile

JdA » History » Version 9

Borja Pacheco Ortega, 2012-06-12 14:08

1 2 Borja Pacheco Ortega
{{toc}}
2
3 7 Borja Pacheco Ortega
h1. Objectives
4 2 Borja Pacheco Ortega
5 9 Borja Pacheco Ortega
# Tell the world our experiences and works around Redmine. Share our ideas, efforts and developed code.
6
# Make our plugins as +*POPULAR*+ as possible.
7
# *+PROMOTE THEM+* to become part of redmine's core project. 
8
# In the future, share maintenance efforts with community.
9 1 Borja Pacheco Ortega
10 9 Borja Pacheco Ortega
h2. Who are we? 
11 1 Borja Pacheco Ortega
12
We are some IT professionals who work at Sadesi (a public company that belongs to "Junta de Andalucia":http://www.juntadeandalucia.es, in advance I'll use the acronym _JdA_). We are happy of working in an organization which is compromised with OpenSource and Quality, Sadesi is compliant with ISO 9001, ISO 20000 (ITIL) and ISO 27001.
13
14 9 Borja Pacheco Ortega
h2. Disclaimer.
15 1 Borja Pacheco Ortega
16 9 Borja Pacheco Ortega
My name's Borja Pacheco and I MUST clarify that I'm talking from a +personal point of view+, not trying to tell you the formal opinion of others (nor Sadesi, CEIC, neither Junta de Andalucia).
17
18
h2. Thanks
19
20
I need to mention to *María José Romero del Toro* and *Francisco José Quintero Morón*, who are an important part of this project and without them, nothing wouldn't be possible.
21
22 1 Borja Pacheco Ortega
h1. Our story
23 7 Borja Pacheco Ortega
24 9 Borja Pacheco Ortega
Since 2010 Sadesi started using Redmine as the main tool to manage our development projects:
25 7 Borja Pacheco Ortega
* We realized Redmine is a very complete and good software.
26
* We assigned to our redmine instance (HGP) the role of SPOC (Single point of contact) among all parties involved into our software development projects (internal clients, our technical staff and providers that builds concrete pieces of a project).
27
* We have used it broadly. Some indicators: 29175 tickets created and 796 active users.... I guess we have one of the biggest implementations all over the world.
28 1 Borja Pacheco Ortega
29 7 Borja Pacheco Ortega
h2. First interactions
30 1 Borja Pacheco Ortega
31 9 Borja Pacheco Ortega
After an initial usage period, we missed out some functionality that wasn't already developed. Our first approach was to make it ourselves. We modified several parts of the code, to avoid tickets without any assigned (we don't want orphan tickets), we linked End-Date and Status to avoid tickets without 100% completing, modified Gantt module, adapted Spanish translations to our current vocabulary, created a simple plugin-menu to facilitate access to other daily tools, made the tree-view plugin operative again and, finally, we made a custom application that uses redmine's data model, for being a bridge between Redmine and our ERP (Navision).
32 1 Borja Pacheco Ortega
33 7 Borja Pacheco Ortega
This experience produced us a "bitter taste", because we found several difficulties:
34
* We didn't want to touch Redmine's core/kernel, but it was not possible in all cases. So we started to be very sensitive about redmine's updates & upgrades.
35
* Ruby, it's not our core business programming language. We feel more comfortable using Java or PHP. This problem increased the first problem, because we didn't use properly methods that allow changing normal behaviour inside a plugin.
36 1 Borja Pacheco Ortega
37 7 Borja Pacheco Ortega
We learnt other important fact: Sometimes it's easier and cost saving, adapt our mind/methodology instead of modifying the tool.
38 1 Borja Pacheco Ortega
39 7 Borja Pacheco Ortega
h1. Our project
40 1 Borja Pacheco Ortega
41 7 Borja Pacheco Ortega
Once we have reached a mature knowledge about redmine, features, limitations, plugins available and devs methods, we decided to solve the problem seriously. We search for some budget, and we searched specialised resources to produce our needed modifications. 
42 1 Borja Pacheco Ortega
43 7 Borja Pacheco Ortega
h2. Specifications
44
45
Here, in this "document":http://www.juntadeandalucia.es/contratacion/document/download?refCode=2011-0000006176&refDoc=2011-0000006176-1 (it's in Spanish -we apologize) we describe in details our goals, functional features and technical requirements to the global project.
46
47
h3. Main Goals
48
49
* Improve workflow engine: Enable/Disable editions of custom fields depending current phase, allow transactions only if certain conditions are made, reduce list of possible "assigned-to" just to members who can execute the transition in the flow, limit who can create new tickets.
50
* Redmine's Federation: enable sharing information of project/tickets between different organization's redmines.
51
* Creation of a DashBoard module, to allow managers to control de activity of a collection of projects and performance indicators (KPIs)
52
* Allow custom reports and datamining. 
53 1 Borja Pacheco Ortega
* Integration with others
54 7 Borja Pacheco Ortega
** Third party: Drupal, Alfresco, Pentaho, Testlink, UML
55
** JdA's own tools: NAOS, Formula, iCMS
56 1 Borja Pacheco Ortega
* Enhance query interface with more filters.
57
* Block reporting elapsed time (log time) too long time ago.
58
* Enable archived project to be accessible read-only.
59
* Others: wiki's templates, calendar export via CalDav, wizard to configure a new project...
60
61 9 Borja Pacheco Ortega
h1. Project Organization
62 1 Borja Pacheco Ortega
63
The project is divided in three phases.
64
65 9 Borja Pacheco Ortega
h2. Phase 1
66 1 Borja Pacheco Ortega
67 9 Borja Pacheco Ortega
* *State*: FIXING MINOR BUGs
68
* *Estimated Release Date*: 20th June
69 1 Borja Pacheco Ortega
70 9 Borja Pacheco Ortega
h3. Features
71 1 Borja Pacheco Ortega
72 9 Borja Pacheco Ortega
* Improved workflow engine.
73
* Improved API Rest
74
* Enhanced archived project
75
* Block reporting elapsed time (log time) too long time ago.
76
* Fixed tree view plugin
77
* Some features in "my page"
78
* Wizard to import task from excel
79
* Integration with Alfresco 3.3.x (cmis 1.0) (Not tested, but developed)
80 1 Borja Pacheco Ortega
81
82 9 Borja Pacheco Ortega
h2. Phase 2
83 1 Borja Pacheco Ortega
84 9 Borja Pacheco Ortega
* *State*: TESTING 
85
* *Estimated Release Date*: 31st July
86 1 Borja Pacheco Ortega
87 9 Borja Pacheco Ortega
h3. Features
88 1 Borja Pacheco Ortega
89 9 Borja Pacheco Ortega
* New Integrated dashboard
90
* Wizard to create new projects (preconfigure users,roles, attributes...)
91
* Controlling who can create new tickets
92
* Redmine's Federation
93
* Integration with API iCMS (allow different CMS, such as, Drupal)
94
* Integration with Alfresco 3.2.x
95
* Integration with Formula v3
96 1 Borja Pacheco Ortega
97 9 Borja Pacheco Ortega
h2. Phase 3
98 1 Borja Pacheco Ortega
99 9 Borja Pacheco Ortega
* *State*: DEVELOPMENT
100
* *Estimated Release Date*: September-October
101 7 Borja Pacheco Ortega
102 9 Borja Pacheco Ortega
h3. Features
103 7 Borja Pacheco Ortega
104 9 Borja Pacheco Ortega
* Enhanced query interface with more filters.
105
* Enhanced wiki
106
* Enhanced Calendar 
107
* Periodic Tickets
108
* Integration with Pentaho -> SLA Management
109
* Integration with Testlink
110
* Integration with third party UML tools
111
* Integration with Plantilla
112
* Integration with NAOS
113 8 Borja Pacheco Ortega
114 9 Borja Pacheco Ortega
h3. Software Repository
115
116
We are going to prepare a GIT repository to allocate every part of the software. As soon as our SQA marks any release as candidate, we'll publish it and communicate how to get the source.
117
We'll announce through twitter and linkedin.
118
119
h1. Questions
120
121
Please contact me, via twitter: @Borja_Pacheco.
122
123
h1. References
124
125
If you need further info about my company or our job, you could find it at:
126
* www.juntadeandalucia.es/innovacioncienciayempresa/sadesi/
127
* www.juntadeandalucia.es/organismos/economiainnovacionyciencia/consejeria/sgisi.html