As a user, I want to view any team member's committed Setblocks so that I can coordinate my availability with them
[x] When the user loads /team/:teamMemberId with a valid teamMemberId, then the TeamMemberPage should be rendered showing the setblocks committed by that user for the current week
[x] When the user loads /team/:teamMemberId with an invalid teamMemberId, then the app should pop the user back to the /team route
[x] When the sidebar showing days of the week is rendered, the tiny blocks next to each day should match up to the list rendered in the main panel
[x] When a day of the week is clicked, the main panel should change to show the committed Setblocks for that member on that day
[x] When a day of Setblocks is rendered for a user and that team member has not committed any Setblocks, then the user should see an empty state notice in the main panel "This user hasn't committed any Setblocks for this day"
As a user, I want to view any team member's committed Setblocks so that I can coordinate my availability with them
/team/:teamMemberId
with a validteamMemberId
, then the TeamMemberPage should be rendered showing the setblocks committed by that user for the current week/team/:teamMemberId
with an invalidteamMemberId
, then the app should pop the user back to the/team
route