-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
42 lines (31 loc) · 1.13 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
A user should be able to:
- sign up with his information (name, email, password, gender, dob)
- use the website only if he is logged in
- change only his information and *not* others information
- edit his profile (name, picture)
- view other profiles
- deactivate their accounts
- show his present location/ip for authentication
- block users/content
- should be able to customize home page (chane colors and stuff)
- create/edit/remove posts by himself
- share videos/urls from youtube or external sources
- comment on others or his own posts
- upload pictures or videos
- comment on pictures or videos
- send a "friend request"
- if a user approves this request he should be added to the friend network
- send friend suggestions
- network of friends
- should see activities of his friends
- chat with friends
- show chat history
- play games
- search
- for friends (with email, name)
- create/manage groups
- should be able to conduct events
- send messages
- poke someone
- change privacy settings (this should control how information is exposed)
An administrator should be able to: