Changes
Page history
Mark a few milestones as done or WIP
authored
Oct 05, 2021
by
Sebastian
Show whitespace changes
Inline
Side-by-side
Milestones.md
View page @
e02338a7
...
@@ -123,6 +123,7 @@ flowchart LR
...
@@ -123,6 +123,7 @@ flowchart LR
pc:::devel
pc:::devel
subgraph pc [private chats]
subgraph pc [private chats]
pc1(private chats work<br>as expected)
pc1(private chats work<br>as expected)
pc1:::prog
pc1-->pc2 & pc3 & pc4 & pc5 & pc6
pc1-->pc2 & pc3 & pc4 & pc5 & pc6
pc2(basic chat history<br>gets displayed properly)
pc2(basic chat history<br>gets displayed properly)
pc2:::prog
pc2:::prog
...
@@ -156,12 +157,14 @@ flowchart LR
...
@@ -156,12 +157,14 @@ flowchart LR
gs:::devel
gs:::devel
subgraph gs [general setup]
subgraph gs [general setup]
gs1(app lifecycle<br>is working)
gs1(app lifecycle<br>is working)
gs1:::prog
gs1 --> gs2 & gs3 & gs4 & gs5
gs1 --> gs2 & gs3 & gs4 & gs5
gs2(user can run<br>the application)
gs2(user can run<br>the application)
gs2:::done
gs2:::done
gs3(user can login<br>to existing account)
gs3(user can login<br>to existing account)
gs3:::done
gs3:::done
gs4(user can create<br>new account<br>if none exists yet)
gs4(user can create<br>new account<br>if none exists yet)
gs4:::done
gs5(user can delete<br>current account)
gs5(user can delete<br>current account)
end
end
```
```