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
Currently, we have two separate endpoints, one on the console service and one on the controller service, that both provide most of the data we need. We can't standardize to just one of those two because they're each missing data that only the other contains. We should just build a new endpoint that actually includes everything, formatted correctly, so we don't need to do this going forward.
Also, the new one needs to include the builtin module.
The text was updated successfully, but these errors were encountered:
The response here would be lighter weight than the PullSchema since we only really need enough data to build the module tree and provide data to dedicated decl pages. This will also let us control what the Module looks like to the frontend.
Part 1 of #2805
Next:
1. Client side integration for this PR's version of StreamModules, which
behaves in a way that's very similar to the existing `get` endpoint
2. Address the TODO in StreamModules: detect + push deployment updates
to the stream
3. Handle streaming updates on the client side
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Currently, we have two separate endpoints, one on the console service and one on the controller service, that both provide most of the data we need. We can't standardize to just one of those two because they're each missing data that only the other contains. We should just build a new endpoint that actually includes everything, formatted correctly, so we don't need to do this going forward.
Also, the new one needs to include the
builtin
module.The text was updated successfully, but these errors were encountered: