docs: Update CLAUDE.md with known issues and next steps
Some checks failed
CI / style (push) Has been cancelled
CI / build-client (push) Has been cancelled
CI / build-amd64 (push) Has been cancelled
CI / build-tester (push) Has been cancelled
CI / test (cockroachdb) (push) Has been cancelled
CI / test (mariadb) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / test (sqlite) (push) Has been cancelled
CI / build-arm64 (push) Has been cancelled
CI / build-armv7 (push) Has been cancelled
CI / publish-images (push) Has been cancelled
CI / publish-release (push) Has been cancelled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-14 21:05:12 -06:00
parent 671d3bd3d1
commit 34eaa6a9b1

View File

@@ -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.