mirror of https://github.com/status-im/swarms.git
Merge pull request #264 from status-im/update-168-limbo
168 mini update put on hold
This commit is contained in:
commit
6b654ac7d2
|
@ -10,6 +10,7 @@ contributors:
|
||||||
- jpbowen
|
- jpbowen
|
||||||
- andytudhope
|
- andytudhope
|
||||||
- pilu
|
- pilu
|
||||||
|
- adan
|
||||||
exit-criteria: yes
|
exit-criteria: yes
|
||||||
success-metrics: yes
|
success-metrics: yes
|
||||||
clear-roles: yes
|
clear-roles: yes
|
||||||
|
@ -24,7 +25,7 @@ roles-needed:
|
||||||
|
|
||||||
Idea: 168-paid-master-node
|
Idea: 168-paid-master-node
|
||||||
Title: Paid master nodes
|
Title: Paid master nodes
|
||||||
Status: In Progress
|
Status: Limbo - On hold until after beta
|
||||||
Created: 2018-04-13
|
Created: 2018-04-13
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
@ -37,7 +38,7 @@ users.
|
||||||
## Swarm Participants
|
## Swarm Participants
|
||||||
|
|
||||||
- Lead Contributor: @oskarth
|
- Lead Contributor: @oskarth
|
||||||
- QA: TBD
|
- QA: @adan
|
||||||
- Evaluation: @oskarth
|
- Evaluation: @oskarth
|
||||||
- Clojure Contributor: TBD
|
- Clojure Contributor: TBD
|
||||||
- Go Contributor: @pilu
|
- Go Contributor: @pilu
|
||||||
|
@ -156,15 +157,15 @@ technical terms on status-go side.
|
||||||
Goal Date: 2018-05-07
|
Goal Date: 2018-05-07
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
- [ ] Recruit additional roles: Designer, Clojure dev (yenda?), QA
|
- [-] Recruit additional roles: Designer, Clojure dev (yenda?), QA
|
||||||
- [ ] Spec out rough UX(R) track (jpbowen)
|
- [x] Spec out rough UX(R) track (jpbowen)
|
||||||
- [ ] Spike out technical requirements:
|
- [x] Spike out technical requirements:
|
||||||
- [x] deny requests to mail server as a function of peer and envelope
|
- [x] deny requests to mail server as a function of peer and envelope
|
||||||
- [x] send STT payments and get basic proof
|
- [x] send STT payments and get basic proof
|
||||||
- [/] later: inspect basic proof (tx id initially)
|
- [/] later: inspect basic proof (tx id initially)
|
||||||
- [ ] inspect envelope in what format for basic proof of payment?
|
(- [ ] inspect envelope in what format for basic proof of payment?)
|
||||||
- [ ] Create issues (and bounties) necessary for MVP
|
- [x] Create issues (and bounties) necessary for MVP
|
||||||
- [ ] Communicate proof of payment / accept/deny thinking at kick off call
|
- [x] Communicate proof of payment / accept/deny thinking at kick off call
|
||||||
|
|
||||||
Probably not enough time: (- [ ] Understand changes to requestMessage envelope required)
|
Probably not enough time: (- [ ] Understand changes to requestMessage envelope required)
|
||||||
|
|
||||||
|
@ -174,14 +175,25 @@ Initial investigation to understand how to scope MVP (WIP):
|
||||||
- [Local mailserver HOWTO](local-mailserver.md)
|
- [Local mailserver HOWTO](local-mailserver.md)
|
||||||
- [Getting and sending STT, proof of payment](stt-payment-testing.md)
|
- [Getting and sending STT, proof of payment](stt-payment-testing.md)
|
||||||
|
|
||||||
|
|
||||||
Project board: https://github.com/orgs/status-im/projects/28
|
Project board: https://github.com/orgs/status-im/projects/28
|
||||||
|
|
||||||
Also see:
|
Also see:
|
||||||
- https://github.com/status-im/status-react/issues/4003
|
- https://github.com/status-im/status-react/issues/4003
|
||||||
|
|
||||||
|
|
||||||
|
#### Update 2018-05-07
|
||||||
|
|
||||||
|
PreMVP mostly complete. In terms of next steps, main focus is on Beta. Swarm on
|
||||||
|
hold until then. When work is resumed, we have:
|
||||||
|
|
||||||
|
- UXR initial wireframes
|
||||||
|
- https://github.com/status-im/status-react/pull/4120 PR by bounty from status-react
|
||||||
|
- Missing initial status-go side MVP
|
||||||
|
- Should deploy custom mail server into cluster, even minimal
|
||||||
|
- Meeting notes in some doc somewhere
|
||||||
|
|
||||||
### Minimum Viable Product
|
### Minimum Viable Product
|
||||||
Goal Date: 2018-05-21
|
Goal Date: 2018-XX
|
||||||
|
|
||||||
Description: Spike out most basic proof of concept possible for payment / service on or off in Clojure and Go, using SNT test token (STT) on Ropsten.
|
Description: Spike out most basic proof of concept possible for payment / service on or off in Clojure and Go, using SNT test token (STT) on Ropsten.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue