-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add investment team members endpoints #295
Conversation
…estment-team-members
…estment-team-members
Codecov Report
@@ Coverage Diff @@
## develop #295 +/- ##
===========================================
+ Coverage 92.87% 92.94% +0.07%
===========================================
Files 63 63
Lines 2427 2466 +39
Branches 215 218 +3
===========================================
+ Hits 2254 2292 +38
- Misses 145 146 +1
Partials 28 28
Continue to review full report at Codecov.
|
@@ -4,7 +4,8 @@ | |||
|
|||
from datahub.investment.views import ( | |||
IProjectAuditViewSet, IProjectDocumentViewSet, IProjectRequirementsViewSet, | |||
IProjectTeamViewSet, IProjectUnifiedViewSet, IProjectValueViewSet, IProjectViewSet | |||
IProjectTeamMembersViewSet, IProjectTeamViewSet, IProjectUnifiedViewSet, IProjectValueViewSet, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is getting a bit convoluted, maybe a split?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be removing the old project, value, requirements and team endpoints once a new front-end release is done, so it'll be a lot tidier after that.
Also removes the reverse side of the archived_by relationship.