Skip to content

Instantly share code, notes, and snippets.

@ruangrit
Created June 24, 2014 10:06
Show Gist options
  • Select an option

  • Save ruangrit/4a9fc4b1a2a4d4cc3916 to your computer and use it in GitHub Desktop.

Select an option

Save ruangrit/4a9fc4b1a2a4d4cc3916 to your computer and use it in GitHub Desktop.

Revisions

  1. ruangrit created this gist Jun 24, 2014.
    80 changes: 80 additions & 0 deletions gistfile1.txt
    Original 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,
    }
    }
    ]

    }
    ];