COSC481W-2024Winter / ResoluteApp

A fitness tracking/logging application with social media aspects. The purpose of Resolute is to encourage users and their friends to be involved in each other's fitness endeavors through non-intrusive mobile notifications.
0 stars 1 forks source link

Removing friends #48

Closed kbedoway closed 8 months ago

kbedoway commented 8 months ago

User Story As a user, I would like to have the ability to remove friends so I can control who I want to share my fitness progress with.

Tasks

Acceptance Criteria

  1. If the user clicks a table row of the friends table, a remove option will show
  2. If the user clicks the remove option, the friend will be removed from the user's friends collection and the user will be removed from the friend's friends collection.