Files
spoolman2/client/public/locales
tonym d804329b77 feat: Add spool adjustment history tracking (#6)
Track history of all spool weight/length adjustments with timestamps and comments:

Backend:
- Add SpoolAdjustment database model with spool_id, timestamp, type, value, comment
- Add Alembic migration for spool_adjustment table
- Add SpoolAdjustment Pydantic model for API responses
- Update use_weight, use_length, and measure functions to record adjustments
- Add GET /api/v1/spool/{id}/adjustments endpoint for history retrieval
- Add optional comment parameter to use/measure endpoints

Frontend:
- Add ISpoolAdjustment interface to spool model
- Add collapsible adjustment history table to spool show page
- Display timestamp, type (weight/length), amount, and comment
- Add translation keys for history table

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 20:18:56 -06:00
..
2024-08-05 16:49:43 +00:00
2024-04-29 10:07:22 +02:00
2025-04-12 17:49:25 +00:00
2024-10-26 22:31:47 +02:00
2026-01-01 23:00:57 +01:00
2024-03-02 19:30:02 +01:00
2026-01-01 23:00:56 +01:00
2025-03-16 17:42:04 +01:00
2026-01-01 23:00:58 +01:00
2025-06-16 00:02:02 +00:00
2026-01-01 23:00:50 +01:00
2026-01-01 23:00:54 +01:00
2026-01-01 23:00:54 +01:00
2024-11-23 23:16:41 +01:00
2025-06-16 00:02:04 +00:00
2025-02-11 22:28:28 +01:00
2026-01-01 23:00:53 +01:00
2024-10-26 22:31:48 +02:00