This website requires JavaScript.
Explore
Help
Sign In
farmcontrol
/
farmcontrol-api
Watch
2
Star
0
Fork
0
You've already forked farmcontrol-api
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
farmcontrol-api
/
src
/
database
/
schemas
History
Tom Butcher
e1b6814efd
All checks were successful
farmcontrol/farmcontrol-api/pipeline/head
This commit looks good
Details
Enhanced gcodeFile schema to populate part information during validation, improving data integrity for parts. Updated service functions to reflect changes in population logic for parts, ensuring accurate data retrieval.
2026-07-26 21:21:30 +01:00
..
finance
Removed paymentDate field from payment schema and updated related route handlers to reflect this change, streamlining payment data management.
2026-07-18 14:00:44 +01:00
inventory
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.
2026-07-26 18:37:55 +01:00
management
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.
2026-07-26 19:07:41 +01:00
misc
Added user settings schema to the database, defining user preferences and default settings. This new model includes fields for view mode, sidebar visibility, and timestamps for creation and updates, enhancing user customization capabilities.
2026-07-18 14:48:41 +01:00
production
Enhanced gcodeFile schema to populate part information during validation, improving data integrity for parts. Updated service functions to reflect changes in population logic for parts, ensuring accurate data retrieval.
2026-07-26 21:21:30 +01:00
sales
Removed console.log statements across various files to clean up the code and improve performance. This includes logging related to audit logs, user notifications, database operations, and session management.
2026-07-23 21:44:32 +01:00
models.js
Added printer and filament profile schemas, routes, and associated logic for managing profiles. Enhanced authentication for slicer uploads and integrated new routes for handling slicer-related operations. Updated database utilities and services to support new features, improving overall functionality and user experience.
2026-07-20 02:11:44 +01:00