coracle/README.md

25 lines
1.1 KiB
Markdown
Raw Normal View History

2022-11-24 19:47:03 +00:00
Bugs
- [ ] Fix scrolling on note detail
2022-11-26 18:43:35 +00:00
- [ ] Ellipsize and hyperlink links
- [ ] Be sure to deduplicate all events if needed
2022-11-25 05:35:29 +00:00
- [ ] Format text with line breaks - pre, or split/br
2022-11-24 21:12:24 +00:00
- [ ] Remove dexie, or use it instead of localstorage for cached data
2022-11-25 05:35:29 +00:00
- [ ] rename /user to /users
- [ ] Memoize room list, currently every time the user switches chat rooms it pulls the full list
2022-11-24 21:12:24 +00:00
- [ ] Fix toast, it gets in the way. Make it smaller and dismissable.
2022-11-24 19:47:03 +00:00
Features
- [ ] Threads/social
2022-11-25 05:35:29 +00:00
- [ ] Followers
2022-11-24 19:47:03 +00:00
- [ ] Server discovery
- [ ] Favorite chat rooms
Nostr implementation comments
- [ ] It's impossible to get deletes for an event's replies/mentions in one query, since deletes can't tag anything other than what is to be deleted.
- [ ] Recursive queries are really painful, e.g. to get all notes for an account, you need to 1. get the account's notes, then get everything with those notes in their tags, then get deletions for those.
- [ ] The limit of 3 channels makes things difficult. I want to show a modal without losing all the state in the background. I am reserving one channel for one-off recursive queries.
2022-11-26 17:22:10 +00:00
- [ ] Why no spaces in names? Seems user hostile