Skip to content

Instantly share code, notes, and snippets.

@wand125
Last active April 20, 2017 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wand125/047f21e4071992639ff4e40596b84d24 to your computer and use it in GitHub Desktop.
Save wand125/047f21e4071992639ff4e40596b84d24 to your computer and use it in GitHub Desktop.
brabio to json format
{
"company_name": "company_name",
"modified_at": "YYYY-MM-DDThh:mm:ss+09:00",
"project": {
"name": "project_name",
"id": "",
"members": [
"name1",
"name2",
],
"milestones": [
{
"name": "",
"at": "",
"tags": []
}
],
"tasks": [
{
"id": "",
"name": "",
"parent_id": "",
"start_at": "YYYY-MM-DD",
"due_on": "YYYY-MM-DD",
"completed_at": "YYYY-MM-DD",
"status_type": 0,
"progress": 0,
"member": [],
"description": ""
},
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment