Browse Source

Update known issues

Baptiste Jonglez 10 years ago
parent
commit
da94de5a85
1 changed files with 4 additions and 2 deletions
  1. 4 2
      templates/dev.html

+ 4 - 2
templates/dev.html

@@ -11,13 +11,15 @@
 <p>
 Current limitations:
   <ol>
-    <li>The API is not documented (just look at the code)</li>
+    <li>The API is not documented (just look at the code for now)</li>
+    <li>Participants can't update their details, they have to ask for an admin to edit</li>
+    <li>The script for participating to measurements is downright ugly</li>
   </ol>
 Unavoidable facts that cannot be fixed:
   <ol>
     <li>Latency measured today might be meaningless tomorrow, as routing
     on the Internet is always changing</li>
-    <li>Low latency does not guarantee high throughput</li>
+    <li>Low latency does not guarantee high throughput or low packet loss</li>
   </ol>
 </p>