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

Implement Actions For Failed Transactions #90

Open
apbendi opened this issue Aug 15, 2020 · 1 comment
Open

Implement Actions For Failed Transactions #90

apbendi opened this issue Aug 15, 2020 · 1 comment
Labels
feature brand new functionality

Comments

@apbendi
Copy link
Member

apbendi commented Aug 15, 2020

Issue 7.2.2

Failed/Errored transactions will be persisted in the log file from #88. Those failed transactions should still be shown in the Transaction List with the X circled icon. On the right hand side of the row, there should be icon/buttons that enable the following functions:

  • Mark Deleted — Adds a flag to the log entry that filters this failed transaction from the UI, but leaves it in the log
  • Edit and Send — Brings the user back to the Transaction Send form with all relevant data from the transaction populated in the input fields
  • Resend — Brings the user the Transaction Send form, with fields populated, and immediately prompts the user for their password to confirm resend with parameters unchanged
@apbendi apbendi added the feature brand new functionality label Aug 15, 2020
@wildmolasses
Copy link
Contributor

There is some hairiness here with detecting transactions that eventually fail. Current implementation using API would need to check updated transaction list against previous one. Feels a bit clumsy; MQTT could help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature brand new functionality
Projects
None yet
Development

No branches or pull requests

2 participants