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

Add management of equipment details into the admin UI #79

Open
jayaddison opened this issue Sep 19, 2023 · 0 comments
Open

Add management of equipment details into the admin UI #79

jayaddison opened this issue Sep 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jayaddison
Copy link
Member

Is your feature request related to a problem? Please describe.
Currently the knowledge-graph service maintains metadata (currently, only English-language names) for equipment (appliances, utensils, vessels) that are searchable, and it uses a directory of text files stored in source control to manage that.

There are some benefits to that; having history and source control is nice. However: we currently provide a management user interface for product-related data using flask-admin, and that'd seem the logical place to manage equipment-related data too.

Describe the solution you'd like
Relocate management of equipment-related data from the knowledge-graph service into this one. The knowledge-graph should query this service to lookup the relevant data as-needed and with a timeout expiry, similar to the way that product data is loaded from cache when possible.

This will require creation of database tables to store the equipment detail records.

Describe alternatives you've considered
N/A

Additional context
N/A

@jayaddison jayaddison added the enhancement New feature or request label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant