Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Create state to store the API responses for dashboard #6242

Closed
shuse2 opened this issue Mar 11, 2021 · 0 comments · Fixed by #6326
Closed

Create state to store the API responses for dashboard #6242

shuse2 opened this issue Mar 11, 2021 · 0 comments · Fixed by #6326

Comments

@shuse2
Copy link
Collaborator

shuse2 commented Mar 11, 2021

Description

  1. Create state on main page
  • Dashboard store
  • Transaction store
    • Recent transactions (last 150)
    • Unconfirmed transactions (top 150)
  • Block store (last 3 rounds)
  • Account store
  • Event store
    • Received events (last 100)
  • Node info store
  1. Use API client to update the state
  2. Create functions to update the store

Acceptance Criteria

  • All the data which has maximum should be maintained within the number
  • latest value should be at the top of the array (descending order)

Additional Information

@shuse2 shuse2 changed the title Create redux actions Create redux actions for dashboard Mar 11, 2021
@shuse2 shuse2 changed the title Create redux actions for dashboard Create redux store for dashboard Mar 16, 2021
@sridharmeganathan sridharmeganathan added this to the Sprint 42 milestone Apr 12, 2021
@shuse2 shuse2 changed the title Create redux store for dashboard Create state to store the API responses for dashboard Apr 12, 2021
@nazarhussain nazarhussain self-assigned this Apr 14, 2021
ManuGowda added a commit that referenced this issue Apr 19, 2021
Create state to store the API responses for dashboard - Closes #6241, #6242, #6243
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
4 participants