Commit Graph

102 Commits

Author SHA1 Message Date
21f81e4c78
Merge pull request #34 from ForFarmTeam/documetation-setup
Documetation setup, rewrite dockerfile and compose, manifest and add healthcheck
2025-04-04 23:42:45 +07:00
00700af27f chore: rewrite compose and add manifest file, markdown 2025-04-04 23:41:53 +07:00
Natthapol SERMSARAN
83a5aa7ec1 Merge branch 'feature-knowledge-hub' into feature-test 2025-04-04 23:28:14 +07:00
Buravit Yenjit
8152185d1f fix: delete table of content out from ui 2025-04-04 23:20:09 +07:00
4fa4d17d6b ui: apply markdown to chatbot 2025-04-04 22:36:20 +07:00
a38ee0df35 fix: show blog in hub page 2025-04-04 21:14:52 +07:00
aa6d434dfd feat: add setting and profile setting page 2025-04-04 17:12:24 +07:00
9d320ccb2f Merge branch 'main' into feature-farm-setup 2025-04-04 16:38:46 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
6563f272e7 feat: improve code readability in SignupPage by formatting and restructuring JSX elements 2025-04-04 15:37:21 +07:00
644b3f940d feat: add ability to edit farm and crop 2025-04-04 15:30:50 +07:00
b7e3e0a164 fix: update typos and remove breadcrumb 2025-04-04 15:25:55 +07:00
df38e1c9f2 feat: add chatbot endpoint 2025-04-04 15:24:14 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
186ad164e2 feat: remove console.table debug statements from InventoryPage 2025-04-04 14:14:29 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
ea214e3cf1 feat: streamline inventory item editing by simplifying category, unit, and status ID retrieval 2025-04-04 14:13:25 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
7b70f9ef4b feat: rename UpdateInventoryItemInput to EditInventoryItemInput and enhance error handling in inventory update logic 2025-04-03 22:39:14 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
63d38fb99d feat: refactor inventory item deletion and editing logic for improved error handling and structure 2025-04-03 21:30:41 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
f037bf766f feat: update inventory item structure and improve error handling 2025-04-03 20:01:44 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
01bc37a136 Merge branch 'feature-farm-setup' into feature-inventory 2025-04-03 18:06:08 +07:00
8c63c8d047 fix: change accessToken case 2025-04-03 18:04:49 +07:00
Pattadon
80d6897f3b refactor: rename InventoryItemStatus to InventoryStatus and update related types 2025-04-03 11:05:36 +07:00
Pattadon
f8390f1ee5 Merge branch 'feature-farm-setup' into feature-inventory 2025-04-03 11:05:22 +07:00
2b921514da refactor: remove unused import 2025-04-03 10:33:28 +07:00
1940a0034a refactor: use camelCase instead of Pascal 2025-04-03 10:33:13 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
00b392876b feat: add updateInventoryItem function and integrate with EditInventoryItem component 2025-04-02 22:49:30 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
c76b04a32c feat: add deleteInventoryItem function and integrate with DeleteInventoryItem component 2025-04-02 22:26:38 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
ea45f721c5 feat: update inventory API and types to improve item creation and validation 2025-04-02 22:14:29 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
f7b3162855 feat: refactor inventory item structure to use string IDs and update related components 2025-04-01 22:27:54 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
c8b824d01f feat: enhance AddInventoryItem component with inventory categories, statuses, and units 2025-04-01 21:05:33 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
6413032537 feat: implement confirmation dialog for deleting inventory items 2025-04-01 19:02:00 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
b5daa06955 feat: update button label in edit inventory item dialog to 'Save' 2025-04-01 18:56:03 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
bfeda8ce13 feat: add fetchHarvestUnits API and integrate into inventory management 2025-04-01 18:53:18 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
ba8f754d8d feat: add fetchInventoryCategory API and integrate into inventory management 2025-04-01 18:39:25 +07:00
f8752a94de Merge branch 'main' into feature-farm-setup 2025-04-01 17:42:49 +07:00
d6dc91270e Merge branch 'feature-farm-setup' of https://github.com/ForFarmTeam/ForFarm into feature-farm-setup 2025-04-01 17:14:43 +07:00
Pattadon
e7bdb5d6a1 feat: add fetchInventoryStatus API and integrate into inventory page 2025-04-01 16:07:09 +07:00
Pattadon
338733b12b fix: remove unnecessary 'Type' column from inventory table 2025-04-01 14:25:48 +07:00
Pattadon
a254185375 feat: add inventory_category table and update inventory_items structure with category and unit references 2025-04-01 14:11:52 +07:00
Pattadon
b4793aba38 fix: streamline inventory item filtering by converting id to string 2025-04-01 13:31:04 +07:00
Pattadon
9b81a8af3b fix: update inventory item status to "Out Of Stock" and adjust status class handling 2025-04-01 11:19:25 +07:00
Pattadon
4e42794aad feat: enhance EditInventoryItem component with props and status selection 2025-04-01 10:47:22 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
06b318bfc5 Merge branch 'feature-inventory' into feature-farm-setup 2025-03-31 22:16:49 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
486c16ab15 feat: style delete button and remove unused search handler in inventory page 2025-03-31 22:12:18 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
0df2d8241e feat: enhance status display in inventory table with conditional styling 2025-03-31 21:58:12 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
e004c62941 feat: add sorting icons to inventory table headers and disable sorting for edit/delete columns 2025-03-31 21:53:09 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
83bffe9747 feat: add search functionality to inventory page 2025-03-31 21:37:38 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
2b694a1b44 change to use the tannstack table 2025-03-31 21:07:23 +07:00
89364fae0c feat: modify google map state management + add farm creation 2025-03-31 11:24:29 +07:00
THIS ONE IS A LITTLE BIT TRICKY KRUB
7b69c68056 Merge branch 'feature-farm-setup' into feature-inventory 2025-03-30 17:32:59 +07:00
6885eb4bfb feat: add farm setup and fetch 2025-03-28 01:20:41 +07:00
Natthapol SERMSARAN
e0dc49499b ui: add delete and edit button ui to inventoty page 2025-03-21 23:00:32 +07:00