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.
User Story
As a user, I would like to be able to view my current friends list so that I can see who I am able to interact with and stay up to date with their fitness progress.
Persona: June, a new mom and a new user who wants to connect with friends
Feature: Viewing current friends list
Business Value: Users have the ability to view their current friends
Tasks
[x] Function to retrieve data from user's friends collection in Firestore
[x] Table to display user's current friends with column for username
[x] Table fills with data from user's friends collection
Acceptance Criteria
If the user has any current friends, they will be displayed in the table
If the user does not have any current friends, nothing will be displayed in the table
User Story As a user, I would like to be able to view my current friends list so that I can see who I am able to interact with and stay up to date with their fitness progress.
Tasks
Acceptance Criteria