From 0401dd680c8dfac86eddd2185d3fef8c74bd59f7 Mon Sep 17 00:00:00 2001 From: tonym Date: Thu, 15 Jan 2026 21:42:57 -0600 Subject: [PATCH] Update Issue #7 status - 3dfilamentprofiles only has sample data The integration is partial: backend/frontend exist but only sample-filaments.json (~3 filaments) is available. Full dataset requires their parser.py or website API. Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 79be20a..b398cc1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -132,7 +132,7 @@ This is a fork with UX improvements. Issues are tracked on the Gitea instance ab | 4 | Layout Max-Width | ✅ DONE | | 5 | Temperature Ranges | ✅ DONE | | 6 | Spool Adjustment History | ✅ DONE | -| 7 | 3dfilamentprofiles Integration | ✅ DONE | +| 7 | 3dfilamentprofiles Integration | ⚠️ PARTIAL (sample only) | | 8 | (see Gitea #8) | ✅ DONE | | 9 | Hierarchical Locations (Room/Bin) | Open | | 10 | Database Import/Export | ✅ DONE | @@ -373,8 +373,11 @@ Some filaments have temp info in comment field (e.g., "extrude 190-230 / bed 50- ### Filament Select Not Refreshing After Inline Creation When creating a filament via the inline modal on spool create page, the select dropdown doesn't immediately show the new filament with its name (shows ID instead). -### 3dfilamentprofiles Sample Data -The 3dfp GitHub repo only contains sample data (3 filaments). The full dataset may require using their website API directly. +### 3dfilamentprofiles Integration Incomplete (Issue #7) +The backend code and frontend UI exist, but we're only fetching `sample-filaments.json` (~3 test filaments). The jklewa/filament-profiles-data GitHub repo only provides sample data. Full dataset requires either: +1. Running their parser.py script against 3dfilamentprofiles.com +2. Directly querying the website API +3. Hosting our own generated full dataset ### Future: Issue #9 - Hierarchical Locations Add room/bin/shelf support for locations. See Gitea issue #9 for details.