\ No newline at end of file
From 1fdec3d43cbebda2980a0ca0106af6b5d9309807 Mon Sep 17 00:00:00 2001
From: MaxiSanc37
Date: Fri, 9 Feb 2024 16:38:06 -0500
Subject: [PATCH 02/32] Created the Harvest Report and My Sample Harvest Report
sections in html.html
---
.../farmdata2_modules/fd2_school/html/html.html | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/farmdata2/farmdata2_modules/fd2_school/html/html.html b/farmdata2/farmdata2_modules/fd2_school/html/html.html
index d8ef35e9..9a9335c1 100644
--- a/farmdata2/farmdata2_modules/fd2_school/html/html.html
+++ b/farmdata2/farmdata2_modules/fd2_school/html/html.html
@@ -1 +1,16 @@
-
Maximo Sanchez
\ No newline at end of file
+
+
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
+
+
\ No newline at end of file
From f0e2d68135369b6439e988206954d90faed40416 Mon Sep 17 00:00:00 2001
From: MaxiSanc37
Date: Fri, 9 Feb 2024 16:52:36 -0500
Subject: [PATCH 03/32] Edited the html.html from fd2_school to make it more
stylish using html elements
---
farmdata2/farmdata2_modules/fd2_school/html/html.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/farmdata2/farmdata2_modules/fd2_school/html/html.html b/farmdata2/farmdata2_modules/fd2_school/html/html.html
index 9a9335c1..fccb829a 100644
--- a/farmdata2/farmdata2_modules/fd2_school/html/html.html
+++ b/farmdata2/farmdata2_modules/fd2_school/html/html.html
@@ -1,6 +1,7 @@
Harvest Report
-
This page is a mockup of a simplified harvest report.
+
This page is a mockup of a simplified harvest report.
+
My Sample Harvest Report
Details:
@@ -8,6 +9,7 @@
My Sample Harvest Report
User:manager1
Language:English
+
Start:05/01/2018
End:05/15/2018
From 492b2dffa92d021348754d0ed4c9b94e151d1f20 Mon Sep 17 00:00:00 2001
From: MaxiSanc37
Date: Fri, 9 Feb 2024 17:37:25 -0500
Subject: [PATCH 04/32] Added Title input textbox and Generate Report button to
html.html in fd2_school
---
farmdata2/farmdata2_modules/fd2_school/html/html.html | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/farmdata2/farmdata2_modules/fd2_school/html/html.html b/farmdata2/farmdata2_modules/fd2_school/html/html.html
index fccb829a..0431eeb6 100644
--- a/farmdata2/farmdata2_modules/fd2_school/html/html.html
+++ b/farmdata2/farmdata2_modules/fd2_school/html/html.html
@@ -4,6 +4,12 @@
Harvest Report
My Sample Harvest Report
Details:
+
+
+
+
+
+
Farm:Sample Farm
User:manager1
@@ -14,5 +20,7 @@
My Sample Harvest Report
Start:05/01/2018
End:05/15/2018
Crop:Kale
-
+
+
+
\ No newline at end of file
From e6aba6ab95cb11d4332b5b8e5a9bc2e0f89ab4a4 Mon Sep 17 00:00:00 2001
From: MaxiSanc37
Date: Fri, 9 Feb 2024 18:55:49 -0500
Subject: [PATCH 05/32] Moved up the title input text box and added the start
and end date boxes in html.html in fd2_school
---
.../fd2_school/html/html.html | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/farmdata2/farmdata2_modules/fd2_school/html/html.html b/farmdata2/farmdata2_modules/fd2_school/html/html.html
index 0431eeb6..3d422731 100644
--- a/farmdata2/farmdata2_modules/fd2_school/html/html.html
+++ b/farmdata2/farmdata2_modules/fd2_school/html/html.html
@@ -1,15 +1,25 @@
Harvest Report
This page is a mockup of a simplified harvest report.
-
-
My Sample Harvest Report
-
Details:
+
+
+
+
+
+
+
+
+
+
My Sample Harvest Report
+
Details:
Farm:Sample Farm
User:manager1
@@ -21,6 +31,4 @@
My Sample Harvest Report
End:05/15/2018
Crop:Kale
-
-
\ No newline at end of file
From 408eb853a76049b3debc6f440b104d64638761a0 Mon Sep 17 00:00:00 2001
From: MaxiSanc37
Date: Fri, 9 Feb 2024 19:08:20 -0500
Subject: [PATCH 06/32] Added the crop selection box to html.html in fd2_school
---
.../fd2_school/html/html.html | 21 +++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/farmdata2/farmdata2_modules/fd2_school/html/html.html b/farmdata2/farmdata2_modules/fd2_school/html/html.html
index 3d422731..30d20018 100644
--- a/farmdata2/farmdata2_modules/fd2_school/html/html.html
+++ b/farmdata2/farmdata2_modules/fd2_school/html/html.html
@@ -8,12 +8,21 @@
Harvest Report
-
-
-
-
+
+
+
+
+
+
+
+
+
From a22c2757e2bcf5e154ee403898c5bf00f12a9908 Mon Sep 17 00:00:00 2001
From: MaxiSanc37
Date: Fri, 9 Feb 2024 19:15:01 -0500
Subject: [PATCH 07/32] Added the field selection box to html.html in
fd2_school
---
farmdata2/farmdata2_modules/fd2_school/html/html.html | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/farmdata2/farmdata2_modules/fd2_school/html/html.html b/farmdata2/farmdata2_modules/fd2_school/html/html.html
index 30d20018..5dcbd8b1 100644
--- a/farmdata2/farmdata2_modules/fd2_school/html/html.html
+++ b/farmdata2/farmdata2_modules/fd2_school/html/html.html
@@ -1,7 +1,6 @@
Harvest Report
This page is a mockup of a simplified harvest report.
-
@@ -23,6 +22,12 @@
Harvest Report
+
+
From 8e48f13afa0c515a1083742e54d7b80afc4165b5 Mon Sep 17 00:00:00 2001
From: MaxiSanc37
Date: Fri, 9 Feb 2024 19:55:53 -0500
Subject: [PATCH 08/32] Added table with information about crops at the end of
html.html in fd2_School
---
.../fd2_school/html/html.html | 23 +++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/farmdata2/farmdata2_modules/fd2_school/html/html.html b/farmdata2/farmdata2_modules/fd2_school/html/html.html
index 5dcbd8b1..e930b07a 100644
--- a/farmdata2/farmdata2_modules/fd2_school/html/html.html
+++ b/farmdata2/farmdata2_modules/fd2_school/html/html.html
@@ -45,4 +45,27 @@
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/05/2018
+
SQ7
+
Kale
+
7
+
Bunches
+
+
+
\ No newline at end of file
From 116d08fc4250102490cbaad4de4dd47aafc48bf5 Mon Sep 17 00:00:00 2001
From: MaxiSanc37
Date: Sun, 18 Feb 2024 15:13:42 -0500
Subject: [PATCH 10/32] Added Vue elements to vue1.html, now you can change the
title of the harvest report in real time using the title text box
---
.../fd2_school/vue1/vue1.html | 152 ++++++++++--------
1 file changed, 83 insertions(+), 69 deletions(-)
diff --git a/farmdata2/farmdata2_modules/fd2_school/vue1/vue1.html b/farmdata2/farmdata2_modules/fd2_school/vue1/vue1.html
index e930b07a..30c80e4a 100644
--- a/farmdata2/farmdata2_modules/fd2_school/vue1/vue1.html
+++ b/farmdata2/farmdata2_modules/fd2_school/vue1/vue1.html
@@ -1,71 +1,85 @@
+
-
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/05/2018
-
SQ7
-
Kale
-
7
-
Bunches
-
-
+
+
Harvest Report
+
This page is a mockup of a simplified harvest report.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ header }}
+
+
+
+
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/05/2018
+
SQ7
+
Kale
+
7
+
Bunches
+
+
+
\ No newline at end of file
From 33f5c17d9afa638e9b385574ec1912cd7692d915 Mon Sep 17 00:00:00 2001
From: MaxiSanc37
Date: Sun, 18 Feb 2024 15:30:25 -0500
Subject: [PATCH 11/32] Bounded the start date, end date, and crop elements to
the vue object to update the report section in real time
---
.../fd2_school/vue1/vue1.html | 86 ++++++++++---------
1 file changed, 44 insertions(+), 42 deletions(-)
diff --git a/farmdata2/farmdata2_modules/fd2_school/vue1/vue1.html b/farmdata2/farmdata2_modules/fd2_school/vue1/vue1.html
index 30c80e4a..a296efb5 100644
--- a/farmdata2/farmdata2_modules/fd2_school/vue1/vue1.html
+++ b/farmdata2/farmdata2_modules/fd2_school/vue1/vue1.html
@@ -9,16 +9,16 @@