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

Introduce an Endpoint API #6280

Closed
DrewAPicture opened this issue Jan 5, 2018 · 3 comments
Closed

Introduce an Endpoint API #6280

DrewAPicture opened this issue Jan 5, 2018 · 3 comments

Comments

@DrewAPicture
Copy link
Contributor

DrewAPicture commented Jan 5, 2018

PR Relies On Tracking Project
#6283 #6254 #6236 3DD™: Reporting API Reboot

Background

Endpoints will represent any data-based container to be consumed by reports tab. They will take the form of a variety of view types: tile, table, chart, graph, or any other form of visual representation of data. The endpoint object will dictate which view types are supported and supply callbacks for retrieving and displaying data in the expected format.

Endpoints will be registered (like report tabs) with structured data and rendered using an instantiated Endpoint object. The view type dictates what form the ultimate object will take. It will also need to be possible for endpoints to be instantiated on the fly during report object creation.

@DrewAPicture
Copy link
Contributor Author

WIP PR: #6283

@DrewAPicture
Copy link
Contributor Author

Merged #6283 🎉

@pippinsplugins
Copy link
Contributor

pippinsplugins commented Jan 12, 2018 via email

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