Skip to content
Snippets Groups Projects

Resolve "Weekly Follow-up"

Merged Dario Berther requested to merge 60-weekly-follow-up into master
4 files
+ 459
415
Compare changes
  • Side-by-side
  • Inline
Files
4
\chapter{Domain Analysis}
\section{Domain Model}
\begin{center}
\includegraphics[scale=0.15]{resources/domain-model.jpeg}
\includegraphics[scale=0.15]{resources/domain-model.jpeg}
\end{center}
\subsubsection{CUD operation}
The only interaction of the student is creation, updating and deletion (CUD) of TodoItems, Courses and MarkItems plus interaction with the settings.
The only interaction of the student is creation, updating and deletion (CUD) of TodoItems, Courses and MarkItems plus interaction with the settings.
\subsubsection{Storage Transaction and Storage}
A StorageTransaction can either be a read or a write operation to the storage itself.
A Course, TodoItem, MarkItem or the Settings can execute such a transaction and thus read or write data.
A StorageTransaction can either be a read or a write operation to the storage itself.
A Course, TodoItem, MarkItem or the Settings can execute such a transaction and thus read or write data.
\subsubsection{Student Attributes}
The Student attributes Name and Degree will also be saved to the storage. The Student sets and edits these attributes in the settings.
After saving the attributes, the Settings then execute a StorageTransaction.
\ No newline at end of file
The Student attributes Name and Degree will also be saved to the storage. The Student sets and edits these attributes in the settings.
After saving the attributes, the Settings then execute a StorageTransaction.
\ No newline at end of file