user to user - Preethi-Ayyamperumal/Ayyamperumal-Preethi-webdev-project GitHub Wiki
Use Case 1: Customer can follow other customers
steps
- user logs in as 'alice'
- alice clicks 'Profile' link in home page
- alice clicks 'Following' link in profile page
- alice's followers will be listed (ex. ed)
- alice can search for new users to follow by clicking 'search' glyphicon on top right of 'Following' page (ex add 'frank')
- alice can choose to unfollow any user at a later time
- user logs in as 'ed'
- ed clicks 'Profile' link on his home page
- ed clicks 'Followers' link in profile page
- ed should see 'alice','frank' in his 'Followers' page
Use Case 2: Customer can send and receive message, to managers
steps
- bob and ivan are existing managers
- alice, frank, ed and greg are existing customers
- alice logs in
- Click 'Profile' link in Home page
- click 'Message Center' link in 'Profile' page
- click 'Plus' glyphicon on top right
- alice can choose a category and send a message
- bob or ivan logs in
- click 'Mail' link in Home page
- bob and frank sees alice's message in inbox
- bob and frank can reply to alice's message
- alice log in
- Click 'Profile' link in Home page
- click 'Message Center' link in 'Profile' page
- alice can see bob/frank's message in inbox