Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

[Domain] Build AccountBalanceUseCase #3418

Merged
merged 29 commits into from
Aug 26, 2024

Conversation

rodrigoliveirac
Copy link
Contributor

Pull request (PR) checklist

Please check if your pull request fulfills the following requirements:

  • I've read the Contribution Guidelines and my PR doesn't break the rules.
  • I've read and understand the Developer Guidelines.
  • I confirm that I've run the code locally and everything works as expected.
  • My PR includes only the necessary changes to fix the issue (i.e., no unnecessary files or lines of code are changed).
  • 🎬 I've attached a screen recording of using the new code to the next paragraph (if applicable).

What's changed?

Describe with a few bullets what's new:

  • I've implemented the methods of AccountBalanceUseCase

Does this PR close any GitHub issues? (do not delete)

Troubleshooting GitHub Actions (CI) failures ❌

Pull request checks failing? Read our CI Troubleshooting guide.

@rodrigoliveirac rodrigoliveirac changed the title [Domain] Build AccountBalanceUseCase #3143 [Domain] Build AccountBalanceUseCase Aug 21, 2024
Copy link
Collaborator

@ILIYANGERMANOV ILIYANGERMANOV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found some issues with the logic + crashes. The code can be also be simplified a bit

@ILIYANGERMANOV ILIYANGERMANOV added the requested changes Changes are needed. Please, apply them label Aug 21, 2024
@ILIYANGERMANOV
Copy link
Collaborator

Hey @rodrigoliveirac sorry for all the comments and nitpicking! It's just a core API that we'll use a lot and I want us to make it as simple and elegant as possible 🙌 Btw, great progress - I like the new builder + naming!

@rodrigoliveirac
Copy link
Contributor Author

Hey @rodrigoliveirac sorry for all the comments and nitpicking! It's just a core API that we'll use a lot and I want us to make it as simple and elegant as possible 🙌 Btw, great progress - I like the new builder + naming!

No need to apologize! I definitely understand the importance of that. I'm enjoying the opportunity to grow with this. Thank you for all!

Copy link
Collaborator

@ILIYANGERMANOV ILIYANGERMANOV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rodrigoliveirac let's merge this one and you can build on top of it in a follow-up PR 🚀

@ILIYANGERMANOV ILIYANGERMANOV merged commit 2db1bdd into Ivy-Apps:main Aug 26, 2024
9 checks passed
@rodrigoliveirac
Copy link
Contributor Author

@rodrigoliveirac let's merge this one and you can build on top of it in a follow-up PR 🚀

Ok, I'll still be working in the same branch for that 👊

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
requested changes Changes are needed. Please, apply them
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Domain] Build the AccountBalanceUseCase
2 participants