Part-DB-server/docs
Sebastian Almberg 3998248905
Import: document EDA/KiCad columns, test both column forms, fix eda_invisible inversion (#1436)
- Document the eda_* import columns in docs/usage/import_export.md: the flat form and its short
  aliases, and the nested eda_info.* form used by the CSV/JSON export and the shipped
  part_import_example.csv.
- Add EntityImporterTest coverage locking in that BOTH the nested eda_info.* form and the flat
  form import the EDA fields correctly (the nested form already worked via the serializer but was
  untested, so an export -> re-import round-trip could silently regress).
- Fix the eda_invisible alias: it was a plain key-rename to eda_visibility, so eda_invisible=1
  stored visibility=true (made the part visible - the opposite of the name). It is now handled
  explicitly and inverted.
2026-07-20 20:52:01 +02:00
..
api Improve documentation clarity and fix outdated information (#1129) 2025-12-06 22:40:45 +01:00
assets Update example import csv to schow real capatibilities 2025-08-31 22:13:54 +02:00
installation Use debian 13 with php8.4 as base for direct debian installation 2026-07-19 22:07:40 +02:00
screenshots Add Update Manager screenshot for PR 2026-01-30 23:36:08 +01:00
upgrade Updated documentation about node requirements 2026-04-03 21:58:02 +02:00
usage Import: document EDA/KiCad columns, test both column forms, fix eda_invisible inversion (#1436) 2026-07-20 20:52:01 +02:00
.gitignore Improved documentation 2023-02-08 00:52:45 +01:00
_config.yaml Improved documentation 2023-02-12 23:23:38 +01:00
_config_dev.yaml Improved documentation 2023-02-08 00:52:45 +01:00
CNAME Create CNAME 2023-02-08 23:24:04 +01:00
concepts.md Improve documentation clarity and fix outdated information (#1129) 2025-12-06 22:40:45 +01:00
configuration.md Added documentation about the TRUSTED_HOSTS env and add it to installation guides 2026-07-19 21:40:26 +02:00
Gemfile Improved documentation 2023-02-08 00:52:45 +01:00
index.md Added documentation about AI features 2026-05-03 00:35:49 +02:00
partkeepr_migration.md Fixed more typos and grammar issues in docs 2024-02-23 14:26:17 +01:00
serve.sh Improved documentation 2023-02-08 00:52:45 +01:00
troubleshooting.md Document KiCad's rejection of self-signed certificates (#1140) 2025-12-07 19:31:16 +01:00