Adapt backlog packages according to feedback

This commit is contained in:
davegson 2020-08-20 15:04:39 +02:00
parent 8a36878872
commit fb87534e45

View file

@ -37,6 +37,7 @@ cards:
- title: Stabilize the Network - title: Stabilize the Network
description: description:
- After v0.1, focus on stabilizing the typical issues that arise with early software. Fix bugs, improve performance & stability. - After v0.1, focus on stabilizing the typical issues that arise with early software. Fix bugs, improve performance & stability.
- Detect failures in the network and react accordingly.
- Deliver to more and more pre-orders as the network's matures. - Deliver to more and more pre-orders as the network's matures.
projects: projects:
- SPN - SPN
@ -46,10 +47,6 @@ cards:
- "Disclaimer: this does not yet include compensation, which is tackled in its own project" - "Disclaimer: this does not yet include compensation, which is tackled in its own project"
projects: projects:
- SPN - SPN
- title: Routing Optimization
description: TODO
projects:
- SPN
- title: Connection Resiliance & Stability - title: Connection Resiliance & Stability
description: description:
- Insert more resilience into SPN connections, so that even when your Internet goes down for a bit or a used node fails, the Portmaster will still be able to revive and continue your connection as if nothing happened. - Insert more resilience into SPN connections, so that even when your Internet goes down for a bit or a used node fails, the Portmaster will still be able to revive and continue your connection as if nothing happened.
@ -71,7 +68,7 @@ cards:
- Block known services that want to snoop your IP address. - Block known services that want to snoop your IP address.
- Also actively inspect SSDP, UPnP, Bonjour/Zeroconf and TURN in order to stop them from leaking your IP address. - Also actively inspect SSDP, UPnP, Bonjour/Zeroconf and TURN in order to stop them from leaking your IP address.
projects: projects:
- SPN - Portmaster
- title: CLI Client - title: CLI Client
description: description:
- Create a command line tool which provides the same features as the graphical user interface. - Create a command line tool which provides the same features as the graphical user interface.