Skip to content

Commit d928129

Browse files
committed
## 2.4.13-SNAPSHOT
* fixed #380 add User Use Cases to UML Documentation * fixed #393 UML Documentation: Service Classes DB * fixed #394 UML Documentation: Service Classes Meso
1 parent cec4347 commit d928129

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/main/plantuml/Simpleworklist__Use_Cases__010__User_Profile.puml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ package Functional_Requirements {
2323
}
2424

2525
package 010__User_Profile {
26-
User - (F201 List of other Users and New Messages received from them)
27-
(F201 List of other Users and New Messages received from them) --> (F202 Chat Messages shared with one other User)
28-
(F201 List of other Users and New Messages received from them) --> (F203 Send New Chat Message to one other User)
29-
User - (F220 Menu Selfservice)
26+
(F007_Navigation) - (F201 Nr of Chat Messages got from each Other Users)
27+
(F201 Nr of Chat Messages got from each Other Users) --> (F202 Chat Messages shared with one other User)
28+
(F201 Nr of Chat Messages got from each Other Users) --> (F203 Send New Chat Message to one other User)
29+
(F007_Navigation) - (F202 Nr of Chat Messages got from all Other Users)
30+
(F007_Navigation) - (F220 Menu Selfservice)
3031
(F220 Menu Selfservice) --> (F221 Menu Selfservice: Change Username)
3132
(F220 Menu Selfservice) --> (F222 Menu Selfservice: Change Password)
3233
(F220 Menu Selfservice) --> (F223 Menu Selfservice: Change Contexts)

0 commit comments

Comments
 (0)