Right now the controllers are implemented in a way that it's almost coupled. Adding features like Bitbucket support or complex notification can easily bloat the code. A more flexible solution for this might be to implement a controller pattern to decouple the API and the controllers.
Right now the controllers are implemented in a way that it's almost coupled. Adding features like Bitbucket support or complex notification can easily bloat the code. A more flexible solution for this might be to implement a controller pattern to decouple the API and the controllers.