From 7d3df65603923a892b35d642b9e4617ed6a2c746 Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Mon, 12 Jun 2023 11:21:21 -0400 Subject: [PATCH] Add notes. --- 2023/06/2023-06-12.md | 48 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 2023/06/2023-06-12.md diff --git a/2023/06/2023-06-12.md b/2023/06/2023-06-12.md new file mode 100644 index 0000000..44f2b49 --- /dev/null +++ b/2023/06/2023-06-12.md @@ -0,0 +1,48 @@ +# Bluesky Community Call 2023-06-12 + +## Present + +- Dan Allan (NSLS-II) +- Sebastian ("Basti") Sachse (BESSY-II) +- Simone Vadilonga (BESSY-II) +- Will Smith (BESSY-II) +- Dmitri Gavrilov (NSLS-II) +- Xiangang Yang (NSLS-II) +- Huiling (BESSY-II), working on Bluesky web GUI +- Blaise Thompson (U. Wisconsin-Madison) +- Robert Tang-Kong (LSCS) +- Pete Jemian (APS) +- Abby Giles (NSLS-II) +- Jun Aishima (NSLS-II) +- Kyle Sunden (Matplotlib) +- Kunal Shroff (NSLS-II) +- Callum Forrester (Diamond) +- Tom Cobb (Diamond) +- Wiebke Koepp (ALS) +- Nate Maytan (NSLS-II) +- Juan Marulanda (NSLS-II) +- Padraic Shafer (ALS) +- Garrett Bischof (NSLS-II) +- Melissa Guercio (NSLS-II, SULI intern) +- Mark Wolfman (APS) +- Shekar Venkateswaran (NSLS-II) + +## Agenda + +- Introductions +- "Automated GUI Generating using the bluesky-queueserver plan annotation" by Sebastian Sachse +- Discussion + +## Notes + +- Links from Discussion + - Would be useful if annotations added a mechanism for declaring dependencies (for now they abuse "description") + - Garrett previously prototyped GUI generation in a web client https://github.com/bluesky/bluesky-webclient + - Kyle links + - https://github.com/ksunden/bluesky-hwproxy + - https://github.com/ksunden/bluesky/pull/1 + - https://github.com/ksunden/bluesky/blob/4e07749231ae17886483b68818ed0bee51bf824b/bluesky/plans.py#L1117-L1130 + - Variadic arguments are a challenge + - Simple for novice users, especially people used to SPEC + - Messy as a protocol +