From 210fb1e037d5756e865304c1b63a986192ea1271 Mon Sep 17 00:00:00 2001 From: mikael-lovqvists-claude-agent Date: Mon, 23 Mar 2026 23:04:57 +0000 Subject: [PATCH] future-plans: component IDs in dropdowns, user-assignable short IDs Co-Authored-By: Claude Sonnet 4.6 --- future-plans.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/future-plans.md b/future-plans.md index baa16eb..4fe9849 100644 --- a/future-plans.md +++ b/future-plans.md @@ -73,6 +73,14 @@ review: ### Improvements +#### Component IDs in dropdowns and lists +The component selector dropdown (e.g. in the inventory entry dialog) only shows the +display name, which is ambiguous when multiple components share a name. Should also +show the component ID. Ties in with the question of whether components should have +user-assignable short IDs (like a part number or internal ref) rather than the +current auto-generated timestamp+random strings. A short sequential or user-defined +ID would be far more readable in dropdowns, exports, and URLs. + #### Component list sorted by display name The component left pane list is currently sorted by base name. It should sort by display name (i.e. the formatter output) so the list order matches what the user