From 9a1341383f11e38e356fbb4cf56f8be10f2c8172 Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Mon, 17 Sep 2018 11:34:58 +0800 Subject: [PATCH] Add ideas 300 to 306, corresponding to teams active --- ideas/300-core-infra.md | 24 ++++++++++++++++++++++++ ideas/301-core-p2p.md | 25 +++++++++++++++++++++++++ ideas/302-core-mobile-app.md | 27 +++++++++++++++++++++++++++ ideas/303-core-desktop.md | 25 +++++++++++++++++++++++++ ideas/304-core-chat.md | 30 ++++++++++++++++++++++++++++++ ideas/305-core-wallet-account.md | 22 ++++++++++++++++++++++ ideas/306-core-dapp-developers.md | 24 ++++++++++++++++++++++++ 7 files changed, 177 insertions(+) create mode 100644 ideas/300-core-infra.md create mode 100644 ideas/301-core-p2p.md create mode 100644 ideas/302-core-mobile-app.md create mode 100644 ideas/303-core-desktop.md create mode 100644 ideas/304-core-chat.md create mode 100644 ideas/305-core-wallet-account.md create mode 100644 ideas/306-core-dapp-developers.md diff --git a/ideas/300-core-infra.md b/ideas/300-core-infra.md new file mode 100644 index 0000000..5e4bc86 --- /dev/null +++ b/ideas/300-core-infra.md @@ -0,0 +1,24 @@ +--- +id: 300-core-infra +title: Core Infra Team +status: Active +created: 2018-05-01 +category: core +lead-contributor: jakubgs +contributors: + - jakubgs + - adambabik + - corey +exit-criteria: no +success-metrics: no +clear-roles: yes +future-iterations: no +roles-needed: +--- + +This should probably be filled out similar to Ideas template, but this will do as a skeleton. + +The Core Infra team is an infrastructure team that supports and enables other +client teams (mobile, desktop) as well as product teams (chat, wallet, dapp). It is a sibling to the p2p team. + +Current state of it is: ... diff --git a/ideas/301-core-p2p.md b/ideas/301-core-p2p.md new file mode 100644 index 0000000..1a01bb4 --- /dev/null +++ b/ideas/301-core-p2p.md @@ -0,0 +1,25 @@ +--- +id: 301-core-p2p-team +title: Core P2P Team +status: Active +created: 2018-05-01 +category: core +lead-contributor: adambabik +contributors: + - adambabik + - dshulyak + - divan +exit-criteria: no +success-metrics: no +clear-roles: yes +future-iterations: no +roles-needed: +--- + +This should probably be filled out similar to Ideas template, but this will do as a skeleton. + +The P2P team is an infrastructure team that is focused on the P2P layer of Status. It supports and enables client teams such as mobile app and desktop app, as well as product teams such as chat, dapps and wallet. + +They currently share chat home with core-infra. + +Current state of it is: ... diff --git a/ideas/302-core-mobile-app.md b/ideas/302-core-mobile-app.md new file mode 100644 index 0000000..20087db --- /dev/null +++ b/ideas/302-core-mobile-app.md @@ -0,0 +1,27 @@ +--- +id: 302-core-mobile-app-team +title: Core Mobile App Team +status: Active +created: 2018-05-01 +category: core +lead-contributor: mandrigin +contributors: + - chadyj + - mandrigin + - rasom + - alwx + - janherich +exit-criteria: no +success-metrics: no +clear-roles: yes +future-iterations: no +roles-needed: +--- + +This should probably be filled out similar to Ideas template, but this will do as a skeleton. + +The Mobile App team is a client team that is focused on the mobile app client of +Status. It gets support and is enabled by the Infra and P2P team, and it +supports product teams Chat, Dapp, and Wallet. + +Current state of it is regular releases, as well as ... diff --git a/ideas/303-core-desktop.md b/ideas/303-core-desktop.md new file mode 100644 index 0000000..a76971c --- /dev/null +++ b/ideas/303-core-desktop.md @@ -0,0 +1,25 @@ +--- +id: 303-core-desktop +title: Core Desktop Team +status: Active +created: 2018-05-01 +category: core +lead-contributor: vitaliy +contributors: + - chadyj + - vitaliy + - maxris + - volodymyr + - gnl +exit-criteria: no +success-metrics: no +clear-roles: yes +future-iterations: no +roles-needed: +--- + +This should probably be filled out similar to Ideas template, but this will do as a skeleton. + +The Core Desktop team is a client team that is focused on the Desktop client of Status. It gets support and is enabled by the Infra and P2P team, and it supports the product teams chat, wallet, and dapps. + +Current state of it is focused on getting everyone to use Status everyday at their desktop. diff --git a/ideas/304-core-chat.md b/ideas/304-core-chat.md new file mode 100644 index 0000000..1651b9e --- /dev/null +++ b/ideas/304-core-chat.md @@ -0,0 +1,30 @@ +--- +id: 304-core-chat +title: Core Chat Team +status: Active +created: 2018-05-01 +category: core +lead-contributor: pedro +contributors: + - pedro + - chadyj + - yenda + - dmitryn + - cammellos +exit-criteria: no +success-metrics: no +clear-roles: yes +future-iterations: no +roles-needed: +--- + +This should probably be filled out similar to Ideas template, but this will do +as a skeleton. + +The Core Chat team is a product team that is focused on the chat experience of +Status. It gets support and is enabled by the Mobile App team as well as Infra and P2P team. + +Current state of it is focused on [PFS swarm](289-perfect-forward-secrecy), as well as minor UX improvements and so on. Recently it has started focusing on the Chat experience of Desktop as well. + + + diff --git a/ideas/305-core-wallet-account.md b/ideas/305-core-wallet-account.md new file mode 100644 index 0000000..d3d5b74 --- /dev/null +++ b/ideas/305-core-wallet-account.md @@ -0,0 +1,22 @@ +--- +id: 305-core-wallet +title: Core Wallet and Account Team +status: Active +created: 2018-05-01 +category: core +lead-contributor: goranjovic +contributors: + - chadyj + - goranjovic +exit-criteria: no +success-metrics: no +clear-roles: yes +future-iterations: no +roles-needed: +--- + +This should probably be filled out similar to Ideas template, but this will do as a skeleton. + +The Core Wallet and Account team is a product team that is focused on the wallet and account experience of Status. It gets support and is enabled by the Mobile App team as well as Infra and P2P team. + +Current state of it is: .... diff --git a/ideas/306-core-dapp-developers.md b/ideas/306-core-dapp-developers.md new file mode 100644 index 0000000..ffbf919 --- /dev/null +++ b/ideas/306-core-dapp-developers.md @@ -0,0 +1,24 @@ +--- +id: 306-core-dapp-team +title: Core Dapp Team +status: Active +created: 2018-05-01 +category: core +lead-contributor: jeluard +contributors: + - jeluard + - flexsurfer + - rachelhamlin + - alwx +exit-criteria: no +success-metrics: no +clear-roles: yes +future-iterations: no +roles-needed: +--- + +This should probably be filled out similar to Ideas template, but this will do as a skeleton. + +The Core Dapp and Developer team is a product team that is focused on the dapp and developer experience of Status. It gets support and is enabled by the Mobile App team as well as Infra and P2P team. + +Current state of it is focused on: Extensions as well as...