fibercrypto / fibercrypto/fibercryptowallet

Implement a notification system

Open
#123 1 comment 0 reactions 1 assignee Assigned to @stdevCrow View on GitHub
enhancement good first issue gui stdev wip
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.