RAF-SI-2023 / Banka-1-Frontend

0 stars 13 forks source link

F3 - Subsequent addition of a consumer account #55

Open milando12 opened 7 months ago

RadenkovicZarko commented 7 months ago

The pop-up window that opens when clicking on the "add new bank account" button sends an API request to the backend, where a request is made to create a new bank account for the user currently displayed.

jovanoski1 commented 7 months ago

New Bank Account popup is done. Needs refactoring for use case: view customer -> new bank account. Currently works with customerForCreation: CreateCustomerRequest object, its created and stored in service when customer and bank account are created at the same time.