Skip to content

Instantly share code, notes, and snippets.

@ruangrit
Created June 24, 2014 10: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 ruangrit/4a9fc4b1a2a4d4cc3916 to your computer and use it in GitHub Desktop.
Save ruangrit/4a9fc4b1a2a4d4cc3916 to your computer and use it in GitHub Desktop.
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