We have three proposals for the way of supporting git repositories:
#Way 1: Gitlab/Github plus webhooks
The backend communicates with any Gitlab instance and/or Github via webhooks. We don't do anything anymore about file hosting, editing and so on. We only serve as a CI-tool.
Pros:
- We concentrate on our expertise and leave the file handling to the guys that know it.
- Users don't have to wait for file editing features on Ontohub because we don't develop them.
- We expect that implementing this new ontohub is much easier and finished earlier.
Cons: