BCDA-APS / queueUI

PyQt5 User Interface for Bluesky Queueserver
Other
2 stars 0 forks source link

Connect to qserver #13

Closed olliviergassant closed 2 months ago

olliviergassant commented 3 months ago

GUI as of (6/28/24)

Screenshot 2024-06-28 at 3 24 36 PM

Terminal Output

Screenshot 2024-06-28 at 3 25 06 PM
olliviergassant commented 3 months ago
rodolakis commented 3 months ago

I do not see anything to connect to the server, where is the connection established?

rodolakis commented 3 months ago

This PR is still a draft, if you want me to be notified that it is ready for review, you need to click the button on the right:

image
prjemian commented 3 months ago

The check involves requesting the status from the server (this is very fast) before commanding the server to open or close the RE. The status has a key that reports the current state of the RE.

On Tue, Jun 25, 2024, 7:43 AM Fanny Rodolakis @.***> wrote:

This PR is still a draft, if you want me to be notified that it is ready for review, you need to click the button on the right: image.png (view on web) https://github.com/BCDA-APS/queueUI/assets/39918069/56d1a528-45b9-43f9-8205-76ce60960301

— Reply to this email directly, view it on GitHub https://github.com/BCDA-APS/queueUI/pull/13#issuecomment-2188835151, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARMUMHBK3RIX6NI32XAQEDZJFQWPAVCNFSM6AAAAABJWS6UH2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBYHAZTKMJVGE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ravescovi commented 3 months ago

I think there should be some effort to move RE tasks into its own file/class and sync it with the way @MDecarabas is using for 8ID.