Dzani-Eterle / friend-scheduling-issues

1 stars 0 forks source link

Add friends-diagram-homework2 #12

Open ahodzicc opened 7 months ago

ahodzicc commented 7 months ago

Add friend diagram

ahodzicc commented 7 months ago

This is a sequence diagram for adding friends. It sends to the database the data of a friend, the user wants to add by pressing the "Add Friend" button. The database checks if that user is already on the friend list, and adds them if they're not. Once added, the "Add Friend" button is replaced with remove friend button.