Sha256: 533c6d2846f0a07b9e94f2e8487488a9ebe9af42411fffe1d5200b5e1e75b2c0

Contents?: true

Size: 508 Bytes

Versions: 67

Compression:

Stored size: 508 Bytes

Contents

# Glossary

* ready: 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 before now
  * start on is today
  * start at is before now

  A project is ready if there is no start date, or if the start date
  is today or in the past.

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
checkoff-0.201.0 GLOSSARY.md
checkoff-0.200.0 GLOSSARY.md
checkoff-0.199.0 GLOSSARY.md
checkoff-0.198.0 GLOSSARY.md
checkoff-0.197.0 GLOSSARY.md
checkoff-0.196.0 GLOSSARY.md
checkoff-0.195.0 GLOSSARY.md
checkoff-0.194.0 GLOSSARY.md
checkoff-0.193.0 GLOSSARY.md
checkoff-0.192.0 GLOSSARY.md
checkoff-0.191.0 GLOSSARY.md
checkoff-0.190.0 GLOSSARY.md
checkoff-0.189.0 GLOSSARY.md
checkoff-0.188.0 GLOSSARY.md
checkoff-0.187.0 GLOSSARY.md
checkoff-0.186.0 GLOSSARY.md
checkoff-0.185.0 GLOSSARY.md
checkoff-0.184.0 GLOSSARY.md
checkoff-0.183.0 GLOSSARY.md
checkoff-0.182.0 GLOSSARY.md