okteto / docker-desktop-extension

Docker Extension for Okteto
Apache License 2.0
5 stars 4 forks source link

Display status of the environment in the UI #74

Open rlamana opened 1 year ago

rlamana commented 1 year ago

Is your feature request related to a problem? Please describe. As of right now there is no way to know if the environment finished launching, whether it failed or not, or if it is ready to use for development.

Describe the solution you'd like Display the status in the UI by calling the okteto status command.

The status will be a new property in the main view as shown in this mock: Status Mock

okteto status possible values are: building, deploying, activating, synchronizing, ready, failed

And should be displayed as:

Additional context A new command call should be added to the okteto wrapper here: https://github.com/okteto/docker-desktop-extension/blob/main/client/src/api/okteto.ts

leomindez commented 1 year ago

Hi @rlamana I would like to take this one. Could you assign it to me? Thanks.

pchico83 commented 1 year ago

Hi @rlamana I would like to take this one. Could you assign it to me? Thanks.

@leomindez I assigned the issue to you, thanks for joining us in hacktoberfest!