Skip to content

Instantly share code, notes, and snippets.

@tamoot
Created January 25, 2017 07:06
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 tamoot/dfe7128e6b4f9c2083e717a3277b056b to your computer and use it in GitHub Desktop.
Save tamoot/dfe7128e6b4f9c2083e717a3277b056b to your computer and use it in GitHub Desktop.
あほみたい
{
ph1: {
review: { unit: 0.5, unit_label: 'hour/page', label: 'レビュー' },
bug: { unit: 0.5, unit_label: 'bug/page' , label: 'NG' }
},
ph2: {
review: { unit: 0.4, unit_label: 'hour/page', label: 'レビュー' },
bug: { unit: 0.5, unit_label: 'bug/page' , label: 'NG' }
},
ph3: {
review: { unit: 4.0, unit_label: 'hour/kstep', label: 'レビュー' },
bug: { unit: 14, unit_label: 'bug/kstep', label: 'NG' }
},
ph4: {
count: { unit: 100, unit_label: 'count/kstep', label: '項目数' },
bug: { unit: 7.0, unit_label: 'bug/kstep' , label: 'NG' }
},
ph5: {
count: { unit: 50, unit_label: 'count/kstep', label: '項目数' },
bug: { unit: 3.0, unit_label: 'bug/kstep' , label: 'NG' }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment