# yaq community call 2023-09-21
**A regular sync meeting for the project's maintainers, which is open to the community.** Everyone is welcome to attend and contribute to conversations.
Call co-ordinates:
3rd Thursday of each month @ 10:00 US Central time
## Attendees
- Blaise Thompson @blaise
- Kyle Sunden @ksunden
## Upcoming events
- 2023-10-19 yaq project community call https://hackmd.io/@yaq/S1QSby91T
## Notes
- Call logistics
- Monthly 3rd Thursday
- Using jitsi integrated in element (can change)
- A notification, but not "ringing" to people in the room
- hackmd for notes, try one note per meeting, use hackmd as archive for now (may archive to git at some point)
- PRs and Issues
- https://github.com/yaq-project/yaq-python/pull/67/ (Aserial helper function in yaqd-core)
- No real qualms with adding, implementation looks okay
- Docstring is not in a standard format, @ksunden will fix it
- State_ID should be part of is-daemon
- Updated in many places within parent classes in yaqd-core
- Also provide API for dowstream classes to increment according to their own logic
- Strongly prefer counting changes twice to missing changes
- Future clients MAY choose to agressively cache
- Am positive that there will be many annoying edge cases
- collect_measured
- could be as simple as a mix-in class
- Do we want to add to a lot of different existing sensors?
- Need to have a time stamp for each measurement---we have avoided this so far
- should we support subscribe (with polling under the covers) in yaqc_bluesky?
- interrupts
- @ksunden says "maybe after state_id"
- should we rewrite yaqc_bluesky to the async api of RE?
## Action items
- [x] @ksunden adjust docstring of PR yaq-project/yaq-python#67 to numpydoc format, then merge
- [x] @blaise Think on kadykov's proposal for docs ([yaq-project/yaq-fyi#84](https://github.com/yaq-project/yaq-fyi/issues/84))
- [x] @ksunden Add "How to implement X trait docs" taken from thesis
- [x] @ksunden switch pre-commit ci to monthly autoupdates rather than weekly
- Note may be some stragglers, but at least got most of them, will check in again when they update again
- [x] @blaise make first draft of YEP for collect_measured
- [x] @blaise santitize kd-scientific/kds duplicates
- [x] @blaise advertise community call on website, element, email, readme