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

Add DevTools style UI for replicant subscriptions #20

Open
realityforge opened this issue Mar 25, 2020 · 0 comments
Open

Add DevTools style UI for replicant subscriptions #20

realityforge opened this issue Mar 25, 2020 · 0 comments

Comments

@realityforge
Copy link
Member

It is currently very very difficult to work out which subscriptions are present on the client and thus very difficult to debug whether data not being present on the client is a problem with replicant or something else.

It would be nice to produce a dev tool that could be linked from the app to produce some basic information. The DevTool would have the following capabilities:

  • Turn on/off replicant spy logging
  • Use human readable graph names as well as numeric graph names
  • List the set of AreaOfInterest objects and current state for AreaOfInterest.
  • List the set of local subscriptions, whether they are explicit or not.
  • The set of graph links as a dependency graph so can figure out why something is present on client.

In the future we could also add

  • List of all entities in each subscription with human readable names for entities
realityforge added a commit that referenced this issue Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant