Commit 9e6dcc6b3e86d52214b57c2e7ff25757383681ca
1 parent
bd78e87a
Exists in
master
and in
3 other branches
[OpenSym] Siqueiras -workaround- to technical debts
Showing
1 changed file
with
8 additions
and
7 deletions
Show diff stats
opensym2017/content/01-introduction.tex
... | ... | @@ -28,13 +28,14 @@ unjustifiable expending of taxpayers' money. |
28 | 28 | |
29 | 29 | % TODO: ^ references |
30 | 30 | |
31 | -Since 2009, the SPB Portal was having several technical issues. The | |
32 | -original codebase was not being developed anymore, and there was a large | |
33 | -amount of technical debt to overcome. The system was a modified version | |
34 | -of an existing FOSS platform called | |
35 | -OpenACS\footnote{\url{http://openacs.org}}, and the old SPB portal was | |
36 | -not being updated anymore against the official OpenACS releases. In this | |
37 | -scenario, the portal maintenance has become increasingly difficult. | |
31 | +Since 2009, the SPB Portal was having several technical issues. The original | |
32 | +codebase was not being developed anymore, also, there was a large amount of | |
33 | +knowingly non-optimal or wrong design decisions to overcome (in other words, | |
34 | +technical debt \cite{refactoring}). The system was a modified version of an | |
35 | +existing FOSS platform called OpenACS \footnote{\url{http://openacs.org}}, and | |
36 | +the old SPB portal was not being updated anymore against the official OpenACS | |
37 | +releases. In this scenario, the portal maintenance has become increasingly | |
38 | +difficult. | |
38 | 39 | |
39 | 40 | After some events and meetings to collect requirements from the federal |
40 | 41 | government and from the society, a new platform for the SPB Portal was | ... | ... |