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

Add investment team members endpoints #295

Merged
merged 25 commits into from
Jul 12, 2017

Conversation

reupen
Copy link
Contributor

@reupen reupen commented Jul 11, 2017

Also removes the reverse side of the archived_by relationship.

reupen added 25 commits July 7, 2017 11:59
@reupen reupen requested review from canni and elcct July 11, 2017 13:26
@codecov-io
Copy link

Codecov Report

Merging #295 into develop will increase coverage by 0.07%.
The diff coverage is 97.95%.

Impacted file tree graph

@@             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
Impacted Files Coverage Δ
datahub/investment/urls.py 100% <100%> (ø) ⬆️
datahub/investment/serializers.py 99.09% <100%> (+0.06%) ⬆️
datahub/investment/admin.py 100% <100%> (ø) ⬆️
datahub/investment/views.py 94.11% <96.42%> (+0.69%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b8f867...e463e26. Read the comment docs.

@@ -4,7 +4,8 @@

from datahub.investment.views import (
IProjectAuditViewSet, IProjectDocumentViewSet, IProjectRequirementsViewSet,
IProjectTeamViewSet, IProjectUnifiedViewSet, IProjectValueViewSet, IProjectViewSet
IProjectTeamMembersViewSet, IProjectTeamViewSet, IProjectUnifiedViewSet, IProjectValueViewSet,
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@reupen reupen merged commit 8e3b8ee into develop Jul 12, 2017
@reupen reupen deleted the feature/DH-381-investment-team-members branch July 12, 2017 08:25
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

Successfully merging this pull request may close these issues.

4 participants