Add class description for user-diagram

This commit is contained in:
Denis Natusch 2023-11-10 19:01:38 +01:00 committed by Simon Bruder
parent 4a8cbb8458
commit 8648963892
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -239,6 +239,11 @@ image:models/design/staff.svg[class design diagram - Staff]
[options="header"]
|===
|Class/Enumeration |Description
|Usercontroller |A Spring MVC Controller to handle profile management.
|UserDataInitalizer |An Initalizer with primary purpose to add the admin.
|UserManagement |A class that manages the UserRepository.
|UserRepository |An exntension of 'CrudRepository' to save Users.
|User |A class that allows a person to associate system data with themself.
|===