... | ... | @@ -123,6 +123,7 @@ flowchart LR |
|
|
pc:::devel
|
|
|
subgraph pc [private chats]
|
|
|
pc1(private chats work<br>as expected)
|
|
|
pc1:::prog
|
|
|
pc1-->pc2 & pc3 & pc4 & pc5 & pc6
|
|
|
pc2(basic chat history<br>gets displayed properly)
|
|
|
pc2:::prog
|
... | ... | @@ -156,12 +157,14 @@ flowchart LR |
|
|
gs:::devel
|
|
|
subgraph gs [general setup]
|
|
|
gs1(app lifecycle<br>is working)
|
|
|
gs1:::prog
|
|
|
gs1 --> gs2 & gs3 & gs4 & gs5
|
|
|
gs2(user can run<br>the application)
|
|
|
gs2:::done
|
|
|
gs3(user can login<br>to existing account)
|
|
|
gs3:::done
|
|
|
gs4(user can create<br>new account<br>if none exists yet)
|
|
|
gs4:::done
|
|
|
gs5(user can delete<br>current account)
|
|
|
end
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
``` |