mcgovern-campbell-technologies / tbd

0 stars 3 forks source link

TeamManager changes #92

Closed Luke-Wilson closed 6 years ago

Luke-Wilson commented 6 years ago

This PR adds the ability to create a team and add it to a project, give it start and end dates. This PR also adds some changes to the API methods for teams: getTeam now returns not only the team node, but project node connected to the team, and in turn the location node connected to the project. These details are rendered in the TeamSummaryBox component. (There are still a couple of minor bugs, but thought I'd get this PR through before it gets too big.)

Partly resolves #73