diff --git a/Documentatie Java/UML_Diagram.zargo b/Documentatie Java/UML_Diagram.zargo index d74a546..335e747 100644 Binary files a/Documentatie Java/UML_Diagram.zargo and b/Documentatie Java/UML_Diagram.zargo differ diff --git a/Documentatie Java/UML_Diagram.zargo~ b/Documentatie Java/UML_Diagram.zargo~ new file mode 100644 index 0000000..d74a546 Binary files /dev/null and b/Documentatie Java/UML_Diagram.zargo~ differ diff --git a/Documentatie Java/baseItemStructure.png b/Documentatie Java/baseItemStructure.png new file mode 100644 index 0000000..899a32b Binary files /dev/null and b/Documentatie Java/baseItemStructure.png differ diff --git a/Documentatie Java/baseItemStructure.psd b/Documentatie Java/baseItemStructure.psd new file mode 100644 index 0000000..2d41807 Binary files /dev/null and b/Documentatie Java/baseItemStructure.psd differ diff --git a/Documentatie Java/index.css b/Documentatie Java/index.css index c0ffc7b..f0fcf51 100644 --- a/Documentatie Java/index.css +++ b/Documentatie Java/index.css @@ -104,11 +104,17 @@ ul { } .img_json{ - margin-left: 10rem; + margin-left: 5rem; margin-bottom: 2rem; width: 30%; } +.img_json2{ + margin-left: 5rem; + margin-bottom: 2rem; + width: 50%; +} + .sub-paragraph{ margin-left: 3rem; margin-right: 3rem; diff --git a/Documentatie Java/index.html b/Documentatie Java/index.html index 5ea7983..3b67700 100644 --- a/Documentatie Java/index.html +++ b/Documentatie Java/index.html @@ -165,8 +165,42 @@ + +
+
+

c. Items JSON

+

+ In esenta, fiecare obiect va avea asignat un id (pentru identificarea in baza + + de date) si un nume. In adaos vor exista inca doua campuri pentru 'Deposit', + dar celelalte obiecte vor seta acele field uri NULL. Atunci cand user-ul + 'Admin' va dori sa execute o operatie asupra bazei de date, in back-end + se va preciza numele tabelei unde sa fie trimis JSON-ul. Nu va conta ce fel + de obiect trebuie sa inseram in baza de date deoarece toate produsele vor + respecta aceeasi structura. +

+
+ +
+ +
+
+

+ In esenta, fiecare obiect va avea asignat un id (pentru identificarea in baza + de date) si un nume. In adaos vor exista inca doua campuri pentru 'Deposit', + dar celelalte obiecte vor seta acele field uri NULL. Atunci cand user-ul + 'Admin' va dori sa execute o operatie asupra bazei de date, in back-end + se va preciza numele tabelei unde sa fie trimis JSON-ul. Nu va conta ce fel + de obiect trebuie sa inseram in baza de date deoarece toate produsele vor + respecta aceeasi structura. +

+
+ + +
+
diff --git a/Documentatie Java/listOfItems.png b/Documentatie Java/listOfItems.png new file mode 100644 index 0000000..dafcedb Binary files /dev/null and b/Documentatie Java/listOfItems.png differ diff --git a/Documentatie Java/listOfItems.psd b/Documentatie Java/listOfItems.psd new file mode 100644 index 0000000..a236322 Binary files /dev/null and b/Documentatie Java/listOfItems.psd differ diff --git a/Documentatie Java/products-json.png b/Documentatie Java/products-json.png index 61783c7..be568ab 100644 Binary files a/Documentatie Java/products-json.png and b/Documentatie Java/products-json.png differ diff --git a/Documentatie Java/products-json.psd b/Documentatie Java/products-json.psd index 5b41f8b..6bc7cd3 100644 Binary files a/Documentatie Java/products-json.psd and b/Documentatie Java/products-json.psd differ diff --git a/Documentatie Java/route-json.png b/Documentatie Java/route-json.png index a95c43b..90d5c63 100644 Binary files a/Documentatie Java/route-json.png and b/Documentatie Java/route-json.png differ diff --git a/Documentatie Java/route-json.psd b/Documentatie Java/route-json.psd index 8c0b225..0dd3398 100644 Binary files a/Documentatie Java/route-json.psd and b/Documentatie Java/route-json.psd differ