add pointers to possible sensors to the TODO, rename third module to 'Other' and...
authorRobert Kaiser <robert@widebook.box.kairo.at>
Sat, 8 Dec 2012 13:22:23 +0000 (14:22 +0100)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Sat, 8 Dec 2012 13:22:23 +0000 (14:22 +0100)
TODO
index.html
style/tricorder.css

diff --git a/TODO b/TODO
index b8320302884be2c40fe8f60c110d86d93019e3d6..79fe413c4ef20604f71070949964dcdb8de86f56 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,18 @@
 Tasks to complete for Web Tricorder:
 
-* Make more sensors work
+* Make more sensors work - see https://wiki.mozilla.org/WebAPI
+** Networks (probably need ceritified app!)
+*** Current connection: http://dvcs.w3.org/hg/dap/raw-file/tip/network-api/Overview.html
+*** Mobile Networks: https://wiki.mozilla.org/WebAPI/WebMobileConnection
+*** WiFi Networks: http://groups.google.com/group/mozilla.dev.webapi/browse_thread/thread/ed980c42261c5f4a
+*** Nearby Bluetooth devices: https://wiki.mozilla.org/WebAPI/WebBluetooth
+** Device properties:
+*** Battery Status: http://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html
+*** Storage: https://github.com/mozilla-b2g/gaia/blob/master/apps/settings/js/app_storage.js
+** Environment:
+*** Ambient Light: http://www.w3.org/TR/ambient-light/
+*** Proximity: http://www.w3.org/TR/2012/WD-proximity-20120712/
+** Audio / Video analysis
+*** histograms, etc.
+*** via WebRTC: https://wiki.mozilla.org/Platform/Features/VideoConferencing
 * Make output more beautiful
index c60dfd3fe2d1e1f438e23fd08550839717f3c613..fe7b499d54441c260a6069bb8d960ee985a551ad 100644 (file)
@@ -34,7 +34,7 @@
 <ul id="navlist">
 <li id="navPos" onclick="switchModule('Pos');">Position</li>
 <li id="navGrav" onclick="switchModule('Grav');">Gravity</li>
-<li id="navAcou" onclick="switchModule('Acou');">Acoustics</li>
+<li id="navOther" onclick="switchModule('Other');">Other</li>
 </ul>
 </div>
 
@@ -94,10 +94,10 @@ a better device.
 </div>
 </section>
 
-<section id="sectAcou">
-<p>This tricorder model doesn't have an acoustics sensors yet, please contact
-the Starfleet science department if you want to help developing this for future
-models.</p>
+<section id="sectOther">
+<p>This tricorder model doesn't have other sensors yet, please contact
+the <a href="http://www.kairo.at/apps">Starfleet science department</a>
+if you want to help developing this for future models.</p>
 </section>
 </div>
 
index f62348df95b88c57ab2a1b0a9aa576887979a74a..7f37659a1fea9b6f0f6cb0372e70b85a8d8b2950 100644 (file)
@@ -84,7 +84,7 @@ a:hover, a:active { color: #FFCF00; }
   border-radius: 0px 0px 0px 15px;
 }
 #sideSepBottom {
-  background-color: #008484;
+  background-color: #6080F0;
   width: 90px;
   height: 50px;
   margin-bottom: 3px;
@@ -141,7 +141,7 @@ a:hover, a:active { color: #FFCF00; }
   background-color: #C09070;
   color: #000000;
 }
-#navAcou {
+#navOther {
   background-color: #6000CF;
   color: #000000;
 }