sameershaik-coder / SOD

StockODiary Website
Apache License 2.0
1 stars 11 forks source link

Add a feature to allow user to create, edit and delete RiskManagement and create, edit and delete Setup #4

Open sameershaik-coder opened 3 months ago

sameershaik-coder commented 3 months ago

Each user should be allowed to create, edit and delete RiskManagement: Risk Management Model has following fields: total_capital_amount[numeric field] total_risk_per_trade[This is % field, value must be between 1 to 100]

Create a page to allow user to perform CRUD on risk management

Each user should be allowed to create, edit and disable setup

Setup Model has following fields: name, riskmanagement [Foreign key of Risk Management model] user [foreign key to Django user]

Create a page to allow user to perform CRUD on setup

Jakub-Jelinek-git commented 3 months ago

yeah give me like a moth or so

sameershaik-coder commented 2 months ago

This task has no owner