Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View a list of team members #8

Closed
3 tasks done
otech47 opened this issue Dec 13, 2018 · 1 comment
Closed
3 tasks done

View a list of team members #8

otech47 opened this issue Dec 13, 2018 · 1 comment
Assignees

Comments

@otech47
Copy link
Member

otech47 commented Dec 13, 2018

As a user, I want to see a list of all other team members so I can view their committed Setblocks and coordinate my availability with them

screen shot 2018-12-12 at 7 54 57 pm

  • Render list of team members hard-coded into the Redux statee as a constant (this will be fetched from a backend API, so putting it into the Redux state now will save time)
  • For the color bubble UI, either randomize or use the same color for all members, keep it simple for now
  • When a team member is clicked, then the app should push to /team/:teamMemberId (see View a team member's committed Setblocks #12 for further functionality)
FedeMadoery pushed a commit to FedeMadoery/setblocks that referenced this issue Dec 18, 2018
  SchedulePage is working for read only with mock data
  SideBar is working to nav between days
  TeamPage have a new look and feel
  NavLinkItems now are mark as selected if your are in '/team/somthing' or '/schedule/something'
  TeamMember colors is randomly generate, this will be changed soon
FedeMadoery pushed a commit to FedeMadoery/setblocks that referenced this issue Dec 19, 2018
  DayBlocks show a tiny setBlocks, with mock data for now
  SchedulePage show messsege when the user hasnt committed any setblock
  Some functions was renamed to better understand its functionality
FedeMadoery pushed a commit to FedeMadoery/setblocks that referenced this issue Jan 2, 2019
  Fixed color for circle in the ScheduleHeader
  Action to fech a teamMember by ID was added
  Now Redux managge the CurrentTeamMember and the SelectedDay
  GoToSchedule was moved to SideBar
  Similar Routes have diferents key to make re-mounte when navigate to this extencions
  Several unused constructors were removed
otech47 added a commit that referenced this issue Jan 3, 2019
@otech47
Copy link
Member Author

otech47 commented Jan 3, 2019

closed in #15

@otech47 otech47 closed this as completed Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants