From c6edc0442806a1de5e2f72eac86b22f530250fbc Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Thu, 24 Jun 2010 15:57:02 +0200 Subject: [PATCH] More realistic TODO list Expand the TODO list with more tasks along with their priorities and complexity. A more detailed task description is still missing. --- TODO | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 124 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 7d92330..a5eafda 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,129 @@ +Background +========== - o Support for WPS based WiFi authentication +- Priority scale: High, Medium and Low - Newer versions of wpa_supplicant contain support for WPS. For full - integration of WPS support, the agent concept needs to be extended. +- Complexity scale: C1, C2, C4 and C8. + The complexity scale is exponential, with complexity 1 being the + lowest complexity. Complexity is a function of both task 'complexity' + and task 'scope'. - o Support for interface statistics +Core +==== - Information about carrier speed etc. should be exported. +- connman_element removal + Priority: Low + Complexity: C8 + + +- DHCP lib + + Priority: High + Complexity: C8 + Owner: Martin Xu + + +- IPv6 + + Priority: High + Complexity: C4 + Dependencies: Core:DHCP Lib + Owner: Martin Xu + + +- On demand connection + + Priority: Medium + Complexity: C4 + Owner: Samuel Ortiz + + +- Avahi-zeroconf + + Priority: Medium + Complexity: C4 + + +- OpenVPN + + Priority: Low + Complexity: C2 + + +- VPNc + + Priority: Low + Complexity: C2 + + +- Tethering + + Priority: Medium + Complexity: C8 + + +- WAPD - Web Proxy Autodiscovery Protocol + + Priority: Medium + Complexity: C2 + Dependencies: Core:HTTP proxy + + +- Agent callbacks + + Priority: Medium + Complexity: C2 + + +- HTTP proxy + + Priority: Medium + Complexity: C1 + + + + +WiFi +==== + +- WPS + + Priority: Low + Complexity: C2 + Dependencies: Core:Agent callbacks + + +- Ad-Hoc support + + Priority: Medium + Complexity: C2 + Dependencies: Core:Avahi-zeroconf + + +- libsupplicant + + Priority: Medium + Complexity: C4 + Owner: Samuel Ortiz + +- Fast Connect + + Priority: Low + Complexity: C4 + Dependencies: WiFi:libsupplicant + Owner: Samuel Ortiz + +- TTLS EAP support + + Priority: Low + Complexity: C2 + + +Bluetooth +========= + +- DUN client + + Priority: Low + Complexity: C4 -- 2.7.4