Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new functionality to add new bank account data #12

Closed
Ni3verma opened this issue Jun 22, 2021 · 1 comment · Fixed by #24
Closed

Add new functionality to add new bank account data #12

Ni3verma opened this issue Jun 22, 2021 · 1 comment · Fixed by #24
Assignees
Labels
enhancement Enhancing existing functionality help wanted Extra attention is needed

Comments

@Ni3verma
Copy link
Owner

Ni3verma commented Jun 22, 2021

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

  • Using Room db
  • making a whole new screen with viewmodels,repo,fragment all in MVVM pattern
  • using Hilt to manage dependency for this new feature
  • using coroutines
  • live data and data binding
  • .. more

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*
@Ni3verma Ni3verma added enhancement Enhancing existing functionality help wanted Extra attention is needed good first issue Good for newcomers and removed good first issue Good for newcomers labels Jun 22, 2021
@kunchammahajan
Copy link
Contributor

Hi Nitin , I want to work on this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancing existing functionality help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants