Skip to content

Rework query#14

Open
synrg wants to merge 12 commits into
mainfrom
PR-query-rework
Open

Rework query#14
synrg wants to merge 12 commits into
mainfrom
PR-query-rework

Conversation

@synrg
Copy link
Copy Markdown
Contributor

@synrg synrg commented Sep 7, 2025

Rework query as per #1

This will be messy for a while, first just pulling bits of the bot code into core, then tidying it up as we go.

@synrg
Copy link
Copy Markdown
Contributor Author

synrg commented Sep 27, 2025

Note: when testing this PR with dronefly-cli, you must currently use dronefly-garden/dronefly-cli#9

- We also now separately asyncify annotations.all()
  under a new method annotations.async_all() in prepare_query
  as replacing it with the asyncified version breaks client.observations.search()
  which doesn't expect annotations.all() to be a coroutine.
- decouple config init from toml only needed for cli
- put config attributes at top instead of nesting in data
  eliminating any need for 3 convenience methods
  to fetch all table entries
- make config accessors async for easier subclassing with
  more complex behaviours in the bot code
- carry the config on the Context object to simplify use in
  contextualized commands
- add user lookaside when matching a user
  to allow abbrevs in config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant