5 years ago

GitHub as an organization hub

An idea that I’ve been pondering lately is using GitHub for organizing myself. In the last years, I’ve tried several approaches to organize myself: Trello boards, todo apps such as Todoist, plain text files. None of them worked well for me. I realized that most of my work happens on GitHub, so I found it very annoying having to create references between the tasks and the work on GitHub. For example, if there is an open source issue that I want to address the day after, I have to create a task and then make sure that I don’t forget to add the link to the issue, otherwise the task would lack some context.

I tried those services that leverage webhooks to synchronize worlds (Zapier is an example), but it felt too much having to add another tool to the mix. Moreover, if you have ever worked with webhooks you might know how unreliable they are. You create an issue on GitHub and it doesn’t show up on the todo app, or complete the task and the GitHub issue doesn’t get closed. Thinking about about potential synchronization issues made me feel uncomfortable.

Today I read this announcement from GitHub, where they they announced personal projects. You can use projects, a feature that has been in the platform for a long time, but associated to your user. You can link the projects to the repositories you are involved with. In my case, I can see three projects, personal, shopify, open source:

It might sound a geek thing using GitHub as a platform for self-organization but I don’t see why not. I think GitHub has all the elements that are necessary for that. I’m even considering building a simple todo client for iOS, written React Native client, and that uses GitHub as a backend. Do you imagine an app like Todoist but that persist your tasks into a GitHub repository/project?

I’m going to set up everything in the next days and see if it works or maybe the idea is not as great as I thought it would be.

How do you organize yourself?

About Pedro Piñera

I created XcodeProj and Tuist, and co-founded Tuist Cloud. My work is trusted by companies like Adidas, American Express, and Etsy. I enjoy building delightful tools for developers and open-source communities.