mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-28 14:54:44 +02:00
Updated Concepts (markdown)
parent
9799377949
commit
85fb6e1823
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ This page explains the different concepts of Part-DB and what their intended use
|
||||||
A part is the central concept of Part-DB. A part represents a single kind (or type) of a thing, like an electronic component, an device, an book or similar (depending on what you use Part-DB for). A part entity just represents a certain type of a thing, so if you have 1000 times an BC547 transistor you would create ONE part with the name BC547 and set its quantity to 1000. The individual quantities (so a single BC547 transistor) of a part, should be indistinguishable from each other, so that it does not matter which one of your 1000 things of Part you use.
|
A part is the central concept of Part-DB. A part represents a single kind (or type) of a thing, like an electronic component, an device, an book or similar (depending on what you use Part-DB for). A part entity just represents a certain type of a thing, so if you have 1000 times an BC547 transistor you would create ONE part with the name BC547 and set its quantity to 1000. The individual quantities (so a single BC547 transistor) of a part, should be indistinguishable from each other, so that it does not matter which one of your 1000 things of Part you use.
|
||||||
A part entity have many fields, which can be used to describe it better. Most of the fields are optional:
|
A part entity have many fields, which can be used to describe it better. Most of the fields are optional:
|
||||||
* **Name** (Required): The name of the part or how you wanna call it. This could be an manufacturer provided name, or a name you thought of your self. The name have to be unique in a single category.
|
* **Name** (Required): The name of the part or how you wanna call it. This could be an manufacturer provided name, or a name you thought of your self. The name have to be unique in a single category.
|
||||||
* **Description**: A short (single-line) description of what this part does
|
* **Description**: A short (single-line) description of what this part is/does. For longer informations you should use the comment field or the specifications
|
||||||
|
* **Category** (Required): The category (see there) to which this part belongs to.
|
||||||
|
* **Tags**: The list of tags this part belong to. Tags can be used to group parts logically (similar to the category), but tags are much less strict and formal (they dont have to be defined forehands) and you can assign multiple tags to a part. When clicking on a tag, a list with all parts which have the same tag, is shown.
|
||||||
|
|
||||||
## User System
|
## User System
|
||||||
### User
|
### User
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue