Gomathi
45db21e66c
3d widget highlight added
2025-04-08 18:32:19 +05:30
Jerald-Golden-B
43df50c576
feat: Enhance ArmBot and StaticMachine mechanics with trigger handling and reset functionality
2025-04-08 18:31:57 +05:30
Gomathi
d76d09019e
zone based assets added and 3d widgets dnd updated
2025-04-08 18:14:59 +05:30
Jerald-Golden-B
a6993ccd2e
fix: Remove console log statements for cleaner output
2025-04-08 15:00:36 +05:30
Jerald-Golden-B
b5ba3a0ce1
Refactor event handling and state management for StaticMachine and ArmBot types
...
- Updated `loadInitialFloorItems.ts` to streamline event data processing for StaticMachine and ArmBot types.
- Enhanced `copyPasteControls.tsx` and `duplicationControls.tsx` to support StaticMachine and ArmBot event data creation with proper UUID generation.
- Modified `moveControls.tsx`, `rotateControls.tsx`, and `transformControls.tsx` to include event data in the state.
- Improved `pathConnector.tsx` to handle connections for StaticMachine and ArmBot types, including deletion functionality.
- Updated store management to rename `useDeleteModels` to `useDeleteTool` for clarity.
- Adjusted type definitions in `worldTypes.d.ts` to include StaticMachine and ArmBot event schemas.
2025-04-08 14:56:45 +05:30
Nalvazhuthi
61f73369d8
mergin main
2025-04-08 09:28:41 +05:30
Jerald-Golden-B
bde1e6318c
fix: Adjust panel size calculations and clean up realTimeViz styles
2025-04-07 18:37:17 +05:30
Jerald-Golden-B
1852a47775
fix: Clean up error handling and restore commented-out loading progress in Project component
2025-04-07 18:28:52 +05:30
Jerald-Golden-B
080c815ded
Merge remote-tracking branch 'origin/ui' into simulation
2025-04-07 18:28:24 +05:30
Nalvazhuthi
b24e4583d7
updated realTimeViz panel style
2025-04-07 18:27:01 +05:30
Jerald-Golden-B
d8bf2ea956
Merge remote-tracking branch 'origin/ui' into simulation
2025-04-07 18:20:27 +05:30
Jerald-Golden-B
8d68f9046f
Merge remote-tracking branch 'origin/rtViz' into simulation
2025-04-07 18:20:04 +05:30
Jerald-Golden-B
272317991a
feat: Extend simulation state types to include ArmBot events and update related components
...
- Updated RotateControls and SelectionControls to handle ArmBot events in simulation states.
- Enhanced PathConnector to manage connections involving ArmBot and StaticMachine types.
- Added ArmBotMechanics and StaticMachineMechanics components for managing properties of ArmBot and StaticMachine.
- Modified types in worldTypes to include rotation for ArmBot and StaticMachine events.
- Updated store to accommodate new ArmBot event types in simulation states.
2025-04-07 18:16:34 +05:30
Nalvazhuthi
e23b580a14
updated realTimeViz panel style
2025-04-07 18:01:48 +05:30
Gomathi
8f46c46633
Merge branch 'main' into rtViz
2025-04-07 18:00:58 +05:30
Gomathi
cf5faad3d7
updated 3d widget data
2025-04-07 18:00:43 +05:30
Gomathi
ec104c25c4
builder zone data updated
2025-04-07 17:59:52 +05:30
Nalvazhuthi
4a05bb8cdf
updated realTimeViz panel style
2025-04-07 17:55:14 +05:30
Jerald-Golden-B
c44629f07d
Merge branch 'main' into simulation
2025-04-07 11:24:09 +05:30
Jerald-Golden-B
7060744ee1
feat: Add modeluuid assignment to userData in copy and duplication controls; log eventData and newEventData for debugging
2025-04-07 10:04:44 +05:30
Vishnu
aefbcdded9
Merge branch 'main' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev
2025-04-07 09:04:04 +05:30
Jerald-Golden-B
77b0a9bbf9
Merge remote-tracking branch 'origin/rtViz' into simulation
2025-04-05 18:03:06 +05:30
Jerald-Golden-B
e3b5b5c1d6
feat: Add ArmBotEventsSchema interface to define ArmBot event structure and properties
2025-04-05 18:02:01 +05:30
Gomathi
8f0121aacf
socket added for 3d widgets edit option
2025-04-05 17:55:14 +05:30
Jerald-Golden-B
c5d4507400
feat: Log camera update response data for debugging purposes; adjust user position parameter in findEnvironment function
2025-04-05 17:40:46 +05:30
Jerald-Golden-B
58d82da349
refactor: Simplify eventData structure in controls and remove console logs from simulation
2025-04-05 16:15:11 +05:30
Jerald-Golden-B
b89589d8ea
refactor: Update connection identifiers from pathUUID to modelUUID across simulation components
2025-04-05 15:15:01 +05:30
Jerald-Golden-B
1cc877aee1
feat: Enhance simulation state management to include StaticMachineEventsSchema
...
- Updated various modules to accommodate StaticMachineEventsSchema in simulation states.
- Modified event handling in addAssetModel, deleteFloorItems, and loadInitialFloorItems to support new event types.
- Adjusted type definitions in worldTypes.d.ts to define StaticMachineEventsSchema.
- Refactored path management in processCreator and simulation to handle new event types.
- Ensured compatibility in selection and manipulation controls for StaticMachine events.
- Removed bug that made the other assets not droppable
2025-04-05 14:33:25 +05:30
Jerald-Golden-B
c89129e4ce
Fix connection validation for Conveyor paths; ensure connections are only allowed between start/end points
2025-04-05 12:42:45 +05:30
Jerald-Golden-B
34aea0ecf1
Refactor AGV and PathNavigator components; add NavMeshCreator for improved navigation handling and added backend event storage for connections
2025-04-05 12:25:29 +05:30
Jerald-Golden-B
e92345d820
Refactor simulation paths to simulation states
...
- Updated all instances of `simulationPaths` to `simulationStates` across multiple components including copyPasteControls, duplicationControls, moveControls, rotateControls, selectionControls, and others.
- Adjusted related state management hooks in the store to reflect the change from `simulationPaths` to `simulationStates`.
- Ensured that all references to simulation paths in the simulation logic and UI components are consistent with the new naming convention.
2025-04-05 10:12:28 +05:30
Jerald-Golden-B
748a3d5eb0
Merge branch 'main' into simulation
2025-04-04 19:05:04 +05:30
Gomathi
6089c5538f
Merge branch 'main' into rtViz
2025-04-04 18:50:12 +05:30
Gomathi
baed3cd98b
3d editoption api added and rotation functionality added
2025-04-04 18:47:47 +05:30
Jerald-Golden-B
99a478f2e4
Merge remote-tracking branch 'origin/simulation-animation' into simulation
2025-04-04 18:05:38 +05:30
SreeNath14
c5ca0da1c5
"updated overall animation logics"
2025-04-04 18:02:53 +05:30
Jerald-Golden-B
e81f284dc7
Merge remote-tracking branch 'origin/simulation-animation' into simulation
2025-04-04 17:53:12 +05:30
Jerald-Golden-B
395fdb14a6
Merge remote-tracking branch 'origin/simulation-agv' into simulation
2025-04-04 17:48:35 +05:30
Nalvazhuthi
46d4308f9a
display menu bugfix
2025-04-04 17:47:15 +05:30
Jerald-Golden-B
8dc6b3949f
refactor: update event handling in mechanics components to use socket communication
2025-04-04 17:46:19 +05:30
Jerald-Golden-B
cf6946750b
added backend connection for conveyor and vehicle mechanics
2025-04-04 16:57:18 +05:30
Poovizhi99
75b88efe87
added buffer in agv
2025-04-04 16:53:57 +05:30
Nalvazhuthi
f738fec057
widget hide panel
2025-04-04 15:31:16 +05:30
Gomathi
60b778ff3d
rotation added
2025-04-04 15:17:38 +05:30
Vishnu
cf4c026d79
update asset library URL, fix dropdown item comment, and adjust line color based on theme
2025-04-04 13:42:46 +05:30
Vishnu
df0b4a297a
Merge pull request 'ui' ( #43 ) from ui into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/43
2025-04-04 04:57:44 +00:00
Nalvazhuthi
57ad4ea8e2
added zones drop down in builder ouline and adjust width of displayZones
2025-04-04 10:08:07 +05:30
SreeNath14
280fe59a14
:updated swap"
2025-04-04 09:54:08 +05:30
Poovizhi99
bb4f846528
Merge remote-tracking branch 'origin/main' into simulation-agv
2025-04-04 09:46:48 +05:30
Poovizhi99
37f912a6f1
solved few bugs in agv
2025-04-04 09:46:18 +05:30
Vishnu
719cfd04c4
Merge pull request 'simulation' ( #41 ) from simulation into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/41
2025-04-03 14:28:12 +00:00
Jerald-Golden-B
4491383093
fix: update asset model to set isUsed to false
2025-04-03 19:51:46 +05:30
Jerald-Golden-B
5e97b333dc
Merge remote-tracking branch 'origin/simulation-animation' into simulation
2025-04-03 19:48:12 +05:30
Jerald-Golden-B
d29ee03c44
refactor: remove console logs and enhance model userData structure
2025-04-03 19:46:52 +05:30
Gomathi
713738520b
Merge branch 'main' into rtViz
2025-04-03 19:31:41 +05:30
Gomathi
22bb0332ac
3d widget editoption function added.
2025-04-03 19:31:25 +05:30
SreeNath14
5fb911f1a1
"updated smooth animation"
2025-04-03 18:24:06 +05:30
gabriel
5fcf899a97
Merge branch 'main' into realTimeVisulization
2025-04-03 18:17:21 +05:30
gabriel
e848875fa0
changed api for get iot inputs
2025-04-03 18:15:26 +05:30
Nalvazhuthi
440e955fba
added zones drop down in builder ouline and adjust width of displayZones
2025-04-03 18:03:20 +05:30
Nalvazhuthi
70807d4ec4
added zones drop down in builder ouline and adjust width of displayZones
2025-04-03 18:02:28 +05:30
SreeNath14
1406efd808
Merge branch 'main' into simulation-animation
2025-04-03 10:29:40 +05:30
SreeNath14
cf364d707c
"updated animation"
2025-04-03 10:28:13 +05:30
Vishnu
6d639edc43
update socket connection URL to include '/Builder' path
2025-04-03 09:58:55 +05:30
Jerald-Golden-B
7b9695f006
update socket connection URL to include '/Builder' path
2025-04-03 09:56:20 +05:30
Poovizhi99
15d48372a3
merged to main
2025-04-02 19:21:13 +05:30
Poovizhi99
69ca2a3121
Merge remote-tracking branch 'origin/main' into simulation-agv
2025-04-02 19:12:23 +05:30
Poovizhi99
f5f74f35ad
added avg paths
2025-04-02 19:12:14 +05:30
Gomathi
194cdbbbee
Merge branch 'main' into rtViz
2025-04-02 19:09:50 +05:30
Gomathi
6acfdc0cdb
Merge branch 'rtViz' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into rtViz
2025-04-02 18:50:04 +05:30
Gomathi
238f76cb4c
socket added for 3d and floating Widget
2025-04-02 18:49:18 +05:30
Vishnu
70aeee068f
Merge remote-tracking branch 'origin/main' into ui
2025-04-02 18:32:44 +05:30
gabriel
09963d3337
resolved conflict and merged to main
2025-04-02 18:17:26 +05:30
gabriel
f175822c3c
Merge remote-tracking branch 'origin/main' into realTimeVisulization
2025-04-02 18:11:35 +05:30
gabriel
f0f7064b0a
added iot data and input card for 3D widget
2025-04-02 18:06:51 +05:30
Nalvazhuthi
f13065f811
merged with main
2025-04-02 18:01:05 +05:30
Nalvazhuthi
02a09c2a2f
added pannel hide and EditWidgetOption component
2025-04-02 17:51:44 +05:30
Vishnu
23199c53dd
Merge pull request 'rtViz' ( #31 ) from rtViz into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/31
2025-04-02 09:56:55 +00:00
Nalvazhuthi
37264f1690
added active chart select
2025-04-02 12:29:07 +05:30
Vishnu
10de9efc76
Merge remote-tracking branch 'origin/main' into ui
2025-04-02 12:20:30 +05:30
SreeNath14
844c8c3366
updated new animation
2025-04-02 11:10:44 +05:30
Vishnu
5666416cb9
fix: ensure theme is set on initialization
2025-04-02 10:38:14 +05:30
Vishnu
975e7e2c1d
Merge remote-tracking branch 'origin/main' into simulation
2025-04-02 10:36:10 +05:30
Vishnu
909a5755e0
Merge remote-tracking branch 'origin/main' into rtViz
2025-04-01 19:46:32 +05:30
Gomathi
b828cb2437
socket added for 2d widget
2025-04-01 19:35:11 +05:30
Vishnu
661edc27c6
Update background color to use CSS variable and remove unused theme initialization code
2025-04-01 19:19:28 +05:30
gabriel
721d3a3657
Merge remote-tracking branch 'origin/simulation-agv' into realTimeVisulization
2025-04-01 19:15:06 +05:30
gabriel
2adbd7af24
Merge remote-tracking branch 'origin/simulation' into realTimeVisulization
2025-04-01 19:14:03 +05:30
gabriel
688b7eb4a0
Add iot data and custom input card for floting cards
2025-04-01 19:06:29 +05:30
Jerald-Golden-B
00ea0432b5
feat: implement conveyor path creation with dynamic points and actions
2025-04-01 19:04:15 +05:30
Jerald-Golden-B
d74b9969f4
Merge remote-tracking branch 'origin/simulation-animation' into simulation
2025-04-01 18:54:56 +05:30
SreeNath14
8a177478c6
"updated animation"
2025-04-01 18:54:04 +05:30
Jerald-Golden-B
2043712f5d
add backend api and socket for conveyor events
2025-04-01 18:52:21 +05:30
Poovizhi99
d2be2094eb
functionality for grid distance
2025-04-01 18:16:11 +05:30
Vishnu
652dee0c4b
Update background color to use CSS variable and remove unused theme toggle logic
2025-04-01 17:46:55 +05:30
Gomathi
900723c14a
server api changed for RealTimeVisulization
2025-04-01 15:16:54 +05:30
SreeNath14
fa05e0c9c6
Merge remote-tracking branch 'origin/simulation' into simulation-animation
2025-04-01 15:13:36 +05:30
Poovizhi99
e1ea4525d9
Merge remote-tracking branch 'origin/simulation' into simulation-agv
2025-04-01 14:29:56 +05:30
gabriel
716e7109c4
Merge remote-tracking branch 'origin/simulation' into realTimeVisulization
2025-04-01 14:27:47 +05:30
gabriel
03e7c32bfb
Merge branch 'realTimeVisulization' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into realTimeVisulization
2025-04-01 14:27:19 +05:30
Poovizhi99
a9bfef7693
changed marketplace assets
2025-04-01 14:27:08 +05:30
Jerald-Golden-B
526befad20
refactor: update backend URL and added conveyor event storing in ackend
2025-04-01 14:25:42 +05:30
Vishnu
e95abfb4dd
Refactor DistanceLines component for improved label positioning and remove unused DistanceLine component
2025-04-01 12:25:01 +05:30
Vishnu
b5833696a5
Simplify conditional rendering of Sun component based on theme
2025-04-01 12:08:54 +05:30
Vishnu
a682d3dd1e
Refactor UI components and styles for improved layout and consistency
2025-04-01 12:03:29 +05:30
Gomathi
e35d3b3742
bug solved while delete floating widgets
2025-04-01 11:43:59 +05:30
Gomathi
695b066c81
deletepanel added
2025-04-01 11:33:10 +05:30
Poovizhi99
21d96a31bc
searching filtered assets
2025-04-01 08:58:56 +05:30
Jerald-Golden-B
945fc0396f
No code changes detected; skipping commit.
2025-03-31 19:54:21 +05:30
Jerald-Golden-B
29ea88a58a
Merge remote-tracking branch 'origin/rtViz' into simulation
2025-03-31 19:53:54 +05:30
Jerald-Golden-B
a5cdd53568
Merge remote-tracking branch 'origin/realTimeVisulization' into simulation
2025-03-31 19:39:58 +05:30
Jerald-Golden-B
66f5ea9628
Merge branch 'main' into simulation
2025-03-31 19:39:33 +05:30
Gomathi
f78b7ce6c5
conflicts resolved in api file
2025-03-31 19:39:09 +05:30
Jerald-Golden-B
e3a85c81e5
Refactor socket initialization to include organization and enhance asset event handling; remove unused console logs and improve asset data structure
2025-03-31 19:38:23 +05:30
Gomathi
d4e4952de4
conflicts resolved
2025-03-31 19:25:44 +05:30
gabriel
3394a8cee8
Merge remote-tracking branch 'origin/main' into realTimeVisulization
2025-03-31 19:23:54 +05:30
gabriel
bb5c9563d8
added donut and pole area chart and added its iot data
2025-03-31 19:22:37 +05:30
Gomathi
6b8ccc02c7
3d widget api added and template frontend and backend completed
2025-03-31 19:20:03 +05:30
Nalvazhuthi
9611ad69cf
updated distanceLine and fix drag bug
2025-03-31 18:22:40 +05:30
Vishnu
b125989ae7
Refactor styles for improved theme management, enhance input components, and add scene styles
2025-03-31 18:06:44 +05:30
gabriel
ec87acb824
added input for name
2025-03-31 15:02:35 +05:30
Jerald-Golden-B
e54c9e6e0d
Refactor Tools component for improved readability and structure
2025-03-31 14:52:06 +05:30
Jerald-Golden-B
b71fdbddbb
Merge remote-tracking branch 'origin/simulation-agv' into simulation
2025-03-31 14:29:04 +05:30
Jerald-Golden-B
6e4c8282c5
Refactor AssetProperties layout, enhance PositionInput component with optional properties, and implement new asset event fetching logic
2025-03-31 14:28:24 +05:30
Poovizhi99
cacb23ea5a
added feneration assets
2025-03-31 12:59:12 +05:30
Poovizhi99
e1200f52d0
assets added based on categoryin builder
2025-03-31 12:07:25 +05:30
Vishnu
8fc4453cee
Refactor input styles, implement 3D toggle state management, and enhance FileMenu with dropdown options
2025-03-31 11:11:44 +05:30
Vishnu
7c85d2041e
Merge branch 'rtViz' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into rtViz
2025-03-29 19:36:56 +05:30
Gomathi
6ccdb28f52
floatingwidgets Api and 3dwidget frontend and 2d widget delete Api and zonecameraUpdation
2025-03-29 19:21:20 +05:30
Vishnu
a3692f8f63
Merge remote-tracking branch 'origin/main' into ui
2025-03-29 19:09:52 +05:30
Vishnu
0ea79df1a1
Merge remote-tracking branch 'origin/main' into ui
2025-03-29 19:03:03 +05:30
Vishnu
6cb8e1076e
refactor: update loading styles and introduce faint gradient variables
2025-03-29 19:02:02 +05:30
Vishnu
c7b438fa98
Merge pull request 'Added and modifies vehicle mechanics state, added connection between conveyors and vehicles, Added UI integeration for vehicles events addition.' ( #25 ) from simulation into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/25
2025-03-29 13:30:30 +00:00
Vishnu
9471f1ec2d
Merge pull request 'added api to save widgit data and iot data' ( #24 ) from realTimeVisulization into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/24
2025-03-29 13:29:19 +00:00
Jerald-Golden-B
3b80402fb6
refactor: remove unnecessary whitespace in RealTimeVisualization component
2025-03-29 18:45:10 +05:30
gabriel
3654cef817
added api to save widgit data and iot data
2025-03-29 18:42:08 +05:30
Jerald-Golden-B
98eb403b4a
refactor: clean up code in various components; streamline material properties and improve state management
2025-03-29 18:35:34 +05:30
Vishnu
a327044b8b
refactor: simplify user profile rendering in Header component
2025-03-29 18:16:18 +05:30
Jerald-Golden-B
df571e18fb
Merge remote-tracking branch 'origin/simulation-agv' into simulation
2025-03-29 18:15:41 +05:30
Jerald-Golden-B
5564eecf76
refactor: update VehicleMechanics to use LabledDropdown for start and end point selection; clean up unused MQTT code and improve zone data fetching logic
2025-03-29 18:14:29 +05:30
Nalvazhuthi
acb426f3c8
Merge branch 'ui' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into ui
2025-03-29 17:57:51 +05:30
Nalvazhuthi
ad7f4bbfd6
Add new images and update styles for visualization components
2025-03-29 17:56:50 +05:30
Poovizhi99
9fb0b78e45
integrated asset properties in builder
2025-03-29 17:46:47 +05:30
Vishnu
0e5fe6e1dc
feat: implement dashboard layout with sidebar, navbar, and marketplace banner
2025-03-29 16:41:44 +05:30
Poovizhi99
661fec1908
Merge remote-tracking branch 'origin/simulation' into simulation-agv
2025-03-29 14:33:12 +05:30
Jerald-Golden-B
d4d4b145c7
refactor: improve toggle UI logic in Header and Tools components for better state management
2025-03-29 14:31:02 +05:30
Poovizhi99
3831fd6bf1
Merge branch 'main' into simulation-agv
2025-03-29 14:30:02 +05:30
Poovizhi99
725abcf0c6
added toggle functionality
2025-03-29 14:29:32 +05:30
Jerald-Golden-B
c2dc898d53
refactor: rename position handlers to startPoint and endPoint for clarity; update toggle UI logic to use localStorage
2025-03-29 13:57:39 +05:30
Jerald-Golden-B
1cca51e652
fix: prevent speed change when no action sphere is selected in VehicleMechanics
2025-03-29 13:46:31 +05:30
Jerald-Golden-B
8606cbbe54
refactor: update speed handling in ConveyorMechanics and related types to support string values
2025-03-29 13:43:29 +05:30
Jerald-Golden-B
991fd4328a
Merge remote-tracking branch 'origin/simulation-agv' into simulation
2025-03-29 13:15:53 +05:30
Poovizhi99
a42d9260f6
included measureIcon
2025-03-29 13:04:28 +05:30
Jerald-Golden-B
13732a5679
added ui and integerated ui for the vehicle mechanics
2025-03-29 12:58:54 +05:30
Poovizhi99
cff29304d0
integrated Factory builder features
2025-03-29 12:57:16 +05:30
Vishnu
bb0a6f214a
Merge pull request 'ui' ( #22 ) from ui into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/22
2025-03-29 04:57:12 +00:00
Jerald-Golden-B
1ce24a64f1
refactor: standardize activeTool casing and enhance trigger mechanics with bufferTime
2025-03-29 10:24:47 +05:30
Vishnu
bc35687b26
Merge remote-tracking branch 'origin/main' into ui
2025-03-29 09:33:38 +05:30
Vishnu
ba259babdc
refactor: change uploadedOn type from string to number in asset components
2025-03-29 09:28:42 +05:30
Vishnu
261e673dac
package fic
2025-03-28 19:43:01 +05:30
Vishnu
893d01ee4e
Merge remote-tracking branch 'origin/main' into ui
2025-03-28 19:37:02 +05:30
Vishnu
01588cf6c1
Merge pull request '3dWidget dnd and 2d widgets backend api updated' ( #21 ) from rtViz into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/21
2025-03-28 13:57:58 +00:00
Vishnu
71310bdbdd
Merge remote-tracking branch 'origin/main' into rtViz
2025-03-28 19:27:09 +05:30
Vishnu
74ae0d1e14
Merge remote-tracking branch 'origin/main' into realTimeVisulization
2025-03-28 19:23:08 +05:30
Vishnu
c968f7865b
avatar started
2025-03-28 19:20:52 +05:30
Vishnu
ea076db579
Merge pull request 'Changed simulation state schema and Added Vehicles behaviour.' ( #19 ) from simulation into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/19
2025-03-28 13:48:17 +00:00
Vishnu
0cacf0964f
Merge pull request 'completed some features in market place' ( #18 ) from simulation-agv into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/18
2025-03-28 13:45:42 +00:00
Gomathi
c842b81611
3dWidget dnd and 2d widgets backend api updated
2025-03-28 19:13:20 +05:30
Jerald-Golden-B
f46f29b88c
Add MQTT URL to environment variables and refactor simulation components
2025-03-28 19:10:49 +05:30
gabriel
1f05dd087e
added dynamic input based on graph
2025-03-28 18:20:59 +05:30
gabriel
49af0ea3c9
added dynamic input based on graph
2025-03-28 18:17:45 +05:30
Poovizhi99
74c90acdc7
Merge remote-tracking branch 'origin/main' into simulation-agv
2025-03-28 16:29:31 +05:30
Poovizhi99
dc73c1a50b
completed some features in market place
2025-03-28 16:25:53 +05:30
Vishnu
f058508b50
Merge remote-tracking branch 'origin/main' into ui
2025-03-28 14:19:43 +05:30
Vishnu
b3b077c80d
type error fix
2025-03-28 14:11:11 +05:30
Poovizhi99
e4ef26331f
solved ui bugs marketplace
2025-03-28 13:55:30 +05:30
Vishnu
813f620b4d
Merge pull request 'simulation-agv' ( #11 ) from simulation-agv into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/11
2025-03-27 12:50:31 +00:00
Vishnu
66f96d408e
Merge pull request 'rtViz' ( #16 ) from rtViz into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/16
2025-03-27 12:47:16 +00:00
Vishnu
bbe26a3cb6
Merge pull request 'resolved chart data bug' ( #15 ) from realTimeVisulization into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/15
2025-03-27 12:46:37 +00:00
Gomathi
f69b601785
conflicts removed
2025-03-27 18:10:49 +05:30
Gomathi
40589b2fd8
Merge branch 'main' into rtViz
2025-03-27 18:10:13 +05:30
Gomathi
2591de38da
floating widgets data added
2025-03-27 18:04:16 +05:30
Vishnu
2e7fd39979
package update
2025-03-27 17:59:39 +05:30
Vishnu
d3b90d8b6d
Merge pull request 'simulation' ( #13 ) from simulation into main
...
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/13
2025-03-27 12:27:54 +00:00
Vishnu
146f62347a
Merge remote-tracking branch 'origin/main' into simulation
2025-03-27 17:56:31 +05:30
gabriel
4408bc763b
resolved chart data bug
2025-03-27 17:55:27 +05:30
Vishnu
d7e6e4d918
before merge commit
2025-03-27 17:25:07 +05:30
Vishnu
4b421c3162
before merge commit
2025-03-27 17:24:36 +05:30
Jerald-Golden-B
60795f5bde
Add null check for controls in FloorItemsGroup to prevent potential errors
2025-03-27 16:33:48 +05:30
Jerald-Golden-B
a4e1918849
Integrate active module checks in FloorItemsGroup and SelectionControls for improved event handling
2025-03-27 16:31:21 +05:30
Vishnu
a906d9a60b
Merge conflicts remote-tracking branch 'origin/main' into ui
2025-03-27 16:16:31 +05:30
Poovizhi99
ab0a68c5e5
merge conflicts resolved
2025-03-27 15:48:11 +05:30
Poovizhi99
c1251dc598
created paths based on aisle and wall points
2025-03-27 15:37:16 +05:30
Jerald-Golden-B
3de7eedb80
Update styles, add marketplace components, and enhance drag-and-drop functionality
2025-03-27 15:14:29 +05:30
Nalvazhuthi
49ea1b1ff2
updated ui
2025-03-27 15:00:24 +05:30
Jerald-Golden-B
a7ec4720a4
Refactor path connections structure and remove unused connection logic
2025-03-27 14:34:36 +05:30
Vishnu
c9d3287ad6
Implement zone camera and target updates
2025-03-27 13:11:48 +05:30
Gomathi
dac7edb837
zone camera and target updation added
2025-03-27 12:28:17 +05:30
Nalvazhuthi
7e44ba94ca
added dublicate widget function and added missed drag and drop
2025-03-27 12:24:36 +05:30
Jerald-Golden-B
2dfd34f27b
Enhance MachineMechanics and InputWithDropDown components; add connections to path interfaces
2025-03-27 12:24:15 +05:30