... | @@ -77,12 +77,18 @@ flowchart LR |
... | @@ -77,12 +77,18 @@ flowchart LR |
|
translating:::misc
|
|
translating:::misc
|
|
subgraph translating [Translating]
|
|
subgraph translating [Translating]
|
|
translating1(Briar's translation workflow works as expected)
|
|
translating1(Briar's translation workflow works as expected)
|
|
|
|
translating1:::prog
|
|
translating1-->translating11 & translating12 & translating13
|
|
translating1-->translating11 & translating12 & translating13
|
|
translating11(all strings are translatable)
|
|
translating11(all strings are translatable)
|
|
|
|
translating11:::done
|
|
translating12(translations get synchronized with Transifex)
|
|
translating12(translations get synchronized with Transifex)
|
|
translating12-->translating121 & translating122
|
|
translating12:::prog
|
|
|
|
translating12-->translating121 & translating122 & translating123
|
|
translating121(uploading source works)
|
|
translating121(uploading source works)
|
|
|
|
translating121:::done
|
|
translating122(downloading translations works)
|
|
translating122(downloading translations works)
|
|
|
|
translating122:::done
|
|
|
|
translating123(fetching translations works)
|
|
translating13(appropriate context is given)
|
|
translating13(appropriate context is given)
|
|
translating13-->translating131 & translating132
|
|
translating13-->translating131 & translating132
|
|
translating131(descriptive strings)
|
|
translating131(descriptive strings)
|
... | @@ -92,15 +98,19 @@ flowchart LR |
... | @@ -92,15 +98,19 @@ flowchart LR |
|
testing:::misc
|
|
testing:::misc
|
|
subgraph testing [Testing]
|
|
subgraph testing [Testing]
|
|
testing1(test database<br>is available)
|
|
testing1(test database<br>is available)
|
|
testing1:::prog
|
|
testing1:::done
|
|
testing2(integration tests)
|
|
testing2(integration tests)
|
|
testing3(unit tests)
|
|
testing3(unit tests)
|
|
testing4(special test mode)
|
|
testing4(special test mode)
|
|
|
|
testing4:::done
|
|
testing4 --> testing41
|
|
testing4 --> testing41
|
|
testing41(ability to add<br>testing contacts)
|
|
testing41(ability to add<br>testing contacts)
|
|
|
|
testing41:::done
|
|
testing5(ability to run<br>multiple clients<br>at the same time<br>on a single machine)
|
|
testing5(ability to run<br>multiple clients<br>at the same time<br>on a single machine)
|
|
|
|
testing5:::done
|
|
testing5 --> testing51
|
|
testing5 --> testing51
|
|
testing51(Tor port can<br>be specified as<br>command line option)
|
|
testing51(Tor port can<br>be specified as<br>command line option)
|
|
|
|
testing51:::done
|
|
end
|
|
end
|
|
|
|
|
|
sdm:::devel
|
|
sdm:::devel
|
... | @@ -203,10 +213,11 @@ flowchart LR |
... | @@ -203,10 +213,11 @@ flowchart LR |
|
pc1:::prog
|
|
pc1:::prog
|
|
pc1-->pc2 & pc3 & pc4 & pc5 & pc6 & pc7 & pc8
|
|
pc1-->pc2 & pc3 & pc4 & pc5 & pc6 & pc7 & pc8
|
|
pc2(basic chat history<br>gets displayed and<br>updated properly)
|
|
pc2(basic chat history<br>gets displayed and<br>updated properly)
|
|
pc2:::prog
|
|
pc2:::done
|
|
pc3(user can<br>receive messages)
|
|
pc3(user can<br>receive messages)
|
|
pc3:::done
|
|
pc3:::done
|
|
pc4(user can<br>send messages)
|
|
pc4(user can<br>send messages)
|
|
|
|
pc4:::done
|
|
pc5(user can<br>delete messages<br>on their device)
|
|
pc5(user can<br>delete messages<br>on their device)
|
|
pc5-->pc51 & pc52
|
|
pc5-->pc51 & pc52
|
|
pc51(user can delete all messages)
|
|
pc51(user can delete all messages)
|
... | @@ -244,7 +255,7 @@ flowchart LR |
... | @@ -244,7 +255,7 @@ flowchart LR |
|
mc2:::prog
|
|
mc2:::prog
|
|
mc2(user gets informed<br>about new contacts)
|
|
mc2(user gets informed<br>about new contacts)
|
|
mc2-->mc21 & mc22
|
|
mc2-->mc21 & mc22
|
|
mc21:::prog
|
|
mc21:::done
|
|
mc21(newly added contacts<br>appear in contact list)
|
|
mc21(newly added contacts<br>appear in contact list)
|
|
mc22(notifications are shown)
|
|
mc22(notifications are shown)
|
|
mc3(user can add<br>other contacts remotely)
|
|
mc3(user can add<br>other contacts remotely)
|
... | | ... | |