diff --git a/docs/assets/images/part/create_parameter_template.png b/docs/assets/images/part/create_parameter_template.png deleted file mode 100644 index 83f1f72..0000000 Binary files a/docs/assets/images/part/create_parameter_template.png and /dev/null differ diff --git a/docs/assets/images/part/create_part_parameter.png b/docs/assets/images/part/create_part_parameter.png index 9201ac8..f1ce0df 100644 Binary files a/docs/assets/images/part/create_part_parameter.png and b/docs/assets/images/part/create_part_parameter.png differ diff --git a/docs/assets/images/part/parametric_table_example.png b/docs/assets/images/part/parametric_table_example.png new file mode 100644 index 0000000..4ded7e2 Binary files /dev/null and b/docs/assets/images/part/parametric_table_example.png differ diff --git a/docs/assets/images/part/parametric_table_tab.png b/docs/assets/images/part/parametric_table_tab.png new file mode 100644 index 0000000..d097e75 Binary files /dev/null and b/docs/assets/images/part/parametric_table_tab.png differ diff --git a/docs/assets/images/part/part_parameters_example.png b/docs/assets/images/part/part_parameters_example.png index d8a885f..c8a1f85 100644 Binary files a/docs/assets/images/part/part_parameters_example.png and b/docs/assets/images/part/part_parameters_example.png differ diff --git a/docs/part/parameter.md b/docs/part/parameter.md index 1af842b..1e0daef 100644 --- a/docs/part/parameter.md +++ b/docs/part/parameter.md @@ -7,7 +7,7 @@ title: Part Parameters Part parameters are located in the "Parameters" tab, on each part detail page. There is no limit for the number of part parameters and they are fully customizable through the use of parameters templates. -Here is an example of parameters for a Ceramic capacitor: +Here is an example of parameters for a capacitor: {% with id="part_parameters_example", url="part/part_parameters_example.png", description="Part Parameters Example List" %} {% include 'img.html' %} {% endwith %} @@ -16,17 +16,14 @@ Here is an example of parameters for a Ceramic capacitor: A *Parameter Template* is required for each part parameter. -To create a template, you have two options: +To create a template: -1. navigate to the "Settings" page, click on the "Part" tab and then click on the "New Parameter" button -0. navigate to a specific part detail page, click on the "Parameters" tab, click on the "New Parameters" button then click on the "New Template" button in the newly displayed form. - -The `Create Part Parameter Template` form will be displayed: -{% with id="create_parameter_template", url="part/create_parameter_template.png", description="Create Part Parameter Template Form" %} -{% include 'img.html' %} -{% endwith %} - -Fill-out the template `Name` (required) and `Units` (optional) fields then click the "Submit" button. +- navigate to the "Settings" page +- click on the "Parts" tab +- scroll down to the "Part Parameter Templates" section +- click on the "New Parameter" button +- fill out the `Create Part Parameter Template` form: `Name` (required) and `Units` (optional) fields +- finally click on the "Submit" button. ### Create Parameter @@ -42,5 +39,16 @@ Select the parameter `Template` you would like to use for this parameter, fill-o ### Parametric Tables -!!! info "Future Feature Proposal" - Allow parts to be filtered using parameters. Narrow down the list of parameters to the parts found in each category. +Parametric tables gather all parameters from all parts inside a category to be sorted and filtered. + +To access a category's parametric table, click on the "Parameters" tab within the category view: + +{% with id="parametric_table_tab", url="part/parametric_table_tab.png", description="Parametric Table Tab" %} +{% include 'img.html' %} +{% endwith %} + +Below is an example of capacitor parametric table filtered with `Package Type = 0402`: + +{% with id="parametric_table_example", url="part/parametric_table_example.png", description="Parametric Table Example" %} +{% include 'img.html' %} +{% endwith %} \ No newline at end of file