Giter Site home page Giter Site logo

task-app's Introduction

WDDM Task Manager

A better way to manage our tasks, to be renamed.

Planning

Let's start by planning our application

Consider

  • How do you track your: Daily tasks? Long-term tasks?
  • Can we improve the way we're storing information in our daily lives?

Applications

What we're currently using:

  • Evernote
  • MS "To Do"
  • Vantage
  • Calendar (Google, Apple, Outlook)
  • Apple Note
  • Apple Reminders

Conclusion

Task management (for us) is a combination of:

  • "To Do" lists
  • Calendars
  • Notes

Data

What points of information do we need to keep track of?

Consider

  • What information do we need to capture when defining a task?
  • What does a "task" mean to you?

Your Job

  1. Write a list of data points required make a task application useful
  2. Structure those data points into properties/values of a JS object called task
  3. Add sample data to the task, then add the task to an array called tasks

Data Points

Some possible datapoints we came up with:

  • taskname
  • startdate & starttime
  • enddate & endtime
  • repeat
  • notes
  • category (seperate calendar?)
  • assignedto
  • members
  • priority
  • complete / status
  • reminders

Use Cases

To help with date and time, determine a few cases:

  1. A start and end TIME that fall on the same day
  2. A start and end TIME that fall on different days
  3. A start date with no start time

Misc "To Do"

  • User settings:
    • 24hr vs am/pm
  • Type checking for new appointments
    • throw, possibly some try/catch?

task-app's People

Watchers

James Cloos avatar Rocco P 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.