-
Notifications
You must be signed in to change notification settings - Fork 0
Customisable meta-data #328
Copy link
Copy link
Open
Labels
backendApplies to the backend server applicationApplies to the backend server applicationdesign-requiredFurther discussion/decision needed on how to design & implementFurther discussion/decision needed on how to design & implement
Metadata
Metadata
Assignees
Labels
backendApplies to the backend server applicationApplies to the backend server applicationdesign-requiredFurther discussion/decision needed on how to design & implementFurther discussion/decision needed on how to design & implement
Type
Fields
Give feedbackNo fields configured for Feature.
Area
Backend (API)
Problem / Motivation
Current structure does not allow storage of meta-data such as 'decant time' or 'storage temperature'.
Proposed Solution
Rather than forcing a set of meta-data on users, consider allowing customisable fields on each resource.
meta_fieldstable structure:id: Primary keyresource: Type of resource this applies toname: Customisable name, such as 'Decant Time'type: Enum of meta-data type -text / number / decimal / date / intervaletcEach resource type table would then have a
metafield added, which would have JSON structure:Additional Context
No response