Ni3verma / Safe-Box

A secure app to store private data.
MIT License
3 stars 5 forks source link

Add new functionality to add new bank account data #12

Closed Ni3verma closed 3 years ago

Ni3verma commented 3 years ago

On the home page when user clicks on "Bank account", image

get required details from user and store in db.

This feature will be very similar to feature implemented in "feature/add new login data" branch #11

what you will learn

fields to show in UI (* are mandatory):

  1. title *
  2. account number *
  3. customer name
  4. customer Id *
  5. branch code
  6. branch name
  7. branch address
  8. IFSC code *
  9. MICR code
  10. Notes

fields to add in new DB table

  1. key (autogenerated)*
  2. account number *
  3. customer name
  4. customer Id *
  5. branch code
  6. branch name
  7. branch address
  8. IFSC code *
  9. MICR code
  10. Notes
  11. title*
  12. creationDate*
  13. updateDate*
kunchammahajan commented 3 years ago

Hi Nitin , I want to work on this issue