jazz-community / rtc-git-connector

Connect RTC work items with commits, issues, and requests from GitHub or GitLab
MIT License
6 stars 6 forks source link

Basic refactoring of the view renderers #19

Closed MartinBenninger closed 6 years ago

MartinBenninger commented 6 years ago

Added a central location (ViewHelper) for code that was previously duplicated in the multiple view rendering files.

This takes care of the obvious and simple duplication problems in these files. Larger design changes would be needed to refactor further and are not included in this pull request.

Refactoring of the rest services is also not included. I would prefer to first upgrade the gitlab library before refactoring the code.