I, as the user, should be able to read the members of the team whenever I select the 'TEAM' link within the navbar.
Acceptance Criteria
AS STATED WITHIN INSTRUCTIONS
[READ Members]
As an authenticated user, I should be able to see the Team view with all the members I have created.
As an authenticated user I should not be able to see members that were created by another user.
BECAUSE DELETE IS A SEGMENT OF THE MEMBERCARD.JS SECTION
[DELETE Members]
As an authenticated user, I should see a delete button on each member.
As an authenticated user, when I click a delete button that member should be removed from firebase and the Team view should update.
User Story
I, as the user, should be able to read the members of the team whenever I select the 'TEAM' link within the navbar.
Acceptance Criteria
AS STATED WITHIN INSTRUCTIONS
BECAUSE DELETE IS A SEGMENT OF THE MEMBERCARD.JS SECTION
Dependecies
https://github.com/keanacobarde/INDIVIDUAL-ASSIGNMENT-Team-Roster/issues/5 - a solid understanding of the components that are needed for the completion of this issue is needed, as well as the dependencies of that issue.
https://github.com/keanacobarde/INDIVIDUAL-ASSIGNMENT-Team-Roster/issues/6 - This is an important implementation. These functions are dependent on correctly sending GET requests to the database.
Creating user specific data is also needed to ensure that this feature is fully functional.
Dev Notes
EXAMPLES FROM SIMPLY BOOKS
READING AUTHOR CARDS
AUTHOR CARD COMPONENTS
'DELETE' - SEEN IN THE AUTHORCARD.JS COMPONENT