update the images to reflect the newest changes

This commit is contained in:
Andreas Zweili 2017-08-30 22:54:19 +02:00
parent 7f02aeb6d4
commit b294578fe8
9 changed files with 13 additions and 9 deletions

View File

@ -678,6 +678,13 @@ Lesen der Daten aus der Datenbank aufzeigen.
\label{fig:login}
\end{figure}
\begin{figure}[H]
\centering
\frame{\includegraphics[scale=0.7]{Diagrammes/register.png}}
\caption{Screenshot der Registrierung}
\label{fig:register}
\end{figure}
\paragraph{Dashboard}
Auf dem Dashboard, Abbildung: (\ref{fig:dashboard_class}), haben wir
den Kern was Informationen herauslesen und wieder Eingeben belangt,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -1,18 +1,13 @@
@startuml
class Dashboard {
List<GetLocations> locations = new List<GetLocations>();
List<GetLocations> rentlocation = new List<GetLocations>();
List<GetRents> rentedlocations = new List<GetRents>();
BindingSource locationBinding = new BindingSource();
BindingSource addlocationBinding = new BindingSource();
BindingSource showrentBinding = new BindingSource();
+ Dashboard()
- void UpdateBinding()
- void LocationSearchButton_Click()
- void LocationInsertButton_Click()
- void RentInsertButton_Click()
- void ADDLocationButton_Click()
- void Dashboard_Load()
- void ShowRentButton_Click()
- void ShowRentListBox_SelectedIndexChanged()
- void LoggedInUser_Click()
}
@enduml

View File

@ -2,8 +2,7 @@
class DataAccess {
+ SqlConnection connection
+ List<GetLocations> GetLocations()
+ List<GetMembers> DisplayUser()
+ void InsertLocations()
+ void CurrentUser()
+ void InsertRent()
+ void InsertMember()
# List<GetRents> GetRentedLocations()

View File

@ -4,6 +4,7 @@ class GetLocations {
+ string streetname
+ int location_capacity
+ string location_name
+ int rent_price_id
+ string LocatinInfo()
}
@enduml

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -4,7 +4,9 @@ class GetRents {
+ string rent_date
+ string payment_date
+ int member_id
+ string email_address
+ int rent_price_id
+ int rent_price
+ int location_id
+ string streetname
+ int location_capacity

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB