Last active
June 2, 2016 06:56
-
-
Save ronfe/0c3afadd19e0d99d0869b64351f8a819 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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