mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Create Software bill of materials for private message deletion
45
Software-bill-of-materials-for-private-message-deletion.md
Normal file
45
Software-bill-of-materials-for-private-message-deletion.md
Normal file
@@ -0,0 +1,45 @@
|
||||
#### Source code repo
|
||||
|
||||
https://code.briarproject.org/briar/briar
|
||||
|
||||
#### Scope of work
|
||||
|
||||
The work will affect the private messaging feature of the Briar Android app, which is implemented in the `briar-api`, `briar-core` and `briar-android` modules. The Briar headless app is out of scope, but will benefit from changes to `briar-core`.
|
||||
|
||||
Components expected to be affected by task 1:
|
||||
|
||||
* briar-api
|
||||
* ConversationManager
|
||||
* ConversationClient
|
||||
* MessagingManager
|
||||
* briar-core
|
||||
* MessagingManagerImpl
|
||||
* New unit and integration tests
|
||||
* briar-android
|
||||
* ConversationActivity
|
||||
* ConversationViewModel
|
||||
|
||||
Components expected to be affected by task 2:
|
||||
|
||||
* briar-api
|
||||
* SharingManager
|
||||
* BlogSharingManager
|
||||
* ForumSharingManager
|
||||
* GroupInvitationManager
|
||||
* IntroductionManager
|
||||
* briar-core
|
||||
* SharingManagerImpl
|
||||
* BlogSharingManagerImpl
|
||||
* ForumSharingManagerImpl
|
||||
* GroupInvitationManagerImpl
|
||||
* IntroductionManagerImpl
|
||||
* New unit and integration tests
|
||||
* briar-android
|
||||
* ConversationActivity
|
||||
* ConversationViewModel
|
||||
|
||||
Components expected to be affected by task 3:
|
||||
|
||||
* briar-android
|
||||
* ConversationActivity
|
||||
* ConversationViewModel
|
||||
Reference in New Issue
Block a user