Git Product home page Git Product logo

chores's Introduction

TABLE tasks // the chores

title data type description
name varchar(80) what is the task
location varchar(80) where do you perform the task
duration int how long does it take to complete
frequency int how often must it be done
last_done date when was it last completed
overdue bool has the due date elapsed
notes text any details or instructions
{
('sweep and mop', 'kitchen', 45, 14, '2019-03-01', true, ''),
('sweep and mop', 'downstairs bathroom', 20, 30, '2019-03-01', true, ''),
('sweep and mop', 'dining room', 45, 90, '2019-03-01', true, ''),
('sweep and mop', 'living room', 45, 90, '2019-03-01', true, ''),
('sweep and mop', 'sitting room', 45, 90, '2019-03-01', true, ''),
('sweep and mop', 'nursery/office', 45, 90, '2019-03-01', true, ''),
('sweep and mop', 'upstairs bathroom', 20, 30, '2019-03-01', true, ''),
('sweep and mop', 'bedroom', 45, 90, '2019-03-01', true, ''),
('sweep and mop', 'guest bedroom', 30, 90, '2019-03-01', true, ''),
('water plants', 'upstairs', 20, 7, '2019-03-01', true, ''),
('water plants', 'downstairs', 40, 7, '2019-03-01', true, ''),
('clean fridge', 'kitchen', 60, 120, '2019-03-01', true, ''),
('scrub toilet', 'upstairs bathroom', 15, 14, '2019-03-01', true, ''),
('scrub toilet', 'downstairs bathroom', 15, 14, '2019-03-01', true, ''),
('scrub tub', 'upstairs bathroom', 40, 60, '2019-03-01', true, ''),
('scrub tub', 'downstairs bathroom', 40, 150, '2019-03-01', true, ''),
('clean counter', 'downstairs bathroom', 5, 30, '2019-03-01', true, ''),
('clean counter', 'upstairs bathroom', 5, 7, '2019-03-01', true, ''),
('clean counter', 'kitchen', 30, 60, '2019-03-01', true, 'thorough clean'),
('clean tabletops', 'kitchen', 5, 5, '2019-03-01', true, ''),
('clean tabletops', 'living room', 7, 7, '2019-03-01', true, ''),
('clean tabletops', 'dining room', 5, 7, '2019-03-01', true, ''),
('clean tabletops', 'sitting room', 7, 10, '2019-03-01', true, '')
}

TABLE doers // the people doing the chores

TABLE supplies // the things the doers need to do the chores

chores's People

Contributors

tzmanics avatar

Watchers

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