folded-ear / gobrennas-api

HTTP API for gobrennas.com
https://gobrennas.com
MIT License
1 stars 0 forks source link

Support item recognition via the GraphQL API #28

Closed barneyb closed 8 months ago

barneyb commented 8 months ago

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.