2018-11-01 20:39:01 -04:00
|
|
|
[ [Intro](README.md) ] -- [ [Application Features](Application_features.md) ] -- [ **[Road Map]** ]
|
2018-11-01 20:41:14 -04:00
|
|
|
----
|
2018-10-22 17:51:04 -04:00
|
|
|
# Product Roadmap for RTL Application
|
|
|
|
|
|
|
|
## Version 0.0.1-alpha (Minimum Viable Product)
|
|
|
|
|
2018-10-22 17:59:09 -04:00
|
|
|
### Start
|
2018-10-22 17:51:04 -04:00
|
|
|
- Unlock Wallet
|
|
|
|
|
2018-10-22 17:59:09 -04:00
|
|
|
### Home Page
|
2018-10-22 17:51:04 -04:00
|
|
|
- Wallet Balance
|
2018-10-22 17:59:09 -04:00
|
|
|
- Peer Count
|
|
|
|
- Active Channels
|
2018-10-22 17:51:04 -04:00
|
|
|
- Channel Balance
|
|
|
|
- Chain Sync Status
|
|
|
|
- Fee Report
|
|
|
|
|
2018-10-22 17:59:09 -04:00
|
|
|
### Peer Management
|
2018-10-22 17:51:04 -04:00
|
|
|
- Listing of Connected Peers
|
|
|
|
- Initiate Connection with peers with the public key
|
|
|
|
|
2018-10-22 17:59:09 -04:00
|
|
|
### Channel Management
|
2018-10-22 17:51:04 -04:00
|
|
|
- Status of Channels (Active, Inactive, Pending)
|
|
|
|
- Listing of Channels
|
|
|
|
- Open Channel with connected peers
|
|
|
|
|
2018-10-22 21:42:01 -04:00
|
|
|
## Version 0.0.2-alpha
|
2018-10-22 17:59:09 -04:00
|
|
|
### Home Page
|
|
|
|
- Network Information
|
|
|
|
|
|
|
|
### LN Wallet
|
|
|
|
- Generate pub key to recieve Bitcoin
|
|
|
|
- Send Bitcoin to an address
|
|
|
|
|
|
|
|
### Payments
|
2018-10-22 17:51:04 -04:00
|
|
|
- Decode payment request
|
|
|
|
- Send payment
|
2018-10-22 17:59:09 -04:00
|
|
|
- List payments
|
|
|
|
|
2018-10-22 21:42:01 -04:00
|
|
|
## Version 0.0.3-alpha
|
2018-10-22 17:59:09 -04:00
|
|
|
### UI Theme refresh
|
2018-10-22 22:02:55 -04:00
|
|
|
- Refresh the UI with a customized RTL theme
|
2018-10-22 17:51:04 -04:00
|
|
|
|
|
|
|
## Feature Backlog
|
2018-10-22 21:42:01 -04:00
|
|
|
### Peers
|
|
|
|
- Add alias identifier for peers
|
|
|
|
- Connect peer with Pub key (w/o IP address)
|
2018-10-22 22:01:55 -04:00
|
|
|
- Disconnect Peer
|
2018-10-22 21:42:01 -04:00
|
|
|
|
|
|
|
### Channels
|
|
|
|
- Add alias to channel list
|
|
|
|
|
2018-10-22 17:59:09 -04:00
|
|
|
### Start
|
2018-10-22 17:51:04 -04:00
|
|
|
- Create Wallet
|
|
|
|
|
2018-10-22 22:01:55 -04:00
|
|
|
### Describe Graph
|
|
|
|
- Create a graphical view of the LN network from the node data
|
|
|
|
|
2018-10-22 21:46:13 -04:00
|
|
|
### LN Wallet
|
|
|
|
- List chain transactions
|
|
|
|
|
2018-10-22 17:59:09 -04:00
|
|
|
### Channel Management
|
2018-10-22 17:51:04 -04:00
|
|
|
- Channel Detail - Bi-Directional channel balance view
|
|
|
|
- Close Channel
|
|
|
|
|
2018-10-22 22:01:55 -04:00
|
|
|
### Globalization
|
|
|
|
- Allow for Language customization
|
2018-11-04 07:03:28 -05:00
|
|
|
|
|
|
|
### Application Security
|
|
|
|
- Implement authentication b/w RTL server and browser
|