From 34eaa6a9b145c8ac93d6111a338473f73ac9fcb2 Mon Sep 17 00:00:00 2001 From: tonym Date: Wed, 14 Jan 2026 21:05:12 -0600 Subject: [PATCH] docs: Update CLAUDE.md with known issues and next steps Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index aed0a27..f9a9aa0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -285,3 +285,12 @@ Attempted fixes: - Called `await refetchFilaments()` before setting form value Still not working reliably. May need to investigate react-query cache invalidation timing or add the new option manually to the select options array. + +### 3dfilamentprofiles Sample Data +The 3dfp GitHub repo only contains sample data (3 filaments). The full dataset may require: +- Using their website API directly (may need auth) +- Waiting for them to publish full JSON exports +- Current implementation uses `sample-filaments.json` from the repo + +### Next Up: Issue #9 - Hierarchical Locations +Add room/bin/shelf support for locations. See Gitea issue #9 for details.