-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Required modifications/extensions to ddev CLI to expose API to front-end dashboard #2
Comments
I anticipate @beeradb @rfay @tannerjfco being valuable from the perspective of what is possible and/or easy from the Golang side. |
At this time, we're not ready to proceed on this until we see the outcome of #9. Tagging and removing from the board. |
@andrew-c-tran I think you mentioned having a doc for review. Can you post/link to it here? |
It looks like we're now tracking in the following locations: |
I'd like to keep this open until the two linked issues are at least in an actionable state and therefore we have a full/complete sense of the LOE. |
@andrew-c-tran I'm assuming at this point that this related issue (ddev/ddev#477) fully addresses the API needs for functionality within the v0.1 roadmap. If so, please close this out. |
Was completed in ddev/ddev#477 |
During the prototype phase, @andrew-c-tran is relying on a thin node server that is running command line
exec
calls and waiting for/parsing the output before returning the data back. In the future, we would prefer a more persistent connection (potentially through a websocket approach) so that we are using a more robust solution with real time status updates.The text was updated successfully, but these errors were encountered: