-
Notifications
You must be signed in to change notification settings - Fork 3
Can Do
KexunNiu edited this page Oct 20, 2022
·
16 revisions
Progress: 0/27## As an Author: ```diff
-
- I want to make public posts.
-
- I want to edit public posts.
-
- posts I create can link to images.
-
- posts I create can be images.
-
- posts I create can be private to another author
-
- posts I create can be private to my friends
-
- I can share other author’s public posts
-
- I can re-share other author’s friend posts to my friends
-
- posts I make can be in simple plain text
-
- I want to delete my own public posts.
-
- I want to befriend local authors
-
- I want to feel safe about sharing images and posts with my friends – images shared to friends should only be visible to friends. [public images are public]
-
- comments on friend posts are private only to me the original author.
-
- I want to be able to use my web-browser to manage my profile
-
- I want to be able to use my web-browser to manage/author my posts
-
- other authors cannot modify my public post
-
- other authors cannot modify my shared to friends post.
-
- I want to comment on posts that I can access
-
- I want to like posts that I can access
-
- my server will know about my friends
-
- When I befriend someone (they accept my friend request) I follow them, only when the other author befriends me do I count as a real friend – a bi- directional follow is a true friend.
-
- I want to know if I have friend requests.
-
- I should be able to browse the public posts of everyone
## As a server admin:
```diff
- #### .
- * As a server admin, images can be hosted on my server.
- * As a server admin, I want to host multiple authors on my server
- * As a server admin, I want to be able add, modify, and remove authors.