Update the README a little bit

This commit is contained in:
Aleksei Voronov 2023-08-31 09:45:48 +02:00
parent e5b3db1470
commit e68fa95b97
1 changed files with 8 additions and 6 deletions

View File

@ -6,12 +6,14 @@ Heavily WIP. Doesn't work yet at all, but does read the stream of posts as they
## Roadmap ## Roadmap
- [x] Reading stream of posts from Bluesky - [x] Read stream of posts from Bluesky
- [ ] Storing posts and profiles in the database - [x] Store posts in the database
- [ ] Detecting the country of residence from profile information - [ ] Store user profiles in the database
- [ ] Serving the feed - [ ] Detect the country of residence from profile information
- [ ] Publishing the feed - [ ] Keep subscription state to not lose messages
- [ ] Handling deleting of posts - [ ] Serve the feed
- [ ] Publish the feed
- [ ] Handle deleting of posts
## Running ## Running