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

User interface #54

Open
alexec opened this issue Jul 14, 2024 · 3 comments
Open

User interface #54

alexec opened this issue Jul 14, 2024 · 3 comments

Comments

@alexec
Copy link
Collaborator

alexec commented Jul 14, 2024

I would like a user interface to make debugging failures easy:

  • View logs.
  • Run tasks.
@alexec
Copy link
Collaborator Author

alexec commented Jul 15, 2024

Just hacked a PoC together. UI needs the following

  • Endpoint to load the UI.
  • Endpoints to get initial state.
  • Endpoint to get a stream of events to update the UI, e.g. "log message created"

@agilgur5
Copy link

agilgur5 commented Jul 15, 2024

As an alternative to a browser-based UI, I might suggest a terminal-based UI, like k9s or lazydocker, using gocui, tview, or similar tools.

That would also fit nicely within Kit's existing UX

@agilgur5
Copy link

Discovered mprocs, which is basically what I suggested above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants