You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
break out the published points into their own table
Add a method to publisher RT that allows getting the status for a running publisher, then use this in a general purpose endpoint
Add additional information to the published point model about runtime status (will be a generic method on the PublisherRT/PublishedPointRT) and return this from a new query points endpoint.
The text was updated successfully, but these errors were encountered:
One complexity is that we already have 2 v2 REST controllers for publishers and both use models with a List of points in the publisher.
Proposed solution:
Add a new parameter to all publisher-v2 endpoints that allows to optionally exclude the points from the model. To keep legacy compatibility this will default to including the points. I would also make the points field only included when it is non-null.
Provide a new REST controller for publisher-points where one can access the points independent of being in a publisher model container.
We will want to:
The text was updated successfully, but these errors were encountered: