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:
+
+ - Farm: {{ farm }}
+ - User: {{ user }}
+ - Language: {{ language }}
+
+ - Start:{{ startDate }}
+ - End:{{ endDate }}
+ - Crop:{{ selectedCrop }}
+
+
+
There are no Harvest Logs to be displayed.
+
+
+
+ Row |
+ Date |
+ Area |
+ Crop |
+ Yield |
+ Units |
+
+
+ {{ 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:
+
+ - Farm: {{ farm }}
+ - User: {{ user }}
+ - Language: {{ language }}
+
+ - Start:{{ startDate }}
+ - End:{{ endDate }}
+ - Crop:{{ selectedCrop }}
+
+
+
There are no Harvest Logs to be displayed.
+
+
+
+ Row |
+ Date |
+ Area |
+ Crop |
+ Yield |
+ Units |
+
+
+ {{ 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:
+
+ - Farm:Sample Farm
+ - User:manager1
+ - Language:English
+
+ - Start:05/01/2018
+ - End:05/15/2018
+ - Crop:Kale
+
+
+
+
+ Date |
+ Area |
+ Crop |
+ Yield |
+ Units |
+
+
+ 05/02/2018 |
+ Chuau-1 |
+ Kale |
+ 10 |
+ Bunches |
+
+
+ 05/052018 |
+ SQ7 |
+ Kale |
+ 7 |
+ Bunches |
+
+
+
+
\ 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:
+
+ - Farm:Sample Farm
+ - User:manager1
+ - Language:English
+
+ - Start:{{ startDate }}
+ - End:{{ endDate }}
+ - Crop:{{ selectedCrop }}
+
+
+
+
+ Date |
+ Area |
+ Crop |
+ Yield |
+ Units |
+
+
+ {{ 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:
+
+ - Farm:Sample Farm
+ - User:manager1
+ - Language:English
+
+ - Start:{{ startDate }}
+ - End:{{ endDate }}
+ - Crop:{{ selectedCrop }}
+
+
+
There are no Harvest Logs to be displayed.
+
+
+
+ Row |
+ Date |
+ Area |
+ Crop |
+ Yield |
+ Units |
+
+
+ {{ index }} |
+ {{ harvestLog.date }} |
+ {{ harvestLog.area }} |
+ {{ harvestLog.crop }} |
+ {{ harvestLog.yield }} |
+ {{ harvestLog.units }} |
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file