Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support item recognition via the GraphQL API #28

Merged
merged 4 commits into from
Feb 25, 2024
Merged

Conversation

barneyb
Copy link
Member

@barneyb barneyb commented Feb 25, 2024

Add a new field to LibraryQuery for recognizing an item. Finish standardizing on "quantity" (not "amount"). Move RecognizedItem's nested types to the top level, to simplify java-graphql-kickstart configuration, as more of it can be done by auto-configuration. Split suggestion generation from the main item recognition, as GraphQL offers a way to talk about the two parts separately.

Standardize on "quantity" and remove "amount". Move RecognizedItem's
nested types to the top level, and apply a bunch of lombok. Separate
RecognizedRange values into id and quantity buckets, so they can be
separately typed.
Production code must specify values for all knobs, nothing implicit.
@barneyb barneyb merged commit 112a708 into master Feb 25, 2024
1 check passed
@barneyb barneyb deleted the recog-graphql branch February 25, 2024 16:41
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