Includes some basic angular scaffolding, and a couple of initial controllers:
to show crude profile information of logged-in user.
to show teams and projects for logged-in user
In order to accomplish the latter I've added ownership filters to existing viewsets that showed teams and projects. I reviewed failing tests to use a token in order to bypass ownership checks.
This may complete task http://txels.tpondemand.com/entity/289 which is the last remaining task in the initial setup story, plus a little more.
Includes some basic angular scaffolding, and a couple of initial controllers:
In order to accomplish the latter I've added ownership filters to existing viewsets that showed teams and projects. I reviewed failing tests to use a token in order to bypass ownership checks.