Giter VIP home page Giter VIP logo

ip's Introduction

"Task Manager" User Guide

This is a programme that can help you manage your tasks. 'The task list you stored before will be re-loaded everytime you use this programme'

The task form accepted have 3 types

  1. Todo : basic Task with no time element
  2. Event : Task that is arranged at certain time
  3. Deadline : Task that has a deadline

Commands you can give to this programme:

  1. Add tasks:
    1. todo : add a todo task
    2. event /at : add an event task
    3. deadline /by : add a deadline task
  2. Mark the task as done: done : mark the task at index 'index' as done
  3. Delete a task:delete : delete the task at index 'index'
  4. Show the list: list
  5. Close the program: bye
  6. Show the information of all possible commands: help

More Details

Welcome information

Hello from
____              ________  
|  _ \  | |   | |  |__  __| 
| |_| | | |   | |    |  |
|____/  | |   | |    |  |
| |\ \  | |   | |    |  |
| | \ \ | |___| |   --  --
|_|  \ \\ _____ /  | ____|

  • After seeing the welcome information, you can type in the command you want based on the "help information"

  • Regarding the tasks type "deadline" & "event", the programme accept dates in a format such as yyyy-mm-dd.

  • Errors are handled by reflecting error information and exit the programme. Possible errors handled in this programme:

    • Empty Task Error:The description of task is empty
    • Invalid Date Error: The inputted time format for "Deadline" & "event" task is wrong
    • Invalid Input Error: Reveal errors in commands that don't follow the format; Invalid command
    • Missing Para Error: The information given is not enough for task type required
    • Out Of Range Error: User ask to delete/mark as done a task that beyond the number of tasks stored
  • List is shown in the format:

where "T" - Todo task "D" - Deadline task "E" - Event task "X" - task is done

  1.[T][X] read book
  2.[D][ ] return book (by: June 6th)
  3.[E][ ] project meeting (at: Aug 6th 2-4pm)
  4.[T][X] join sports club
  5.[T][ ] borrow book



ip's People

Contributors

onescotch avatar j-lum avatar damithc avatar jiachen247 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.