summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Federated-starring.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/Federated-starring.md b/Federated-starring.md
index 571ffa4..27a2766 100644
--- a/Federated-starring.md
+++ b/Federated-starring.md
@@ -1,12 +1,11 @@
Federated starring is very similar to federated following but requires the database to store remote repos in some way. It uses the ActivityPub `Like` activity and the `liked` collection.
-### TODO
+We also need to implement ForgeFed ourselves since it is not included in go-ap.
-In addition to the federated following stuff:
+### TODO
-- Handle remote repos in the database
-- Create actor endpoint for repos (similar to what we have right now for users)
-- Add table for `liked` collection
-- API endpoints for returning `liked` collection
-- Implement function for fetching `liked` items and returing a collection
-- Function for handling `Like` activities for the inbox \ No newline at end of file
+- [ ] Handle remote repos in the database
+- [X] Create actor endpoint for repos (similar to what we have right now for users)
+- [X] API endpoints for returning `liked` collection
+- [ ] Implement function for fetching `liked` items and returing a collection
+- [ ] Function for handling `Like` activities for the inbox \ No newline at end of file