keanacobarde / INDIVIDUAL-ASSIGNMENT-Team-Roster

0 stars 0 forks source link

ROUTING #8

Closed keanacobarde closed 1 year ago

keanacobarde commented 1 year ago

User Story

I, as the user, should be able to navigate to a 'TEAM' page and a 'Add a Member' page that will handle the viewing/editing of my team roster and the addition of a new member on my team.

Acceptance Criteria

AS PULLED FROM INSTRUCTIONS;

[Routing]
As an authenticated user, if I click the TEAM link in the navbar, I should navigate to '/team' and see an h1 tag that says 'Team'.
As an authenticated user, if I click the NEW link in the navbar, I should navigate to '/new' and see an h1 tag that says 'Add a Member'.

Dependencies

Having a solid understanding of #5 as well as the necessary authentication and test data concerns addressed is all that's needed for this task. This routing specifically is handled through the navbar which is a component that is already present within the template and only needs to be slightly styled.

Dev Notes

As listed in dependencies, this is mostly done, save for the needed components that will be introduced upon the implementation of these routes. The navbar may need to be slightly tweaked in order to match the planned styling of the website, though. That will be tracked by this ticket as well.