Bank account details for employee#430
Merged
supriya3105 merged 14 commits intodevelopfrom Jun 13, 2022
Merged
Conversation
ff72826 to
05bcc18
Compare
9f2a2cc to
9766922
Compare
Current Code Coverage Percent of this PR:89.12 %Files having coverage below 100%
|
87d6ad5 to
e9f83dc
Compare
Contributor
|
@apoorv1316 Please test this PR today . |
apoorv1316
approved these changes
Jun 10, 2022
rohitjoshixyz
approved these changes
Jun 13, 2022
| belongs_to :user | ||
| belongs_to :company | ||
|
|
||
| validates :user_id, uniqueness: { scope: :company_id } |
Contributor
|
@sudeeptarlekar Humble request to send smaller PRs going forward. 😄 |
Contributor
|
@sudeeptarlekar Overall the functionality looks good. Just one confirmation for the tab name. In the video you have added to the PR, the tab name is Billing. Expected name if Bank Account Details. |
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Contributor
|
@sudeeptarlekar Please resolve the conflicts and CI checks that are failing |
a8ba76c to
759def3
Compare
Contributor
Author
759def3 to
a9659c7
Compare
Signed-off-by: sudeeptarlekar <[email protected]>
a9659c7 to
4264c4a
Compare
vipulnsward
pushed a commit
that referenced
this pull request
Feb 15, 2026
* Added functionality for bank details Signed-off-by: sudeeptarlekar <[email protected]> * Added specs Signed-off-by: sudeeptarlekar <[email protected]> * Fixed loader and eslint issues Signed-off-by: sudeeptarlekar <[email protected]> * Refactored code Signed-off-by: sudeeptarlekar <[email protected]> * Added specs for wise controller Signed-off-by: sudeeptarlekar <[email protected]> * Added specs for recipients controller Signed-off-by: sudeeptarlekar <[email protected]> * Added spec for policy Signed-off-by: sudeeptarlekar <[email protected]> * Updated cassettes with production data Signed-off-by: sudeeptarlekar <[email protected]> * Added more specs Signed-off-by: sudeeptarlekar <[email protected]> * Updated env example file Signed-off-by: sudeeptarlekar <[email protected]> * Added VCR of production API for delete recipient Signed-off-by: sudeeptarlekar <[email protected]> * Updated ENV sample Signed-off-by: sudeeptarlekar <[email protected]> * Handled multiple API calls from index page Signed-off-by: sudeeptarlekar <[email protected]> * Change from billing to bank account details Signed-off-by: sudeeptarlekar <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Notion card
https://www.notion.so/saeloun/Front-end-Back-end-Bank-account-details-page-for-employees-e1a961ee6e9f4c13b2437742ffedd678
Summary
Added ability to all users to add bank details.
Preview
bank.detail.mp4
Type of change
How Has This Been Tested?
Tested on sandbox account
Checklist: