2020-04-30 17:08:33 +00:00
|
|
|
|
# Priorities
|
|
|
|
|
|
2020-06-25 22:02:27 +00:00
|
|
|
|
- [Personal](#personal)
|
|
|
|
|
- [Team](#team)
|
|
|
|
|
- [Reading List](#reading-list)
|
2020-07-01 15:44:52 +00:00
|
|
|
|
- [Resolved](./RESOLVED.md)
|
2020-06-25 22:02:27 +00:00
|
|
|
|
|
2020-05-13 12:25:20 +00:00
|
|
|
|
## Personal
|
|
|
|
|
|
2020-07-14 15:16:03 +00:00
|
|
|
|
1. [Add nim tests for nim-status](#add-nim-tests-for-nim-status)
|
2020-08-19 13:58:33 +00:00
|
|
|
|
1. [1.8 - Add profile photo](#add-profile-photo)
|
|
|
|
|
1. [1.8 - Status chat inside dapps](#status-chat-inside-dapps)
|
2020-07-14 15:16:03 +00:00
|
|
|
|
1. [Pending Transactions](#pending-transactions)
|
|
|
|
|
1. [`TRANSACTION_COMMANDS` Specs](#transaction_commands-specs)
|
|
|
|
|
1. [SNT Reactions](#snt-reactions)
|
|
|
|
|
1. [Messengers acquires a lock for very long time](#messengers-acquires-a-lock-for-very-long-time)
|
|
|
|
|
1. [Protocol Specs](#protocol-specs)
|
2020-06-24 21:56:38 +00:00
|
|
|
|
|
2020-06-24 21:58:09 +00:00
|
|
|
|
---
|
|
|
|
|
|
2020-08-19 13:58:33 +00:00
|
|
|
|
### Add profile photo
|
|
|
|
|
|
|
|
|
|
[status-react#11047 - Add profile photo](https://github.com/status-im/status-react/issues/11047)
|
|
|
|
|
|
2020-08-27 22:47:27 +00:00
|
|
|
|
- **Notes :**
|
|
|
|
|
- Avatars
|
|
|
|
|
- [Avatar introduction](https://notes.status.im/vk29m0ZjT1WClNR1BR8msg?both)
|
|
|
|
|
- [Avatar renderer experiment / prototype](https://github.com/status-im/avatar)
|
|
|
|
|
- Profile Images
|
|
|
|
|
- [Research on vector based profile images](https://notes.status.im/0MWyryTPQleMWe31K0L7gg?both)
|
|
|
|
|
- [Profile images spec V2](https://notes.status.im/oUChlPB3Q2aUPLYBSjq6MQ?both)
|
|
|
|
|
- [Profile images spec V1](https://notes.status.im/CQ-GGYmAR3aM8qUABgedWg?both)
|
2020-08-19 13:58:33 +00:00
|
|
|
|
|
|
|
|
|
### Status chat inside dapps
|
|
|
|
|
|
|
|
|
|
[#11044 - Status chat inside dapps](https://github.com/status-im/status-react/issues/11044)
|
|
|
|
|
|
2020-07-14 15:16:03 +00:00
|
|
|
|
### Add nim tests for nim-status
|
2020-07-01 14:08:19 +00:00
|
|
|
|
|
|
|
|
|
[nim-status#9- add nim tests for nim-status](https://github.com/status-im/nim-status/issues/9)
|
|
|
|
|
|
2020-07-07 13:52:54 +00:00
|
|
|
|
- [Add tests & documentation - accounts methods (delete import, derive/generate new accounts, identicon, alias)](https://github.com/status-im/nim-status/issues/15)
|
|
|
|
|
- [Add tests & documentation - Mailservers methods](https://github.com/status-im/nim-status/issues/18)
|
|
|
|
|
|
2020-07-14 15:16:03 +00:00
|
|
|
|
### Pending Transactions
|
2020-06-24 21:56:38 +00:00
|
|
|
|
|
|
|
|
|
[#1834 - Show pending transactions](https://github.com/status-im/status-go/issues/1834)
|
|
|
|
|
|
|
|
|
|
- **Dependencies:**
|
2020-07-01 14:09:50 +00:00
|
|
|
|
- [`TRANSACTION_COMMANDS` Specs](#3-transaction_commands-specs)
|
2020-06-24 21:56:38 +00:00
|
|
|
|
- **Todos:**
|
|
|
|
|
- [ ] Write specs
|
|
|
|
|
- https://github.com/ethereum/devp2p/blob/master/caps/les.md
|
|
|
|
|
- https://openethereum.github.io/wiki/Light-Ethereum-Subprotocol-(LES)
|
|
|
|
|
- https://discuss.status.im/search?q=ultra%20light%20client
|
|
|
|
|
- [ ] Implement
|
|
|
|
|
- **Impacts:**
|
|
|
|
|
- [status-react#3997 - Display pending requests in transactions history](https://github.com/status-im/status-react/issues/3997)
|
|
|
|
|
- [status-react#9976 - Show pending transactions](https://github.com/status-im/status-react/issues/9976)
|
|
|
|
|
|
2020-07-14 15:16:03 +00:00
|
|
|
|
### `TRANSACTION_COMMANDS` Specs
|
2020-06-24 21:56:38 +00:00
|
|
|
|
|
|
|
|
|
- Transaction Commands
|
|
|
|
|
- [status-im/team-core#7 - Allow for smooth sending and receiving of SNT while maintaining privacy](https://github.com/status-im/team-core/pull/7)
|
|
|
|
|
- Original specs for `TRANSACTION_COMMANDS`
|
|
|
|
|
- https://github.com/status-im/specs/blob/master/docs/stable/6-payloads.md
|
|
|
|
|
- Where specs for `TRANSACTION_COMMANDS` needs to go
|
|
|
|
|
|
2020-07-14 15:16:03 +00:00
|
|
|
|
### SNT Reactions
|
2020-06-25 10:54:05 +00:00
|
|
|
|
|
|
|
|
|
[#7118 - SNT and emoji reactions**](https://github.com/status-im/status-react/issues/7118)
|
|
|
|
|
|
|
|
|
|
- **Notes:**
|
2020-07-01 14:09:50 +00:00
|
|
|
|
- [See Emoji reactions](#4-emoji-reactions)
|
2020-06-25 10:54:05 +00:00
|
|
|
|
|
2020-07-14 15:16:03 +00:00
|
|
|
|
### Messengers acquires a lock for very long time
|
2020-06-24 21:56:38 +00:00
|
|
|
|
|
2020-05-22 14:15:08 +00:00
|
|
|
|
1) [#1936 - Messengers acquires a lock in some methods for very long time](https://github.com/status-im/status-go/issues/1936)
|
2020-06-24 21:56:38 +00:00
|
|
|
|
|
|
|
|
|
|
2020-07-14 15:16:03 +00:00
|
|
|
|
### Protocol Specs
|
2020-06-24 21:56:38 +00:00
|
|
|
|
|
|
|
|
|
Specs for [status-react#10384 - Protocol specs](https://github.com/status-im/status-react/issues/10384)
|
2020-05-01 22:25:47 +00:00
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2020-05-13 12:25:20 +00:00
|
|
|
|
## Team
|
|
|
|
|
|
|
|
|
|
[Top voted features for v1.5+](https://discuss.status.im/t/roadmap-planning/1399/38)
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2020-05-22 16:14:25 +00:00
|
|
|
|
## Reading List
|
|
|
|
|
|
2020-06-17 14:06:28 +00:00
|
|
|
|
- [ ] [Why ‘Stimbus’ or Organisational Focus and Alignment](https://discuss.status.im/t/why-stimbus-or-organisational-focus-and-alignment/1753)
|
|
|
|
|
- [ ] [How Stimbus or what is needed to start this work](https://discuss.status.im/t/how-stimbus-or-what-is-needed-to-start-this-work/1754)
|
2020-07-16 13:23:10 +00:00
|
|
|
|
- [ ] [The Keys to Privacy at Status](https://docs.google.com/document/d/1r8tHGYiWw1__uy8b-T8FMrf-VACXJeV4yPMheEpRXsQ/edit#heading=h.foffmq12en67)
|
|
|
|
|
- [ ] [User growth and retention - comment](https://discuss.status.im/t/user-growth-and-retention/1782/23)
|
|
|
|
|
- [ ] [On remote communication](https://discuss.status.im/t/on-remote-communication/1819)
|