Skip to content

milesj6/chorescheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

chorescheduler

This program assigns random chores to team members.

The chore database is an object:

{
    "chore1": {
        "effort": 2,
        "period": 14
    },
    "chore2": {
        "effort": 1,
        "period": 14
    },
    ...
}

The team is similarly defined by an object describing each member's name and capacity, where capacity is the estimated effort available in a 14 day period:

{
    "person1": {"capacity": 28},
    "person2": {"capacity": 15},
    ...
}

Blah

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published