Update Milestones authored by Nico's avatar Nico
...@@ -291,7 +291,7 @@ flowchart LR ...@@ -291,7 +291,7 @@ 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:::done
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
...@@ -300,5 +300,6 @@ flowchart LR ...@@ -300,5 +300,6 @@ flowchart LR
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 gs4:::done
gs5(user can delete<br>current account) gs5(user can delete<br>current account)
gs5:::done
end end
``` ```
\ No newline at end of file