mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2025-02-21 14:04:18 +01:00
Update Roadmap.md
This commit is contained in:
parent
3f8bc7c14c
commit
adc99aceab
1 changed files with 27 additions and 28 deletions
55
Roadmap.md
55
Roadmap.md
|
@ -1,13 +1,13 @@
|
|||
[ [Intro](README.md) ] -- [ [Application Features](Application_features.md) ] -- [ **[Road Map]** ]
|
||||
|
||||
# Product Roadmap for RTL Application
|
||||
## Product Roadmap for RTL Application
|
||||
|
||||
## Version 0.0.1-alpha (Minimum Viable Product)
|
||||
### Version 0.0.1-alpha (Minimum Viable Product)
|
||||
|
||||
### Start
|
||||
#### Start
|
||||
- Unlock Wallet
|
||||
|
||||
### Home Page
|
||||
#### Home Page
|
||||
- Wallet Balance
|
||||
- Peer Count
|
||||
- Active Channels
|
||||
|
@ -15,61 +15,60 @@
|
|||
- Chain Sync Status
|
||||
- Fee Report
|
||||
|
||||
### Peer Management
|
||||
#### Peer Management
|
||||
- Listing of Connected Peers
|
||||
- Initiate Connection with peers with the public key
|
||||
|
||||
### Channel Management
|
||||
#### Channel Management
|
||||
- Status of Channels (Active, Inactive, Pending)
|
||||
- Listing of Channels
|
||||
- Open Channel with connected peers
|
||||
|
||||
## Version 0.0.2-alpha
|
||||
### Home Page
|
||||
### Version 0.0.2-alpha
|
||||
#### Home Page
|
||||
- Network Information
|
||||
|
||||
### LN Wallet
|
||||
#### LN Wallet
|
||||
- Generate pub key to recieve Bitcoin
|
||||
- Send Bitcoin to an address
|
||||
|
||||
### Payments
|
||||
#### Payments
|
||||
- Decode payment request
|
||||
- Send payment
|
||||
- List payments
|
||||
|
||||
## Version 0.0.3-alpha
|
||||
### Version 0.0.3-alpha
|
||||
### UI Theme refresh
|
||||
- Refresh the UI with a customized RTL theme
|
||||
#### Channel Management
|
||||
- Channel Detail - Bi-Directional channel balance view
|
||||
- Close Channel
|
||||
|
||||
## Feature Backlog
|
||||
### Peers
|
||||
### Version 0.0.4-alpha
|
||||
#### Describe Graph
|
||||
- Create a graphical view of the LN network from the node data
|
||||
#### Channels
|
||||
- Add alias to channel list
|
||||
|
||||
### Feature Backlog
|
||||
#### Peers
|
||||
- Add alias identifier for peers
|
||||
- Connect peer with Pub key (w/o IP address)
|
||||
- Disconnect Peer
|
||||
|
||||
### Channels
|
||||
- Add alias to channel list
|
||||
|
||||
### Start
|
||||
#### Start
|
||||
- Create Wallet
|
||||
|
||||
### Describe Graph
|
||||
- Create a graphical view of the LN network from the node data
|
||||
|
||||
### LN Wallet
|
||||
#### LN Wallet
|
||||
- List chain transactions
|
||||
|
||||
### Channel Management
|
||||
- Channel Detail - Bi-Directional channel balance view
|
||||
- Close Channel
|
||||
|
||||
### Globalization
|
||||
#### Globalization
|
||||
- Allow for Language customization
|
||||
|
||||
### Application Security
|
||||
#### Application Security
|
||||
- Implement authentication b/w RTL server and browser
|
||||
|
||||
### Invoice Management
|
||||
#### Invoice Management
|
||||
- Add Invoice
|
||||
- List Invoice
|
||||
- Lookup Invoice
|
||||
|
|
Loading…
Add table
Reference in a new issue