Skip to content

Instantly share code, notes, and snippets.

@ronfe
Last active June 2, 2016 06:56
Show Gist options
  • Save ronfe/0c3afadd19e0d99d0869b64351f8a819 to your computer and use it in GitHub Desktop.
Save ronfe/0c3afadd19e0d99d0869b64351f8a819 to your computer and use it in GitHub Desktop.
{
"title": String,
"category": String, enum: ["self", "check"],
"agent": String,
"createTime": ISODate,
"updateTime": ISODate,
"finishTime": ISODate,
"deadline": ISODate,
"method": String, enum: ["mail", "dingtalk", "face2face", "meeting"],
"initiator": String,
"relatives": [String],
"tag": String,
"status": String, enum: ["Todo", "Doing", "Completed", "Pending Response", "Cancelled"],
"isRightNow": Boolean,
"logs": [String],
"remarks": [String],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment