issues
search
B2D-Ventures
/
b2d-ventures-backend
MIT License
0
stars
0
forks
source link
+ update_profile() + list_deals() + get_deal() + list_investments() + create_investment() + get_investment() + request_dataroom() + list_meetings() + request_meeting() + get_meeting()
#50
Open
Jwizzed
opened
3 months ago
Jwizzed
commented
3 months ago
Implement InvestorViewSet with get_profile method
Develop update_profile method in InvestorViewSet
Create list_deals method in InvestorViewSet
Implement get_deal method in InvestorViewSet
Develop list_investments method in InvestorViewSet
Create create_investment method in InvestorViewSet
Implement get_investment method in InvestorViewSet
Develop list_datarooms method in InvestorViewSet
Create access_dataroom method in InvestorViewSet
Implement list_meetings method in InvestorViewSet
Develop request_meeting method in InvestorViewSet
Create get_meeting method in InvestorViewSet
Implement update_meeting_status method in InvestorViewSet