presistence - Rut-B/TM-COSMETICS GitHub Wiki
The diagram below shows a little of the data structure of the system. We showed in the diagram the main classes of the system (classes and DB tables that take part in the main flow of the system).
The main flow of the system and the things we will develop first is the creation of the calendar. The diagram:
We showed in the diagram the main fields of the object and the tables, when developing we might add more if needed.
The relations between the data structures shows data passing from object to object or from/to DB.
<< table>> means it's a table in the DB (could be also an object in the system)
<<...key>> means that it could be the key of the table - in a relational DB, or part of the key.