mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Add class description for user-diagram
This commit is contained in:
parent
4a8cbb8458
commit
8648963892
|
@ -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.
|
||||
|===
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue