Tom Butcher tom
tom pushed to main at farmcontrol/farmcontrol-ui 2026-03-07 22:42:12 +00:00
1882ec8e32 Implemented product skus.
tom pushed to main at farmcontrol/farmcontrol-ui 2026-03-07 20:48:24 +00:00
785e1054d0 Seperate out mac os packages.
tom pushed to main at farmcontrol/farmcontrol-ui 2026-03-07 20:38:23 +00:00
5ec394cbc0 Add PostProductStock component and integrate posting functionality for product stocks. Update NewProductStock to set default state to 'draft'. Enhance ProductStockInfo with modal for posting stocks and update action visibility based on stock state.
tom pushed to main at farmcontrol/farmcontrol-api 2026-03-07 20:38:18 +00:00
866c29f33f Set default state as 'draft' and introduced 'postedAt' field. Implemented postProductStock route handler to transition product stock from draft to posted state, including state validation checks. Updated related service functions for consistency.
tom pushed to main at farmcontrol/farmcontrol-ws 2026-03-07 20:38:12 +00:00
f358eaa1d0 Updated product stock schema to include default state as 'draft', added 'postedAt' field, and introduced rollup configurations for 'draft' and 'posted' states.
tom pushed to main at farmcontrol/farmcontrol-api 2026-03-07 20:36:33 +00:00
1b2d505a30 Updated tests.
tom pushed to main at farmcontrol/farmcontrol-ui 2026-03-07 20:32:52 +00:00
04d26600fd Refactor NotificationContext to simplify notification fetching logic by removing redundant useEffect. Update condition checks for authenticated and notificationCenterVisible to use strict equality.
52fd0ebd63 Enhance FilePreview and FileUpload components with error handling and minimal display option. Refactor AuthContext to improve user info retrieval and session management.
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-api 2026-03-07 20:32:47 +00:00
420ab75467 Added user existence check in userRouteHandler to return 401 status if user is not found, enhancing authentication flow.
tom pushed to main at farmcontrol/farmcontrol-ui 2026-03-07 20:00:49 +00:00
845b330242 Fixed border radius.
tom pushed to main at farmcontrol/farmcontrol-ui 2026-03-07 19:44:20 +00:00
835db6e49f Enhance UserProfilePopover component by adding a Card wrapper for the user icon, improving visual presentation and layout. Refactor icon action filtering for better readability.
b5dd009d1a Refactor FileUpload component to ensure onChange is called consistently after file selection, improving state management for file uploads.
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2026-03-07 19:22:48 +00:00
775393dfd1 Add user profile popover and logout icon; refactor dashboard navigation
tom pushed to main at farmcontrol/farmcontrol-api 2026-03-07 19:22:43 +00:00
5f5eedc798 Enhanced user management in auth.js by ensuring user data is returned with expanded object IDs, updated user retrieval to use lean queries for performance, and added profile image support in user info response.
tom pushed to main at farmcontrol/farmcontrol-ui 2026-03-07 14:05:33 +00:00
fd968bb2b5 Implemented better address handling.
tom pushed to main at farmcontrol/farmcontrol-ws 2026-03-07 13:38:52 +00:00
a9999f95d0 Implemented product stocks.
tom pushed to main at farmcontrol/farmcontrol-api 2026-03-07 13:38:44 +00:00
7c44f36590 Implemented product stocks and minor improvements.
tom pushed to main at farmcontrol/farmcontrol-ui 2026-03-07 13:38:35 +00:00
112cbb5ce8 Implemented product stocks.
tom pushed to main at farmcontrol/farmcontrol-api 2026-03-07 13:24:46 +00:00
cf01c3aa38 Fixed connection link.
tom pushed to main at farmcontrol/farmcontrol-api 2026-03-07 13:14:33 +00:00
029141ff75 Added start command.
tom pushed to main at farmcontrol/farmcontrol-api 2026-03-07 13:05:57 +00:00
5809b7ab23 Updated production vars.
tom pushed to main at farmcontrol/farmcontrol-ws 2026-03-07 13:05:52 +00:00
bfbcfc3e66 Updated production vars.