Skip to content

Add bank accounts modal and table #452

Open
@dahal

Description

@dahal

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 if primary is true, else Secondary. These primary/secondary should be rendered using Badge component. success for primary and info 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.

image

You can get to this page by going to Settings > Bank accounts after you login

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions