Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Translate inventory library #1

@dluman

Description

@dluman

The goal: to translate at least the ability to query a SQLite3 database from the Codespace container and receive:

  • the items currently owned by the user in a JSON blob
  • the presence/absence of specific items (single or multiple) per the inventory stored at API machine

The same endpoint should handle both cases (i.e. is "polymorphic") such that we can ask for (from client side):

  • all (i.e. * on backend)
  • one (i.e. a list containing one item)
  • any set of multiples (i.e. a list containing multiple items)

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions