diff --git a/textual-description/description.out b/textual-description/description.out index 8ecf90b4..85afa6b0 100644 --- a/textual-description/description.out +++ b/textual-description/description.out @@ -7,3 +7,4 @@ \BOOKMARK [1][-]{section.2.1}{\376\377\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n}{chapter.2}% 7 \BOOKMARK [2][-]{subsection.2.1.1}{\376\377\000R\000e\000l\000a\000t\000i\000o\000n\000s\000h\000i\000p\000\040\000d\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n}{section.2.1}% 8 \BOOKMARK [2][-]{subsection.2.1.2}{\376\377\000E\000n\000t\000i\000t\000i\000e\000s\000\040\000a\000n\000d\000\040\000a\000t\000t\000r\000i\000b\000u\000t\000e\000s\000\040\000d\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n}{section.2.1}% 9 +\BOOKMARK [2][-]{subsection.2.1.3}{\376\377\000R\000e\000l\000a\000t\000i\000o\000n\000a\000l\000\040\000d\000i\000a\000g\000r\000a\000m}{section.2.1}% 10 diff --git a/textual-description/description.pdf b/textual-description/description.pdf index 645457d3..3c7a81d4 100644 Binary files a/textual-description/description.pdf and b/textual-description/description.pdf differ diff --git a/textual-description/description.tex b/textual-description/description.tex index 946b49dd..54eb8e70 100644 --- a/textual-description/description.tex +++ b/textual-description/description.tex @@ -164,6 +164,13 @@ Player entity represents Player object from \hyperref[Objects Section]{Objects S \item transfer value - how much the Player is worth \end{itemize} +\subsection{Relational diagram} +\paragraph{Description} +A relational diagram was generated using SQL developer. The most notable aspects of it are:\\ +- Entities remain the same as in the logical diagram, they are now described with higher details written by the generation.\\ +- Most of the relations remained visually the same aside from three, those are:\\ +- STADIUM:COMPETITION-takes\_place\_in along with CLUB:MATCH-takes\_part\_in have been separated into a relational block based on the fact that those are N:M relations\\ +- MANAGER:CLUB-works was disjoined into two relations due to the original relation being 1:1 with identity \end{document} \ No newline at end of file