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

feat: Error visibility on Bank Account (IDM-210) #124

Open
wants to merge 3 commits into
base: version-15
Choose a base branch
from

Conversation

marination
Copy link
Member

@marination marination commented Nov 4, 2024

  • For jobs that run in the background, errors are visible in error logs
  • For a business user this is not accessible.
  • Case: Users fetch bank transactions manually multiple times a day as the daily sync is not enough. At some point this errors and since it is a bg job, the user gets no feedback.

Solution:

  • Visibility of the error in the last request in the Bank Account record. The error message depends on what type of error it was as defined in ExceptionHandler
    Screenshot 2024-11-04 at 4 59 09 PM

  • If the next request is successful, this error is is removed

  • misc: Introduced set_in_account in ExceptionHandler that sets the error in the Bank Account if the account was passed to the class

- For jobs that run in the background, errors are visible in error logs
- For a business user this is not accessible.Let them see what went wrong in the Bank Account
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant