-
Notifications
You must be signed in to change notification settings - Fork 58
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
[ui]: initial proof of concept interface using butler #1052
base: master
Are you sure you want to change the base?
[ui]: initial proof of concept interface using butler #1052
Conversation
0902a72
to
a2c54fc
Compare
@morucci here is a little poc to integrate butler. It's still missing proper logging and storage, but for now, if you go to "/view", then you'll get a butler app that makes a query :-) |
This change provides adapter to use the butler websocket api.
This change enables the api service to write files.
a2c54fc
to
34b996f
Compare
When I access /view route my browser keeps trying again and again 'ws/htmx' but server side I see "59786ms error <1>init Butler.Display.WebSocket:91 Unknown websocket session {"session": null}" at each connection attempt. |
Do you have oidc auth enabled and you are not logged-in the regular ui? |
That was it (my OIDC config) now I see "Change count: 0" which is expected I guess as I don't have any data :) |
Then I'm wondering if, as a follow-up of this POC, that could be an opportunity to move the search author implementation (which is already via htmx) to the butler/ws ? |
Well that's the reason I made this prototype, so that we can experiment with such UI implementation :) My goals here are two folds:
|
This change implements the following integration between monocle and butler: