Tom Butcher tom
tom pushed to main at farmcontrol/farmcontrol-ui 2026-07-26 18:07:58 +00:00
1a68456be6 Enhance Filament model to include vendor information
tom pushed to main at farmcontrol/farmcontrol-api 2026-07-26 18:07:51 +00:00
5ee8f332e2 Enhanced filament schema and related service functions to include vendor information. Updated route handlers to support vendor population in filament queries and exports, improving data management and retrieval capabilities.
tom pushed to main at farmcontrol/farmcontrol-ws 2026-07-26 18:07:50 +00:00
0a1f75d050 Enhance filament schema by adding vendor reference and improving formatting
tom pushed to main at farmcontrol/farmcontrol-ws 2026-07-26 18:00:35 +00:00
766f4722ea Refactor stock event schema for improved readability and consistency
tom pushed to main at farmcontrol/farmcontrol-ui 2026-07-26 18:00:34 +00:00
cc712e7427 Update FilamentStock model to restore 'updatedAt' column for tracking
8ab1045732 Update TimeDisplay component to enhance layout flexibility
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-server 2026-07-26 17:38:20 +00:00
db8e035c86 Remove console.log statements for weight and filament detection in PrinterClient and PrinterDatabase. Update precision of currentFilamentUsed logging to 8 decimal places. Add placeholder for homeAxis method in PrinterClient.
tom pushed to main at farmcontrol/farmcontrol-ws 2026-07-26 17:38:09 +00:00
2b660ec61d Add history tracking to inventory schemas and stock event
67f929e369 Refactor inventory schemas to remove redundant stock event calculations
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-api 2026-07-26 17:38:00 +00:00
fa74c464f9 Added history tracking to inventory schemas (filament, part, product stocks) and stock events, enabling better state management and historical data retention. Updated related service functions to incorporate new history logic for stock events and recalculations.
9a22fd6452 Updated log level in config.json to 'trace' for more detailed logging. Refactored inventory schemas by removing redundant stock event calculation functions and integrating stock event recalculation logic into the stockevent schema, enhancing overall data management and performance.
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2026-07-26 17:37:51 +00:00
50abb22054 Update FilamentStock and StockEvent models for improved data handling
4c19df717b Enhance SlicerIntegration layout for better responsiveness
6ec1e9d3c0 Refactor ProductionOverview to replace HistoryDisplay with ModelHistoryDisplay
2a849cea57 Enhance StateDisplay component to improve progress calculation
4d9db747a2 Enhance Inventory Components with History Display Feature
Compare 9 commits »
tom pushed to main at farmcontrol/farmcontrol-server 2026-07-26 15:54:23 +00:00
57e0c5a30d Fix download progress calculation in FileManager and improve error handling in PrinterDatabase. Refactor PrinterClient to manage current filament state more effectively.
tom pushed to main at farmcontrol/farmcontrol-api 2026-07-26 14:00:42 +00:00
8423db2858 Implemented a merge utility function for object updates in database.js to handle array merging correctly, enhancing cache update logic for improved data integrity.
tom pushed to main at farmcontrol/farmcontrol-server 2026-07-26 13:21:12 +00:00
b57d269f9b Fixed build config.
tom pushed to main at farmcontrol/farmcontrol-api 2026-07-26 02:10:36 +00:00
c710f46a6f Added mock implementations for createFileThumbnails and getThumbnail functions in the file management tests to enhance testing capabilities for thumbnail generation and retrieval.
tom pushed to main at farmcontrol/farmcontrol-api 2026-07-26 02:07:49 +00:00
4231d548cc Added sharp and blurhash dependencies, implemented thumbnail generation and retrieval functionality in the file management system. Updated database schema to include thumbnail metadata and enhanced route handlers for thumbnail access.
tom pushed to main at farmcontrol/farmcontrol-ws 2026-07-26 02:07:49 +00:00
0b39eef045 Add hasThumbnails field to file schema
tom pushed to main at farmcontrol/farmcontrol-ui 2026-07-26 02:07:43 +00:00
9aa2b0f2f8 Add Meta Data section to FileInfo component and update file thumbnail fetching logic
tom pushed to main at farmcontrol/farmcontrol-ui 2026-07-26 00:58:39 +00:00
ff61cd4f06 Refactor ObjectForm to enhance state management and activity handling
tom pushed to main at farmcontrol/farmcontrol-ui 2026-07-26 00:53:43 +00:00
78dba97107 Refactor ObjectForm to improve fetch logic and state management
a4346ead98 Fixed warnings.
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2026-07-26 00:38:18 +00:00
9956085e44 Refactor ObjectForm and ApiServerContext for improved activity handling
tom pushed to main at farmcontrol/farmcontrol-ui 2026-07-26 00:01:52 +00:00
0db2dff9fe Refactor ObjectForm condition check for clarity