From ceffef4bca256fa7ee8e54c973bc7eb67ba42f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 9 Jan 2023 15:46:18 +0100 Subject: [PATCH] Updated Concepts (markdown) --- Concepts.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Concepts.md b/Concepts.md index 1df5312..633176d 100644 --- a/Concepts.md +++ b/Concepts.md @@ -30,7 +30,10 @@ The first part (the order information) describes at which supplier the part can An order information can contain multiple price informations, which describes the prices for the part at the supplier including bulk discount, etc. ### Parameters +Parameters represents various specifications / parameters of a part, like the the maximum current of a diode, etc. The advantage of using parameters instead of just putting the data in the comment field or so, is that you can filter for parameters values (including ranges and more) later on. +Parameters describe can describe numeric values and/or text values for which they can be filtered. This basically allows you to define custom fields on a part. +Using the group field a parameter allows you to group parameters together in the info page later (all parameters with the same group value will be shown under the same group title). ## Core data ### Category