-
Notifications
You must be signed in to change notification settings - Fork 0
Architecture
ChSeFh edited this page Mar 22, 2022
·
20 revisions
The news service manages articles. Articles can be saved, deleted, and also be edited. The Service also provides the functionality to filter, search and sort articles. described in this section:
- general & detailed data structure
- general & detailed architecture
This diagram doesn't include the data provided by the services appointments, faculties, and persons. The Article is the main Component of this service and holds the entire information relevant for reading an article. An ArticlePreview on the other hand only holds the information relevant for a preview of an Article which can be shown when scrolling through a listing of articles, for example. Each Article is also an Entry which gives them an ID to work with in the backend.