Open
Description
We currently have placeholder modal for bank accounts, we need to complete this feature. Completing this feature means:-
- Complete the
Add bank account
modal - Render current bank accounts on a table
- Table will have these columns, with following headers
-
Bank name
-
Account number
-
Empty header, but rows should render
Primary
ifprimary
istrue
, elseSecondary
. These primary/secondary should be rendered usingBadge
component.success
for primary andinfo
for secondary -
Actions, with drop down actions (similar to API Key table)
- Edit, this will render the same modal, with pre filled data which will allow users to update existing bank account information.
- Delete (self-explainatory) complete the flow by completing the trpc delete request.
-
You can get to this page by going to Settings > Bank accounts
after you login