253 lines
13 KiB
XML
253 lines
13 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.control.ScrollPane?>
|
|
<?import javafx.scene.image.ImageView?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<?import javafx.scene.layout.HBox?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="1091.0" prefWidth="1060.0" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ch.zhaw.gartenverwaltung.HomeController">
|
|
<children>
|
|
<ScrollPane fitToWidth="true" prefHeight="1157.0" prefWidth="1060.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
<padding>
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
</padding>
|
|
<content>
|
|
<VBox fx:id="homeVBox" prefHeight="1047.0" prefWidth="1019.0" spacing="10.0">
|
|
<children>
|
|
<Label styleClass="page-title" text="Garden Management">
|
|
<font>
|
|
<Font size="34.0" />
|
|
</font>
|
|
<VBox.margin>
|
|
<Insets />
|
|
</VBox.margin>
|
|
</Label>
|
|
<Label alignment="TOP_LEFT" prefHeight="22.0" prefWidth="1039.0" text="This Application was created to help the user manage his or her garden. For this the Application has many functionalities:" wrapText="true">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font>
|
|
<VBox.margin>
|
|
<Insets />
|
|
</VBox.margin>
|
|
</Label>
|
|
<VBox styleClass="vbox" prefHeight="200.0" prefWidth="100.0" spacing="5.0">
|
|
<children>
|
|
<Label text="Base Functionalities:">
|
|
<font>
|
|
<Font name="System Bold" size="14.0" />
|
|
</font>
|
|
</Label>
|
|
<Label text="- The user can select a plant he wants to cultivate.">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font>
|
|
</Label>
|
|
<Label text="- The user can filter the plants according to seasons, hardiness zone and search query">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font>
|
|
</Label>
|
|
<Label text="- The user can select the harverst or sow date. ">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font>
|
|
</Label>
|
|
<Label text="- The user can get a detailed information of the plant he wants to harvest.">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font>
|
|
</Label>
|
|
<Label text="- The user can get view the task list of the given plant.">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font>
|
|
</Label>
|
|
<Label text="- The user can get the tasks of the next seven days in the scheduler.">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font>
|
|
<VBox.margin>
|
|
<Insets />
|
|
</VBox.margin>
|
|
</Label>
|
|
</children>
|
|
<padding>
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
|
</padding>
|
|
</VBox>
|
|
<VBox styleClass="vbox" prefHeight="200.0" prefWidth="100.0" spacing="5.0">
|
|
<children>
|
|
<Label text="Advanced Functionalities:">
|
|
<font>
|
|
<Font name="System Bold" size="14.0" />
|
|
</font>
|
|
</Label>
|
|
<Label text="- The user can edit the task list and add custom tasks.">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font>
|
|
</Label>
|
|
<Label text="- The user can set the area (sqare meter) for the plants.">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font>
|
|
</Label>
|
|
<Label text="- The user can set the location (PLZ) for the plants.">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font>
|
|
</Label>
|
|
<Label text="- The user can set the pesticide which will be used, which will create additonal tasks.">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font>
|
|
<VBox.margin>
|
|
<Insets />
|
|
</VBox.margin>
|
|
</Label>
|
|
</children>
|
|
<padding>
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
|
</padding>
|
|
</VBox>
|
|
<VBox styleClass="vbox" prefHeight="200.0" prefWidth="100.0" spacing="5.0">
|
|
<children>
|
|
<Label text="Weather Forcast:">
|
|
<font>
|
|
<Font name="System Bold" size="14.0" />
|
|
</font>
|
|
</Label>
|
|
<Label text="- According to the location the weather forcast will crate or delete tasks.">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font>
|
|
</Label>
|
|
<Label text="- The user receives notifications that aditional tasks werde created or some tasks were deleted.">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font>
|
|
<VBox.margin>
|
|
<Insets />
|
|
</VBox.margin>
|
|
</Label>
|
|
</children>
|
|
<padding>
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
|
</padding>
|
|
</VBox>
|
|
<VBox styleClass="vbox" prefHeight="200.0" prefWidth="100.0" spacing="15.0">
|
|
<children>
|
|
<Label text="Created by:">
|
|
<font>
|
|
<Font name="System Bold" size="14.0" />
|
|
</font>
|
|
<VBox.margin>
|
|
<Insets />
|
|
</VBox.margin>
|
|
</Label>
|
|
<HBox alignment="CENTER_LEFT" prefHeight="100.0" prefWidth="200.0">
|
|
<children>
|
|
<ImageView fx:id="imageViewElias" fitHeight="100.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true" HBox.hgrow="NEVER">
|
|
<HBox.margin>
|
|
<Insets right="30.0" />
|
|
</HBox.margin>
|
|
</ImageView>
|
|
<Label minWidth="150.0" text="Elias Csomor" />
|
|
<Label minWidth="200.0" text="csomoeli@students.zhaw.ch" />
|
|
<Label text="Assistent Project Lead/Developer" />
|
|
</children>
|
|
<VBox.margin>
|
|
<Insets />
|
|
</VBox.margin>
|
|
<padding>
|
|
<Insets left="50.0" />
|
|
</padding>
|
|
</HBox>
|
|
<HBox alignment="CENTER_LEFT" prefHeight="100.0" prefWidth="200.0">
|
|
<children>
|
|
<ImageView fx:id="imageViewPhilippe" fitHeight="100.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true" HBox.hgrow="NEVER">
|
|
<HBox.margin>
|
|
<Insets right="30.0" />
|
|
</HBox.margin>
|
|
</ImageView>
|
|
<Label minWidth="150.0" text="Philippe Giavarini" />
|
|
<Label minWidth="200.0" text="giavaphi@students.zhaw.ch" />
|
|
<Label text="Project Lead/Developer" />
|
|
</children>
|
|
<VBox.margin>
|
|
<Insets />
|
|
</VBox.margin>
|
|
<padding>
|
|
<Insets left="50.0" />
|
|
</padding>
|
|
</HBox>
|
|
<HBox alignment="CENTER_LEFT" prefHeight="100.0" prefWidth="200.0">
|
|
<children>
|
|
<ImageView fx:id="imageViewDavid" fitHeight="100.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true" HBox.hgrow="NEVER">
|
|
<HBox.margin>
|
|
<Insets right="30.0" />
|
|
</HBox.margin>
|
|
</ImageView>
|
|
<Label minWidth="150.0" text="David Guler" />
|
|
<Label minWidth="200.0" text="gulerdav@students.zhaw.ch" />
|
|
<Label text="Developer" />
|
|
</children>
|
|
<VBox.margin>
|
|
<Insets />
|
|
</VBox.margin>
|
|
<padding>
|
|
<Insets left="50.0" />
|
|
</padding>
|
|
</HBox>
|
|
<HBox alignment="CENTER_LEFT" prefHeight="100.0" prefWidth="200.0">
|
|
<children>
|
|
<ImageView fx:id="imageViewGian" fitHeight="100.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true" HBox.hgrow="NEVER">
|
|
<HBox.margin>
|
|
<Insets right="30.0" />
|
|
</HBox.margin>
|
|
</ImageView>
|
|
<Label minWidth="150.0" text="Gian-Andrea Hutter" />
|
|
<Label minWidth="200.0" text="huttergia@students.zhaw.ch" />
|
|
<Label text="Developer" />
|
|
</children>
|
|
<VBox.margin>
|
|
<Insets />
|
|
</VBox.margin>
|
|
<padding>
|
|
<Insets left="50.0" />
|
|
</padding>
|
|
</HBox>
|
|
<HBox alignment="CENTER_LEFT" prefHeight="100.0" prefWidth="200.0">
|
|
<children>
|
|
<ImageView fx:id="imageViewRoman" fitHeight="100.0" fitWidth="100.0" pickOnBounds="true" preserveRatio="true" HBox.hgrow="NEVER">
|
|
<HBox.margin>
|
|
<Insets right="30.0" />
|
|
</HBox.margin>
|
|
</ImageView>
|
|
<Label minWidth="150.0" text="Roman Schenk" />
|
|
<Label minWidth="200.0" text="schrom01@students.zhaw.ch" />
|
|
<Label text="Developer" />
|
|
</children>
|
|
<VBox.margin>
|
|
<Insets />
|
|
</VBox.margin>
|
|
<padding>
|
|
<Insets left="50.0" />
|
|
</padding>
|
|
</HBox>
|
|
</children>
|
|
<padding>
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
|
</padding>
|
|
</VBox>
|
|
</children>
|
|
</VBox>
|
|
</content>
|
|
</ScrollPane>
|
|
</children>
|
|
</AnchorPane>
|