Created
June 24, 2014 10:06
-
-
Save ruangrit/4a9fc4b1a2a4d4cc3916 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
var feature = [ | |
{ | |
name: "อัลบั้มภาพ", | |
description: "อัลบั้มภาพงานบวช", | |
weight: 1, | |
feature_estimation_time: { | |
design: 2, | |
dev: 3, | |
css: 1, | |
test: 1, | |
orther: 1, | |
}, | |
sub_features: [ | |
{ | |
name: "โหลดได้ทีละหลายรูป", | |
description: "อัลบั้มภาพงานบวช", | |
weight: 1, | |
feature_estimation_time: { | |
design: 3, | |
dev: 1, | |
css: 1, | |
test: 1, | |
orther: 1, | |
} | |
}, | |
{ | |
name: "แสดงทันที่เมื่ออัปโหลดเสร็จ", | |
description: "อัลบั้มภาพงานบวช", | |
weight: 1, | |
feature_estimation_time: { | |
design: 1, | |
dev: 5, | |
css: 1, | |
test: 1, | |
orther: 1, | |
} | |
} | |
] | |
}, | |
{ | |
name: "อัลบั้มภาพ2", | |
description: "อัลบั้มภาพงานบวช", | |
weight: 1, | |
feature_estimation_time: { | |
design: 2, | |
dev: 3, | |
css: 1, | |
test: 1, | |
orther: 1, | |
}, | |
sub_features: [ | |
{ | |
name: "โหลดได้ทีละหลายรูป", | |
description: "อัลบั้มภาพงานบวช", | |
weight: 1, | |
feature_estimation_time: { | |
design: 3, | |
dev: 1, | |
css: 1, | |
test: 1, | |
orther: 1, | |
} | |
}, | |
{ | |
name: "แสดงทันที่เมื่ออัปโหลดเสร็จ", | |
description: "อัลบั้มภาพงานบวช", | |
weight: 1, | |
feature_estimation_time: { | |
design: 1, | |
dev: 5, | |
css: 1, | |
test: 1, | |
orther: 1, | |
} | |
} | |
] | |
} | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment