From adc99aceabc3f742a63cdb558865e51dc71093d5 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sat, 17 Nov 2018 12:21:54 -0500 Subject: [PATCH] Update Roadmap.md --- Roadmap.md | 55 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index a6ef0263..d696ebcc 100644 --- a/Roadmap.md +++ b/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 + +### 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 +### 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