From ffccdc40fec4890346d3117b23f1beb85946f6af Mon Sep 17 00:00:00 2001 From: Aleksei Voronov Date: Sat, 23 Sep 2023 20:42:35 +0200 Subject: [PATCH] Update the roadmap a little bit to mention everything that's needed to get to v1 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7b3da7..b3d5335 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,12 @@ Heavily WIP. Doesn't work yet at all, but does read the stream of posts as they - [x] Detect the country of residence from profile information - [x] Keep subscription state to not lose messages - [x] Serve the feed -- [ ] Publish the feed - [x] Handle deleting of posts +- [ ] Handle errors in the web service gracefully +- [ ] Handle missing profiles in the profile classifier +- [ ] Add a way to mark a profile as being from a certain country manually +- [ ] Handle reconnecting to websocket somehow +- [ ] Publish the feed ## Configuration