horvathmarton / stock-buddy-dashboard

Web app for the Stock Buddy portfolio monitoring platform.
MIT License
0 stars 0 forks source link

Create and edit stock transaction flow #37

Closed horvathmarton closed 2 years ago

horvathmarton commented 2 years ago

Description

We need a way for the user to create, edit and delete stock transactions on their own portfolios.

Technical details

horvathmarton commented 2 years ago

With the current API, we couldn't create a transaction edit and delete flow, because we don't send any transaction info (just a summary). At the moment we leave it as is, but we should open a new issue that requires both BE and FE work, so the user could edit and delete stock transactions.