Skip to content

Commit 582e6b3

Browse files
committed
todo list
1 parent 67c72f3 commit 582e6b3

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

src/main.rs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
#![forbid(unsafe_code)]
22
// TODO
3-
// - [ ] create named topics manually
4-
// - [ ] terminology: id or topic?
3+
// - [x] terminology: id or topic? channel_name
54
// - [x] list topics
6-
// - [ ] take away ability to disable autovivify, make it the only way
5+
// - [x] take away ability to disable autovivify, make it the only way
76
// - [x] option to autovivify channels
8-
// - [x] option to autovivify pubsubs
97
// - [x] option on startup whether to allow autovivify or not
108
// - [x] update README for autovivify
119
// - [x] namespaces for channels, e.g., /channels/some_namespace/some_id
12-
// - [ ] namespaces for pubsub, e.g., /channels/some_namespace/some_id
13-
// - [ ] /c, /p shorthand endpoints for channels and pubsubs
10+
// - [ ] /c, /p shorthand endpoints for channels
1411
// - [x] modules
1512
// - [ ] reevalute API endpoints to be more RESTish
1613
// - [ ] GET only API for browser stuff

0 commit comments

Comments
 (0)