fibercryptowallet icon indicating copy to clipboard operation
fibercryptowallet copied to clipboard

Implement a notification system

Open stdevCrow opened this issue 4 years ago • 1 comments

Feature description We need a way to let the user know and be aware of the latest errors.

Possible implementation

  • [ ] Add a signal in every object that can raise errors named errorRaised(string title, string description, string detailedDescription, date errorDateTime) (everybody)
    • [ ] title: Where this error took place (i.e. "Pending transactions")
    • [ ] description: What happened.
    • [ ] detailedDescription: Technical information about the error (any log, output, error code, etc.)
    • [ ] errorDateTime: When this error ocur?
  • [ ] Implement a visual queue where the user can check the latest errors (@lateo96).
  • [ ] Emit desktop notifications every time an error is raised (@lateo96)

stdevCrow avatar Sep 07 '19 21:09 stdevCrow

@stdevCrow very good catch ... 👏👏👏

olemis avatar Sep 07 '19 22:09 olemis