2024-05-21 20:54:23 +02:00
|
|
|
|
|
|
|
# TODO
|
|
|
|
|
|
|
|
- [ ] Message List
|
|
|
|
* [ ] CRUD
|
|
|
|
- [ ] Message Big-View
|
|
|
|
- [ ] Search/Filter Messages
|
|
|
|
- [ ] Channel List
|
|
|
|
* [ ] Show subs
|
|
|
|
* [ ] CRUD
|
2024-05-31 23:56:16 +02:00
|
|
|
* [ ] what about unsubbed foreign channels? - thex should still be visible (or should they, do i still get the messages?)
|
2024-05-21 20:54:23 +02:00
|
|
|
- [ ] Sub List
|
|
|
|
* [ ] Sub/Unsub/Accept/Deny
|
|
|
|
- [ ] Debug List (Show logs, requests)
|
|
|
|
- [ ] Key List
|
|
|
|
* [ ] CRUD
|
2024-05-31 23:56:16 +02:00
|
|
|
- [ ] Auto R-only key for admin, use for QR+link+send
|
2024-05-21 20:54:23 +02:00
|
|
|
- [ ] settings
|
|
|
|
- [ ] notifications
|
|
|
|
- [ ] push navigation stack
|
2024-05-31 23:56:16 +02:00
|
|
|
- [ ] read + migrate old SharedPrefs (or not? - who uses SCN even??)
|
2024-05-21 20:54:23 +02:00
|
|
|
- [ ] Account-Page
|
|
|
|
- [ ] Logout
|
|
|
|
- [ ] Send-page
|
|
|
|
|
2024-05-31 23:56:16 +02:00
|
|
|
|
|
|
|
-----
|
|
|
|
|
|
|
|
- [ ] Switch server to sq style from faby
|
|
|
|
- [ ] switch from mattn to go-sqlite
|
|
|
|
- [ ] Single struct for model/db/json
|
|
|
|
- [ ] use sq.Query | sq.Update | sq.InsertAndQuery | ....
|
|
|
|
- [ ] sq.DBOptions - enable CommentTrimmer and DefaultConverter
|
2024-06-01 01:01:58 +02:00
|
|
|
- [ ] run unit-tests...
|
2024-06-01 15:37:59 +02:00
|
|
|
- [ ] Copy db.Migrate code
|
|
|
|
|
|
|
|
- [ ] Disable compat | remove code
|
|
|
|
- [x] compat message title
|
2024-06-03 17:58:55 +02:00
|
|
|
- [ ] ...
|
|
|
|
- [ ] RWLock directly in go - prevent/reduce db-locked exception
|