fibercrypto / fibercrypto/fibercryptowallet
Implement a notification system
- Dominant language
- Go
- Stars
- 29
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
**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)
Contributor guide
Assessment
This issue has not been assessed yet.