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
- [x] Reading stream of posts from Bluesky
- [ ] Storing posts and profiles in the database
- [ ] Detecting the country of residence from profile information
- [ ] Serving the feed
- [ ] Publishing the feed
- [ ] Handling deleting of posts
- [x] Read stream of posts from Bluesky
- [x] Store posts in the database
- [ ] Store user profiles in the database
- [ ] Detect the country of residence from profile information
- [ ] Keep subscription state to not lose messages
- [ ] Serve the feed
- [ ] Publish the feed
- [ ] Handle deleting of posts
## Running