Hi, fellow GitLab users! I’ve just finished developing an open-source tool for GitLab. It’s called Trambar. It basically turns your repo’s activity log into sort of a mini-Facebook. A story pops up in the news feed whenever someone does a push. Or when someones create an issue in the bug tracker. And so on. You can also post messages, simple surveys, task lists, photos, and video.
You can see Trambar in action here: https://live.trambar.io/. You can sign in as a guest using your GitHub account. The mobile client is available on Android, iOS, and Windows Mobile. You can find it in the respected app store.
The project page is here: https://trambar.io. The server component of Trambar is a Docker app. There’s a CLI utility that helps install it. I tried to make the process as easy as possible.
Trambar is meant to create a social space centered on git that nonetheless is inclusive of non-programmers. Even though they don’t code, they often need to know what programmers are doing in order to do their jobs. A QA tester, for instance, needs to know what’s being changed to plan test coverage. A client representative overseeing the contact, meanwhile, needs to see that the team hasn’t veered off course. Trambar is designed to help keep these people in the loop without burdening programmers with endless status reports.
Programmers themselves can benefit from being more aware of what their fellow programmers are doing. Trambar is built on the premise that people will only look at the activity log if it’s super easy to do so. The usage scenario I had in mind is someone standing on the train platform with 30 seconds to spare. The information has to come up quickly and it must be presented in a format that lends itself to rapid flicking through on a touch screen.
Let me know what you think of the app. If you like it, a star at GitHub would be much appreciated