csawatzky
|
370134a401
|
Merge branch '3d_bin' into staging_environment
|
2026-06-12 14:17:54 -06:00 |
|
csawatzky
|
964af32ec0
|
commented out unused parts of the new bin page, dont know if they will be used in the future so that is why they are commented and not removed
|
2026-06-12 14:14:12 -06:00 |
|
csawatzky
|
87382dd5d8
|
cables now start at the top of the sidewall and dont go into the roof, added skeletons to the bin page for when it is loading, also fixed an issue with the camera being very zoomed in sometimes when the page loads
|
2026-06-09 15:47:44 -06:00 |
|
csawatzky
|
13c15ec195
|
finished hooking up the inventory adjustment slider when using manual control on the bin page
|
2026-06-03 12:36:08 -06:00 |
|
csawatzky
|
dc52ef77a7
|
finished the expanded cables dialog, worked on the scrolling for bin cables in the pages table view, did some mobile view edits
|
2026-06-01 15:12:13 -06:00 |
|
csawatzky
|
b00f10b831
|
finished the bin sensor view to display connected components for a bin
|
2026-05-28 11:18:40 -06:00 |
|
csawatzky
|
67b251d865
|
added graphs to the bin details section on the new page and started working on the sensors
|
2026-05-22 13:12:54 -06:00 |
|
Carter
|
312cc6e2dc
|
build info on bottom left of screen area
|
2026-05-22 11:09:18 -06:00 |
|
Carter
|
81c2b687fa
|
redesigned white labeling code
|
2026-05-21 11:03:34 -06:00 |
|
csawatzky
|
9cc7715f4c
|
Merge branch 'staging_environment' into 3d_bin
|
2026-05-20 11:59:03 -06:00 |
|
csawatzky
|
6ccc1ba263
|
added the alerts to the bin details part of the bin page, also fixed bug in the new alert dialog
|
2026-05-19 16:30:22 -06:00 |
|
Carter
|
0410a5ccae
|
removing auth dependency from shared authorized ui
|
2026-05-19 16:19:48 -06:00 |
|
Carter
|
9f02b47def
|
Merge branch 'import_warnings' into local_server
|
2026-05-19 16:18:42 -06:00 |
|
Carter
|
13346403e5
|
fixed compilation warnings caused by lazy loading modules
|
2026-05-19 13:25:11 -06:00 |
|
csawatzky
|
0f4d706e76
|
hooked up the mode change stuff for the new summary
|
2026-05-14 10:39:21 -06:00 |
|
csawatzky
|
f54d4b5375
|
changed the orbital camera to allow for an offset without messing with the rotation, added a moisture heatmap, updated the bin3dvisualizer to look cleaner, re-implemented a new version of the dialog box that pops up when clicking a node
|
2026-05-13 14:32:52 -06:00 |
|
Carter
|
ae9abaf9fd
|
local login now functional
|
2026-05-06 18:18:57 -06:00 |
|
csawatzky
|
4b2c67dfd9
|
started work on the bin summary part of the new bin page, built the framework and the new 3d visualizer, still doing some work on the camera to create an overlay with a reset button
|
2026-05-01 13:11:12 -06:00 |
|
csawatzky
|
b1c676987e
|
updated the heatmap and added toggles
|
2026-04-29 15:33:35 -06:00 |
|
csawatzky
|
6c87ed03ed
|
did some refactoring so the node and cable data is computed in the data layer so that it is accessible by anything in the bin to make way for a heatmap
|
2026-04-16 16:27:08 -06:00 |
|
csawatzky
|
ff64f8594c
|
Merge branch 'staging_environment' into 3d_bin
|
2026-04-15 11:33:52 -06:00 |
|
csawatzky
|
0556fe2d8b
|
made some changes in the bin sensors to open a new dialog when the component being removed is the last one for a device so users can remove the device from the bin along with the component
|
2026-04-14 15:29:59 -06:00 |
|
csawatzky
|
cb6609bdb1
|
built out a simple framework for building 3d objects
an orbital camera and some basic shapes are used to build the 3d bin shell and the flat inventory when using manual or lidar are built
|
2026-04-08 09:39:42 -06:00 |
|
csawatzky
|
52c8a02af3
|
with changing unit preferences and such to use the user object and not local storage, the decriber needed to be updated as well and i missed that part, so now describeMeasurement takes in an optional user and uses its settings for the unit and such and when not passed in will use the defaults
|
2026-04-01 10:42:16 -06:00 |
|
csawatzky
|
9d41499c27
|
added an optional param to the object users and object teams to use a button with a label and use the share icon when it isn't there
|
2026-03-31 15:37:56 -06:00 |
|
csawatzky
|
186604dccf
|
final adjustments to the field task list and the field drawer and field page using the tasks with the permissions in the correct way
|
2026-03-31 13:37:49 -06:00 |
|
csawatzky
|
777089e8c4
|
Merge branch 'staging_environment' into get_permissions_fix
|
2026-03-26 14:30:46 -06:00 |
|
csawatzky
|
cabc0146ed
|
replaced uses of getGrainUnit to the users grainUnit function to pull form logged in users settings rather than local storage
|
2026-03-26 12:47:16 -06:00 |
|
csawatzky
|
ce41a2dc05
|
replacing the getTemperatureUnit function in units that uses the local storage with a function in the user model to just get it from the user settings
|
2026-03-25 15:45:59 -06:00 |
|
Carter
|
a288c9503a
|
switched to status websocket instead of the dead full device websocket
|
2026-03-23 12:18:51 -06:00 |
|
Carter
|
46ce5b6720
|
Merge branch 'websocket_context' into staging_environment
|
2026-03-20 11:17:08 -06:00 |
|
Carter
|
31f7e8ee07
|
fixed devices page websocket context
|
2026-03-20 11:16:59 -06:00 |
|
csawatzky
|
d3a5c24741
|
updated get permissions to take in the keys and types to get the correct permissions using the context chain
|
2026-03-18 14:38:25 -06:00 |
|
csawatzky
|
63bba4f74e
|
added keys and types to the note api for adding and loading notes and chats
|
2026-03-17 14:46:45 -06:00 |
|
Carter
|
a2ac900f3e
|
fixed race condition on web socket status updates
|
2026-03-13 15:47:22 -06:00 |
|
Carter
|
9e3ce3c00d
|
added h2s lel and o2 to the device status readings on the devices dashboard
|
2026-03-13 13:43:05 -06:00 |
|
Carter
|
1e2003a541
|
added optional timestamp
|
2026-03-13 13:20:51 -06:00 |
|
Carter
|
b96787698b
|
implemented live web socket on the devices page for status readings
|
2026-03-13 12:29:06 -06:00 |
|
Carter
|
4546796db9
|
guarding device web socket a little better
|
2026-03-06 13:05:30 -06:00 |
|
Carter
|
55bff3af00
|
guarding component web socket a little better
|
2026-03-06 13:04:46 -06:00 |
|
Carter
|
7939d540ac
|
implemented web sockets
|
2026-03-06 12:23:34 -06:00 |
|
csawatzky
|
c09bd9c6d1
|
Merge branch 'staging_environment' into imperial_bushels
|
2026-03-06 10:45:33 -06:00 |
|
csawatzky
|
9414e30cea
|
updated the yard with the new ton stuff working through contracts
|
2026-03-05 12:45:36 -06:00 |
|
csawatzky
|
29d9e7377c
|
working on US ton stuff
|
2026-03-04 12:51:10 -06:00 |
|
Carter
|
abc77cc27a
|
re-aligned add bin button and closing crisp chat when chat drawer is opened
|
2026-02-26 15:00:32 -06:00 |
|
Carter
|
baf59a2b78
|
added button to open crisp chat from the chat menu
|
2026-02-25 15:14:24 -06:00 |
|
Carter
|
5c1434a2e7
|
fixed chat drawer mobile formatting
|
2026-02-25 12:01:21 -06:00 |
|
csawatzky
|
1487c78466
|
fixed bug where the linear progress never went away because the loading boolean was never being reset when no contracts were loaded, also added to the note in the contracts that the names of custom types have to match
|
2026-02-12 16:16:53 -06:00 |
|
csawatzky
|
f6e53aff1c
|
added some minor functionality to the field page so clicking a harvest plan from the table updated the overview with it, also fixed a bug that came up regarding that with the settings using the plan permissions when they should be using the permissions passed in
|
2026-02-12 14:55:43 -06:00 |
|
csawatzky
|
caf9fada15
|
modified the SingleSetAreaChart to take in a few more parameters to be able to customize the tooltip a little better as well as have multicolour for above 0 and below 0 for the new graph on the gate page for showing the delta temp over time
|
2026-02-05 11:39:21 -06:00 |
|