Created
June 24, 2014 10:06
-
-
Save ruangrit/4a9fc4b1a2a4d4cc3916 to your computer and use it in GitHub Desktop.
Revisions
-
ruangrit created this gist
Jun 24, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,80 @@ 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, } } ] } ];