We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is too hard to manage with just the current settings
beforeTime
beforeTimeFailure
duringTime
duringTimeCommit
duringTimeFailure
afterTime
afterTimeCommit
afterTimeFailure
automated
These states above should not be directly saved but created with the following attributes:
action
- [ ] - [ ] Make a documentation PR for the changes
The text was updated successfully, but these errors were encountered:
mlajkim
No branches or pull requests
Background
It is too hard to manage with just the current settings
beforeTime
: Time has not passed yet to commitbeforeTimeFailure
: Time has not passed yet to commit + but user claims that action cannot be done laterduringTime
: Ideal time to commitduringTimeCommit
: Ideal time to commit + CommittedduringTimeFailure
: Ideal time to commit + but user claims that action cannot be done laterafterTime
: Time has passedafterTimeCommit
: Ideal time to commit + Committed (usually means it is late commitment, but still has done it)afterTimeFailure
: Ideal time to commit + but user claims that action cannot be done laterautomated
: just like posting a word, the commitment is managed by AJK Town. User cannot commitThese states above should not be directly saved but created with the following attributes:
action
itself is usually for successful commitmentTODOs
The text was updated successfully, but these errors were encountered: