Update Milestones authored by Nico's avatar Nico
......@@ -245,26 +245,31 @@ flowchart LR
mcb:::devel
subgraph mcb [managing contacts part 2]
mcb0(managing contacts works)
mcb0:::done
mcb0 --> mc8 & mc11 & mc7
mc7(introducing contacts works)
mc7:::prog
mc7:::done
mc7 --> mc71 & mc72 & mc73 & mc74 & mc75
mc71("user can introduce<br>contact (introducee)<br>to other contacts")
mc71:::prog
mc71:::done
mc72(introducee can<br>accept/decline<br>introduction)
mc72:::prog
mc72:::done
mc73(contact can<br>accept/decline<br>introduction)
mc73:::prog
mc73:::done
mc74(successful introduction<br>works as expected)
mc74:::prog
mc74:::done
mc75(failed introduction<br>works as expected)
mc75:::done
mc8(user can delete contact)
mc8:::done
mc11(contact's alias can be changed)
mc11:::done
end
mc:::devel
subgraph mc [managing contacts part 1]
mc0(managing contacts works)
mc0:::prog
mc0 --> mc2 & mc1 & mc3
mc1(contact list<br>displays existing contacts)
mc1:::done
......@@ -282,6 +287,7 @@ flowchart LR
mc5(user can copy<br>their own remote<br>briar link)
mc5:::done
mc9(errors and potential<br>attacks while adding<br>contacts are handled)
mc9:::done
mc6(pending contacts<br>are displayed<br>somewhere)
mc6:::prog
mc6-->mc10
......
......