diff --git a/farmdata2/farmdata2_modules/fd2_school/api1/api1.html b/farmdata2/farmdata2_modules/fd2_school/api1/api1.html new file mode 100644 index 0000000000..9632e7bebb --- /dev/null +++ b/farmdata2/farmdata2_modules/fd2_school/api1/api1.html @@ -0,0 +1,152 @@ + + + Vue Data Binding Spike + + + + +
+ +

Harvest Report

+

This page is a mockup of a simplified harvest report.

+ + + + +
+ + + + + + + +
+ + + + + + + +
+ + +
+ +

{{ harvestTitle == '' ? 'Mock Harvest Report' : harvestTitle }}

+ +

Details:

+ + +

There are no Harvest Logs to be displayed.

+ + + + + + + + + + + + + + + + + + +
RowDateAreaCropYieldUnits
{{ index }}{{ harvestLog.date }}{{ harvestLog.area }}{{ harvestLog.crop }}{{ harvestLog.yield }}{{ harvestLog.units }}
+ +
+ + + + + + diff --git a/farmdata2/farmdata2_modules/fd2_school/api2/api2.html b/farmdata2/farmdata2_modules/fd2_school/api2/api2.html new file mode 100644 index 0000000000..abd3ac0f97 --- /dev/null +++ b/farmdata2/farmdata2_modules/fd2_school/api2/api2.html @@ -0,0 +1,169 @@ + + + Vue Data Binding Spike + + + + +
+ +

Harvest Report

+

This page is a mockup of a simplified harvest report.

+ + + + +
+ + + + + + + +
+ + + + + + + +
+ + +
+ +

{{ harvestTitle == '' ? 'Mock Harvest Report' : harvestTitle }}

+ +

Details:

+ + +

There are no Harvest Logs to be displayed.

+ + + + + + + + + + + + + + + + + + +
RowDateAreaCropYieldUnits
{{ index }}{{ harvestLog.date }}{{ harvestLog.area }}{{ harvestLog.crop }}{{ harvestLog.yield }}{{ harvestLog.units }}
+ +
+ + + + + + \ No newline at end of file diff --git a/farmdata2/farmdata2_modules/fd2_school/html/html.html b/farmdata2/farmdata2_modules/fd2_school/html/html.html new file mode 100644 index 0000000000..d2d7f99894 --- /dev/null +++ b/farmdata2/farmdata2_modules/fd2_school/html/html.html @@ -0,0 +1,69 @@ + +

Harvest Report

+

This page is a mockup of a simplified harvest report.

+ + + + +
+ + + + + + + +
+ + + +
+ + +
+ +

My Sample Harvest Report

+

Details:

+ + + + + + + + + + + + + + + + + + + + + + + + +
DateAreaCropYieldUnits
05/02/2018Chuau-1Kale10Bunches
05/052018SQ7Kale7Bunches
+ + \ No newline at end of file diff --git a/farmdata2/farmdata2_modules/fd2_school/vue1/vue1.html b/farmdata2/farmdata2_modules/fd2_school/vue1/vue1.html new file mode 100644 index 0000000000..449b01e592 --- /dev/null +++ b/farmdata2/farmdata2_modules/fd2_school/vue1/vue1.html @@ -0,0 +1,98 @@ + + + Vue Data Binding Spike + + + + +
+ +

Harvest Report

+

This page is a mockup of a simplified harvest report.

+ + + + +
+ + + + + + + +
+ + + + + + + +
+ + +
+ +

{{ harvestTitle == '' ? 'Mock Harvest Report' : harvestTitle }}

+ +

Details:

+ + + + + + + + + + + + + + + + + +
DateAreaCropYieldUnits
{{ harvestLog.date }}{{ harvestLog.area }}{{ harvestLog.crop }}{{ harvestLog.yield }}{{ harvestLog.units }}
+ +
+ + + + + + \ No newline at end of file diff --git a/farmdata2/farmdata2_modules/fd2_school/vue2/vue2.html b/farmdata2/farmdata2_modules/fd2_school/vue2/vue2.html new file mode 100644 index 0000000000..1f31c152e1 --- /dev/null +++ b/farmdata2/farmdata2_modules/fd2_school/vue2/vue2.html @@ -0,0 +1,108 @@ + + + Vue Data Binding Spike + + + + +
+ +

Harvest Report

+

This page is a mockup of a simplified harvest report.

+ + + + +
+ + + + + + + +
+ + + + + + + +
+ + +
+ +

{{ harvestTitle == '' ? 'Mock Harvest Report' : harvestTitle }}

+ +

Details:

+ + +

There are no Harvest Logs to be displayed.

+ + + + + + + + + + + + + + + + + + +
RowDateAreaCropYieldUnits
{{ index }}{{ harvestLog.date }}{{ harvestLog.area }}{{ harvestLog.crop }}{{ harvestLog.yield }}{{ harvestLog.units }}
+ +
+ + + + + + \ No newline at end of file