Skip to content

Commit

Permalink
Merge branch 'main' of github.com:uofa-cmput404/uofa-cmput404.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelybell committed Dec 2, 2024
2 parents 0c73457 + 36b359c commit 3e1ab52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/general/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Posts, likes, comments, posts, are all sent to the inboxes of the authors that s
* As an author, I want to be able to approve or deny other authors following me, so that I don't get followed by people I don't like.
* As an author, I want to know if I have "follow requests," so I can approve them.
* As an author, I want to unfollow authors I am following, so that I don't have to see their posts anymore.
* As an author, if I am following another author, and they are following me, I want us to be considered friends, so that they can see my friends-only posts.
* As an author, if I am following another author, and they are following me (only after both follow requests are approved), I want us to be considered friends, so that they can see my friends-only posts.
* As an author, I want to unfriend other authors by unfollowing them, so that they can no longer see my friends-only posts.
* As an author, my node will know about my followers, who I am following, and my friends, so that I don't have to keep track of it myself.
* Comments/Likes
Expand Down Expand Up @@ -896,8 +896,8 @@ Hint: In Django, set `unique=True` on the field. Then use `models.ForeignKey` wi
},
// ISO 8601 TIMESTAMP
"published":"2015-03-09T13:07:04+00:00",
// ID of the Comment (UUID)
"id":"http://nodeaaaa/api/authors/111/liked/166",
// ID of the Comment (UUID)
"object": "http://nodebbbb/api/authors/222/posts/249"
}
```
Expand Down

0 comments on commit 3e1ab52

Please sign in to comment.