summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md24
-rw-r--r--todo.org28
2 files changed, 28 insertions, 24 deletions
diff --git a/readme.md b/readme.md
index b9797c0..5a053e2 100644
--- a/readme.md
+++ b/readme.md
@@ -83,30 +83,6 @@ system works as follows:
| `SPC C-c` | End all tracks |
| `C-v`\* | Paste image in chat (does not require chat to be shown) |
-## Todo-List
-
-- Make the optional streams UI prettier
-- Maybe group tracks in streams to make sure everything is in sync
-- How do we implement global hotkeys?
-- Dont use websocket to send images to not block anything else
-- File transfers via data channel (rift)
-- Native client
-- Have a security professional look at the code
-- Test some options like `camera_facing_mode`
-- Signing key for each user
- - Built-in storage for known keys
-- Relay RTC when there are a lot of clients
-- Prevent join notification bypass by not identifying
-- Tray icon for native
-- Pin js by bookmarking data:text/html loader page
-- add "contributing" stuff to readme
-- download files in a streaming manner.
- - workaround using service worker
-- service worker to implement manual updates
-- open chat links in a new tab
-- increase message size again when https://github.com/webrtc-rs/webrtc/pull/304
- is resolved
-
## Parameters
Some configuration parameters can be added like query params but **after** the
diff --git a/todo.org b/todo.org
new file mode 100644
index 0000000..4c5ae2a
--- /dev/null
+++ b/todo.org
@@ -0,0 +1,28 @@
+#+TITLE: keks-meet todo list
+#+AUTHOR: metamuffin
+#+TODO: TODO PAUSED ABANDONED | DONE
+
+
+* client-web
+** Make the optional streams UI prettier
+** Maybe group tracks in streams to make sure everything is in sync
+** How do we implement global hotkeys?
+** Dont use websocket to send images to not block anything else
+** File transfers via data channel (rift)
+** Native client
+** Have a security professional look at the code
+** Test some options like `camera_facing_mode`
+** Signing key for each user
+*** Built-in storage for known keys
+** Relay RTC when there are a lot of clients
+** Prevent join notification bypass by not identifying
+** Tray icon for native
+** Pin js by bookmarking data:text/html loader page
+** add "contributing" stuff to readme
+** download files in a streaming manner.
+*** workaround using service worker
+** service worker to implement manual updates
+** open chat links in a new tab
+** increase message size again when https://github.com/webrtc-rs/webrtc/pull/304 is resolved
+
+