Commit Graph

26 Commits

Author SHA1 Message Date
Paul Adamsen
6842fb69a0 CEC-4301 - Revise home map zoom to (#333) 2023-05-16 15:44:55 -04:00
Paul Adamsen
a59cd3b69f CEC-3932 - position of home map based on location (#327)
* CEC-3932 - position of home map based on location

* EasyButtons added

* remove unused icons

* use dropdown

* revert unneeded changes

* updates from review

* update snap
2023-05-04 15:46:43 -04:00
Paul Adamsen
55ae0f20b9 CEC-3933 - use VehiclePaths for location drawing (#306)
* CEC-3933 - Parse VehiclePaths location data

* changes

* fixes

* stuff

* sort of works

* fix

* progress

* refactor

* fix vehicle paths query

* digital twin shows map

* new dashboard

* wider digital twin map

* snapshot

* latest; using polylines

* lag lng changes

* stuff

* path showing up

* stuff

* things

* revert home page

* whitespace

* validation

* more stuff

* fix button issue

* tests pass without mocking data

* fix code smells

* remove map from digital twin, add to tab

* fix bug

* marker click event working

* individual colors

* possible fix

* fix warning

* merge and remove unused code

* small fixes

* re add dashboard

* snaps
2023-04-28 16:56:41 -04:00
John Wu
5a8e823822 CEC-3934 refresh digital twin (#300)
* CEC-3934 refresh digital twin

* clean up
2023-03-21 13:45:10 -07:00
das31
f863f37a9a CEC-3595-invalid-locations (#276)
* CEC-3595-invalid-locations

* fix ci

* added validate function

* resolve comments:
2023-02-03 20:11:00 -05:00
das31
7d14144b81 CEC-1711-fix-digital-twin-ver2 (#258)
* first commit

* fix build error
2023-01-13 16:30:20 -05:00
Paul Adamsen
a08d5809a6 CEC-2628 - Display IP in digital twin in portal (#251) 2023-01-06 13:41:22 -05:00
Alexander Andrews
58890ea40e CEC-2654: Revert Map polls for current visible area (#222) (#223)
Co-authored-by: Alexander Andrews <aandrews@fiskerinc.com>
2022-10-24 17:31:26 -04:00
Alexander Andrews
b45c70bd52 CEC-2654: Map polls for curren visible area (#222)
Update index.jsx
Added some tests, still don't meet  threshold

Co-authored-by: Alexander Andrews <aandrews@fiskerinc.com>
2022-10-24 13:08:18 -07:00
John Wu
ed57b5e023 CEC-2545 Fix can signal view on map (#216) 2022-10-06 08:16:48 -07:00
John Wu
25d2b3327e CEC-2585 Do not make request if there are no VINs (#215)
* CEC-2585 Do not make request if there are no VINs

* Commet
2022-10-05 10:23:08 -07:00
John Wu
5a3d8afd03 CEC-2585 Fix carsconnected errors (#214) 2022-10-05 08:41:07 -07:00
John Wu
231df333b0 CEC-2611 Show HMI online status (#205)
* CEC-2611 Show HMI online status
Update car update progress to show ECU
Refresh car details car updates tab

* clean up
2022-09-28 18:00:31 -07:00
John Wu
08145f6844 CEC-2211 Change link to button (#185) 2022-08-06 15:20:00 -07:00
John Wu
31202b1950 CEC-2211 online cars z-index (#184)
* CEC-2211 online cars z-index

* clean up
2022-08-06 10:22:22 -07:00
John Wu
0d706d8252 CEC-2211 Add CAN signals component to map (#182)
Fix timer memory leak
2022-08-05 21:32:57 -07:00
John Wu
b70afa5312 CEC-1450 Show Trex version (#169)
* CEC-1450 Show Trex version

* Code smells

* Clean up

* Fixes

* Optimize test
2022-07-26 09:19:48 -07:00
John Wu
86eeaab869 Development (#94)
* CEC-371 Car ECU display (#79)

* Merge Development (#53)

* Use responsive iframe control for charts (#49)

* Use responsive iframe control to charts

* Move external Grafana link to Dashboard page

* Remove unused embedded style class

* Add button label

* added delete button to deploy packages

* Fix unit test warning
Remove unused route from test

* Fix styling of button

* minor fixes per pr review

Co-authored-by: jcw-fisker <jwatson@fiskerinc.com>
Co-authored-by: John Cotten Watson <83605808+jcw-fisker@users.noreply.github.com>

* Development Merge (#57)

* CEC-287 Car connection status (#59) (#60)

* Car connection status

* Formatting

* Merge Development (#64)

* Add connection status to vehicles page

* ConnectedIcon control

* Handle Style

* Development (#67)

* preliminary map for vehicles

* weird zoom bug

* passing react tests

* fixing warnings and updating snapshots

* update node environment to 14

* addressing comments by changing variable types and adding styles to home page title

* adding CODEOWNERS file

* fixing token error

* CEC-371 Update car ECUs display (#78)

* Clean up className styles
Update car status page to show update and ECUs

* Add update ecu version button
Show all ECUs on car status page
Only show car ecus for search

Co-authored-by: jcw-fisker <jwatson@fiskerinc.com>
Co-authored-by: John Cotten Watson <83605808+jcw-fisker@users.noreply.github.com>
Co-authored-by: Drew Taylor <69828061+drew-fisker@users.noreply.github.com>

* CEC-394 Car update log (#81)

* CEC-394 Car update status control

* Remove Datadog RUM
Remove package update components
Move control components into Controls folder
Add Car update status page

* Display update status log
Clean up unused update package code

* Remove console.logs

* no vars

* adding timestamp to vehicle popup

* modifying vehicle data query

* removing extraneous code

* removing console log

* Clean up SonarCloud warnings (#83)

* Clean up SonarCloud warnings

* Bogus security warning

* Fix another warning

* Fix unauthorized locations request

* Fix update progress control

* CEC-563 New manifest format (#88)

* Add ManifestCreateContext
Update create manifest page

* Finish UI changes and API integration

* Fixes

* Fix test

* Remove manifest ECU file version and type

* Fixes

* Add manifest ecu file type control

* Fix Sonar warnings

* Fix test

* Update codeowners

* Formatting

* CEC-553 Change file type to string (#90)

* CEC-553 File type uses string enum

* Fix test timeout

* Fix

* Merge development

* Increase timeout

* Clean up (#95)

* Clean up
Mock missing methods

* Smell

Co-authored-by: jcw-fisker <jwatson@fiskerinc.com>
Co-authored-by: John Cotten Watson <83605808+jcw-fisker@users.noreply.github.com>
Co-authored-by: Drew Taylor <69828061+drew-fisker@users.noreply.github.com>
Co-authored-by: Drew Taylor <dtaylor@fiskerinc.com>
2021-10-14 12:23:16 -07:00
John Wu
680280dbf2 Merge development (#86) 2021-09-13 09:15:20 -07:00
John Wu
74eb2707a3 Merge CEC-394 Car update log (#82) 2021-08-26 15:03:45 -07:00
John Wu
e50eb886e6 Reorganize app pages (#73)
* Update layout and menus

* Add breadcrumbs
Add menu icons
Add ECU drop down

* Implement submenu
Update download progress

* revamped dashboard section - failing app.test.js

* Clean up

Co-authored-by: Drew Taylor <dtaylor@fiskerinc.com>
2021-08-10 08:11:06 -07:00
Drew Taylor
8d5a6c7a7f fixing token error 2021-07-22 12:08:20 -07:00
Drew Taylor
2a186736c3 addressing comments by changing variable types and adding styles to home page title 2021-07-22 11:47:46 -07:00
Drew Taylor
eb22be3763 fixing warnings and updating snapshots 2021-07-22 10:30:38 -07:00
Drew Taylor
e09ce9bd41 passing react tests 2021-07-21 17:15:34 -07:00
Drew Taylor
1bb679a3f8 weird zoom bug 2021-07-14 17:09:17 -07:00