-
Notifications
You must be signed in to change notification settings - Fork 92
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
New Control Panel API #941
Comments
@Emyrk @factom-clay adding a note here I think our understanding of how much is usable via pub/sub vs a synchronous query is evolving we have a very simple/primitive directory to add hooks to query different objects in the new query architecture Query module: https://github.com/FactomProject/factomd/blob/FD-1268_election_pubsub_integration/modules/query/query.go |
Some usage of Pub/Sub from leader module WIP |
Work-in progress from BIF was merged into wax. Control panel in WAX build is still incomplete, |
New control panel won't be in Wax, we are trying to reduce the scope of Wax to get it out. |
The existing control pane was removed in the Wax build.
It needs to be replaced w/ a new Admin Panel API
Eventually, we will adopt a javascript component library for Inc's Explorer so we will need to
develop a POC for how this front end will work.
Steps:
TODO: will add more notes about PubSub
Existing PubSub components use events are defined here https://github.com/FactomProject/factomd/blob/FD-1259_control_panel_rewrite/modules/event/event.go
FD-1259_control_panel_rewrite is the branch to use as a starting place
The text was updated successfully, but these errors were encountered: