Add a TODO list to notes

This commit is contained in:
Anthony Wang 2022-04-19 17:19:11 -05:00
parent 40f6ed2dd8
commit 2b44be9a17
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -60,3 +60,13 @@ How the federated following flow will work:
~~Basically, the second option is what we are probably going to do since it's also what Mastodon does. However, it's more complex and more work. Basically, let's say we have a repo on another instance. With this second option, we can actually render this remote repo on our currnet instance. Although repo federation is more complex than federated following and not something I want to delve into currently, it's helpful to consider hypothetically how this might work. (Yeah I should probably reread the ForgeFed spec before rambling about this)~~
Sorry, ignore the above. I'm reading the ForgeFed spec and it's pretty clear we will have to go with the second option and actually render remote users and repos. Well this is going to be a lot more UI work than I'm comfortable with... (I'm a backend person, OK?)
### TODO
- Code cleanup and error handling
- Webfinger
- Remote user handling in the database
- Add tables for the inbox/outbox
- Create API endpoints for returing the follower/following OrderedCollections
- Render remote user in UI
- Popup box in UI for redirecting to your instance