Catpus is a clone of Trello, but incorporating Github integration with some basic visualizations. It allows for people to create ToDo lists for repositories they own, and then be able to check off the tasks using the proper git commit message. Users can:
I will implement user authentication with Github and site level auth. By the end of this phase users will be able to log in with Github, and create boards that are linked to repositories.
Users will be able to see their current issues, allowing see them across repositories. Users will submit commits that will check off the commit. This will require the creation of a webhook to implement this functionality.