WIP feature/listedArticles #15

Merged
Seil0 merged 33 commits from feature/listedArticles into master 2020-05-15 19:48:22 +02:00
Owner
No description provided.
Seil0 was assigned by localhorst 2020-05-14 23:02:53 +02:00
Seil0 added the
review
label 2020-05-15 14:07:13 +02:00
Seil0 requested changes 2020-05-15 19:41:38 +02:00
@ -115,6 +117,7 @@ public class RequestController {
public String internArticlesId() {
return "intern/articles/id";
}
*/
Collaborator

Auskommentiertes wenn möglich löschen

Auskommentiertes wenn möglich löschen
@ -8,0 +71,4 @@
// TODO img
String separatedCategories[] = categories.split("\n");
Collaborator

String[] separatedCategories

String[] separatedCategories
Author
Owner

fixed with a98782bc01

fixed with https://git.mosad.xyz/localhorst/e-commerce/commit/a98782bc01fcdd03b746a9030539fc2bdf9301c4
@ -8,0 +238,4 @@
public long id;
public boolean shouldReorder;
public String warehouseUnitsPerSlot;
public String description;
Collaborator

Variablen Dekleration vor setter/getter? (Ich hab keine Ahnung ob wir da was ausgemacht haben)

Variablen Dekleration vor setter/getter? (Ich hab keine Ahnung ob wir da was ausgemacht haben)
Author
Owner

ist ja ne ui model klasse die nur in diesem controller gebraucht wird. Wenn es keine Getter+Setter gibt werden die auch nicht gebraucht.

ist ja ne ui model klasse die nur in diesem controller gebraucht wird. Wenn es keine Getter+Setter gibt werden die auch nicht gebraucht.
Collaborator

Dann passt's so

Dann passt's so
Author
Owner

fixed with b1840dd845

fixed with https://git.mosad.xyz/localhorst/e-commerce/commit/b1840dd84529acb8d4949913b35e1c1aea821b00
Seil0 approved these changes 2020-05-15 19:46:51 +02:00
Seil0 closed this pull request 2020-05-15 19:48:22 +02:00
Seil0 deleted branch feature/listedArticles 2020-05-15 19:48:26 +02:00
Seil0 removed the
review
label 2020-05-26 19:29:22 +02:00
This repo is archived. You cannot comment on pull requests.
No description provided.