Sha256: af8f4fd00075f99d73010e648c698d29d24b5761e1fadddb8e36c233c8a76142

Contents?: true

Size: 411 Bytes

Versions: 13

Compression:

Stored size: 411 Bytes

Contents

# Glossary

* ready/due: See tasks.rb#task_ready?.  Indicates a task is ready for
  a person to work on it.  This is subtly different than what is used
  by Asana to mark a date as red/green!  A task is ready if it is not
  dependent on an incomplete task and one of these is true:

  * start is null and due on is today
  * start is null and due at is after now
  * start on is today
  * start at is after now

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
checkoff-0.91.0 GLOSSARY.md
checkoff-0.90.0 GLOSSARY.md
checkoff-0.89.0 GLOSSARY.md
checkoff-0.88.0 GLOSSARY.md
checkoff-0.87.0 GLOSSARY.md
checkoff-0.86.0 GLOSSARY.md
checkoff-0.85.0 GLOSSARY.md
checkoff-0.84.0 GLOSSARY.md
checkoff-0.83.0 GLOSSARY.md
checkoff-0.82.0 GLOSSARY.md
checkoff-0.69.0 GLOSSARY.md
checkoff-0.68.0 GLOSSARY.md
checkoff-0.67.1 GLOSSARY.md