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

Improve tool sets for UI development #5919

Closed
shuse2 opened this issue Oct 28, 2020 · 0 comments
Closed

Improve tool sets for UI development #5919

shuse2 opened this issue Oct 28, 2020 · 0 comments

Comments

@shuse2
Copy link
Member

shuse2 commented Oct 28, 2020

Description

  • Update APIClient to be able to connect to any application created using Lisk-SDK without plugins.
  • Add utility functions to be used in UI development
  • Add integration tests to check the functionalities in browser and mobile environment

Motivation

  • Lisk-service can connect to the lisk-core outside of the process/machine
  • Developer should have access to all the actions/events from framework, modules, and plugins through APIClient
  • Mitigate the problem of most of the plugins require having different HTTP API server
    Imagine “reportDelegateMisbehavior” or “monitor” plugins don’t require REST API endpoint, but define action and it can be called through APIClient
  • The native actions and events from framework related to block/transaction/account are encoded, so it would be useful if APIClient takes care automatically
  • Lisk-core should use the APIClient, too, as it has custom implementation now.

Acceptance Criteria

  • APIClient should not depend on any plugins or modules
  • APIClient should not support any specific plugins or modules
  • Accessing from browser and node.js environment must be supported
  • It should be usable from lisk-core
  • All the actions/events from framework, modules, and plugins should be accessible
  • Allowing external communication in framework must be optional and disabled by default

Tasks

Sprint 31

Sprint 32

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

2 participants