Diagrams - kwo20/Group1 GitHub Wiki

This page is dedicated to containing our diagrams for our user stories.

Class diagrams

User

userclass

Post

postclass

Sequence Diagrams

User story 1: Create Account

This is creating an account.

createaccount

This is logging in.

login

User story 2: Creating a Post

userstory2 sequence

User story 3: Adding a Friend

userstory3 sequence

User story 4:Interacting with Posts

This is commenting on a post.

userstory4 comment sequence

This is liking a post.

userstory4 sequence

This is sharing a post.

userstory4 share sequence

User story 5: Searching for Friends

userstory5 sequence

User story 6:Editing a Post

This is editing a post.

userstory6 edit sequence

This is deleting a post.

userstory6 delete sequence