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

[Feature] #5 - Notification list and notification details #11

Open
kukabi opened this issue Jul 26, 2021 · 0 comments
Open

[Feature] #5 - Notification list and notification details #11

kukabi opened this issue Jul 26, 2021 · 0 comments

Comments

@kukabi
Copy link
Member

kukabi commented Jul 26, 2021

User story

As a user, I want to be able to view a list of all notifications I received, and view the details of any notification in the list, so that I can access any past events that I might have missed and get event details to help me observe my validator better.


Feature Details


Figure 5.1 Browsing to notification list and notification details.

List of possible notifications are listed in Feature #4. Users should be able to view a list of all past notifications, remove any of them from the list or view the details of any of them.

Below are notification detail examples for some of the notification types defined in Feature #4. All chain-data notifications carry with them the era index, session index, block number, extrinsic and event details. Telemetry and program-specific data (e.g. 1KV) notifications contain temporal data along with the actual notification data.

  • New nominator, or existing nomination amount change:

    • Nominator stash and controller addresses.
    • New nomination amount.
    • Other nominees, and their addresses.
  • Loss of a nominator:

    • For how long the nominator had been nominating the validator.
  • Unclaimed payouts after a configurable x hours/sessions/eras.

    • Payout amount, nominators and reward amounts for each unclaimed era.
  • Binary version change.

    • Whether it's the latest required version.

Implementation Details

Mobile devices store notification data in their local storage so that the data is available in the notification list and details screens.

@kukabi kukabi changed the title [Feature] View notifications and notification details [Feature] Notifications and notification details Jul 27, 2021
@kukabi kukabi changed the title [Feature] Notifications and notification details [Feature] #4 - Notifications and notification details Jul 28, 2021
@kukabi kukabi changed the title [Feature] #4 - Notifications and notification details [Feature] #5 - Notifications and notification details Jul 28, 2021
@kukabi kukabi changed the title [Feature] #5 - Notifications and notification details [Feature] #5 - Notification list and notification details Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant