-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
10 changed files
with
245 additions
and
132 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
https://technischeunivers049-my.sharepoint.com/:p:/g/personal/michael_hopp_fh-erfurt_de/EVpplYhRuytAoIAbazBpfsIBG1b-8OgzTpF0sLcdRYSV9g?e=RI1XgJ | ||
|
||
##Einleitung (Anton) | ||
##Grundlegendes (Anton) | ||
|
||
##Utilities (Anton) | ||
* Bewertung der Utilities | ||
* XAMPP (MySQL) | ||
|
||
* Spring und Thymeleaf | ||
* Erleichtert einiges aber manche spezielle Anforderungen werden schwer unterstüzt | ||
|
||
* WebJars (Bootstrap, JQuery) | ||
* In Kombination mit Maven Packagecontrol | ||
|
||
* Swagger | ||
* Erleichtert das Leben -> Erstellt Doku | ||
|
||
* Postman | ||
* rest-assured | ||
|
||
|
||
##Was ist dazu gekommen? (Bilal) | ||
|
||
##Was wurde verändert? (Bilal) | ||
|
||
##API (Tom) | ||
|
||
|
||
##TOUR (Alle) | ||
* Anton hostet Präsentation | ||
* Seitenersteller erklären Seite knapp + Wissenswertes | ||
|
||
1. Index (Einzige bewusst gestylte Seite, Footer) , Login (Registrierungsformular zeigen) -> Bilal | ||
2. Watch Konfigurieren, Watch List. Zwei Uhren Hinzufügen -> Tom | ||
3. Shoppingcart, eine Uhr entfernen, Checkout und Order absetzen -> Michael | ||
4. MyOrder, Profil, UpdateUser -> Anton | ||
|
||
|
||
##Herausforderungen und Lessons Learned (Michael) | ||
* Erstkontakt mit Frameworks für Anton und Michael | ||
|
||
* Bootstrap update Version 3.5.1 auf 4.5.0 | ||
|
||
* Hibernate N:M Beziehungstabelle hat zb keinen primary/unique key | ||
|
||
* th:field -> Objektcontainer verhält sich eigens... | ||
* Radio Buttons checked werden überschrieben -> th:field erledigt das checked selbst! Starkes Werkzeug aber unbekannt (Doku lesen ist doof) | ||
* Daten durchreichen von Action zu HTML zu Backend (Controller/Api) geht nicht einfach so | ||
|
||
* Hilfestellung: Auch aktiv nach Hilfe fragen | ||
|
||
* Arbeitsteilung in GitHub über Issues und Projects | ||
|
||
* Anton und Bilal nutzten nicht GitHub desktop, sondern Git-Tools in IDE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 27 additions & 34 deletions
61
src/main/java/de/watchmywatch/model/WatchManagment/Validator/WatchValidator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.