Git Product home page Git Product logo

gittask's Introduction

GitTask

This application was a part of my Bachelor Thesis. It is a simple task management application written in C#/MVVM, aimed at programming projects which employ Git for version control. What is special about this solution is that it stores its data in a hidden folder in the location of our project's Git repository (hence the name, GitTask). This enables user to preview history of tasks just the same way as he can preview Git repo history.

Data is stored in JSON files, where each file is a single entity. Model is very simple, there are only a few entities: Tasks, Task States, Comments and Users.

Application provides basic functionality like creating and manipulating tasks, writing comments etc. Interesting part is the ability to review history of project or single tasks, which is specified by searching commits from repo.

For manipulating Git repository I used libgit2sharp library. I also employed Ninject for IoC, JSON.NET for JSONs. I used free icons from here: http://www.flaticon.com/packs/free-basic-ui-elements (created by user Lucy G).

This program is still only a draft. User interface leaves much to be desired. I also know about a few nasty bugs that can happen from time to time. However, it was written specifically for my thesis, which was more about elaborating on my ideas than actually implementing them.

gittask's People

Contributors

mikolajsacha avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.