Ride-The-Lightning-RTL/Roadmap.md

76 lines
1.6 KiB
Markdown
Raw Normal View History

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