Code Monkey home page Code Monkey logo

task's Introduction

☑ task

appveyor build Issue Count Codacy Badge supported platforms

Git-based collaborative project management.

Description

Task is a project management tool run from the command line. It allows team members to create and assign tasks. The data is saved as a text file that can be pushed to any git server.

Usage

The TaskApp.exe can be found in the bin/ folder. Opening this directly will make it search for the .task directory in a sibling folder of path "..\.task". The task.cmd file in the top level will call the TaskApp.exe with an argument of --top-root, which notifies the app to search for the .task directory in the top level path ".task".

Information

  • De Anza CIS 22C: Fall 2016
  • Professor Manish Goel

Team 一 (one)

  • Adrian Marroquin
  • Matthew Tso
  • Xin He
  • Jinzhu Shen

task's People

Contributors

mtso avatar shenjz avatar xiaogaba avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

shenjz

task's Issues

Special characters in tasklog file need to be escaped.

Strings are currently cut off early if it contains a pattern like ", that tricks the parser into thinking it has reached the end of the string.
Solution:
When writing double quotes or commas into a tasklog, prefix with a \ backslash to escape it.
When loading tasklogs through FileStore, expect double quotes and commas to be escaped.

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.