-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
596a5bd
commit 7d3df65
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|