Commit graph

1500 commits

Author SHA1 Message Date
Matthias Rupp
778ee8175e Rename MapMarkerResponseDtoDecorator to MapMarkerResponse 2023-05-08 02:02:23 -11:00
Matthias Rupp
3e47ca3815 Review suggestions 2023-05-07 21:24:55 -11:00
Matthias Rupp
ab7102bf50 Remove unneccessary filter statement 2023-05-07 21:12:40 -11:00
Matthias Rupp
0f28a1893f Linter error 2023-05-07 09:00:12 -11:00
Matthias Rupp
de617093bf Remove assetId from preloaded responses 2023-05-07 08:52:16 -11:00
Matthias Rupp
7a8455c254 Rework MapMarkerResponseDto 2023-05-07 07:00:06 -11:00
Matthias Rupp
6127d3f8f6 Extend coordinate rounding unit test 2023-05-07 05:24:04 -11:00
Matthias Rupp
1917542091 Fix web type problems 2023-05-06 21:50:33 -11:00
Matthias Rupp
0e516d1685 Clean up 2023-05-06 21:18:24 -11:00
Matthias Rupp
e85eb4e179 add browser check 2023-05-06 09:32:00 -11:00
Matthias Rupp
b1fbefe6c6 Preload functionality 2023-05-06 08:52:02 -11:00
Matthias Rupp
855a68415c Merge remote-tracking branch 'origin/main' into feat/global-map-optim 2023-05-05 20:48:06 -11:00
Matthias Rupp
65daf342df
feat(web): Global map showing all assets with geo information (#2355)
* First crude implementation of the global asset map in web

* Use single DOM element for all markers

* Minor layout changes

* Refactor

* Add asset viewer

* Add API endpoint that returns only assets with location information (Thanks @EPP100)

* Remove sidebar icon flip

* Add dark theme support

* Center map to most recent asset

* Allow cluster viewing

* Fix linter errors

* Add newlines

* Fix ts errors

* Fix eslint error

* Run prettier

* Server code style

* Fix openapi mobile code generation issues

* Map markers test

* fix: Support video thumbnails

* Update API

* Review suggestions

* Review suggestions

* Linter error

* Chage mapMarker endpoint to map-marker

* Clean up leaflet imports
2023-05-05 20:33:30 -05:00
Matthias Rupp
616c983428 Initial experiments 2023-05-04 22:47:15 -11:00
Matthias Rupp
d341fc0d1d Clean up leaflet imports 2023-05-04 21:45:07 -11:00
Matthias Rupp
0f302c76d7 Chage mapMarker endpoint to map-marker 2023-05-04 21:40:48 -11:00
Michel Heusschen
15a498fd60
feat(server): add api key to openapi spec (#2362)
* feat(server): add api key to openapi spec

* regenerate api
2023-05-04 11:41:29 -05:00
Jason Rasmussen
af7da9d2c9
chore: standardize process method names (#2363) 2023-05-04 11:40:34 -05:00
Jason Rasmussen
91ad584064
chore: regenerate open api (#2374) 2023-05-03 14:27:57 -05:00
bo0tzz
b6b9f51bd7
chore(ml): Fix entrypoint path (#2373) 2023-05-03 14:27:35 -05:00
Matthias Rupp
c6164aeade Linter error 2023-05-02 08:20:36 -11:00
Matthias Rupp
eaa2365416 Review suggestions 2023-05-02 08:18:00 -11:00
Matthias Rupp
655423571e Review suggestions 2023-05-02 08:13:57 -11:00
Matthias Rupp
6b1a863e2d Update API 2023-05-02 01:22:25 -11:00
Matthias Rupp
934fcf03f1 fix: Support video thumbnails 2023-05-02 00:50:22 -11:00
Matthias Rupp
ce4fbdecfa Map markers test 2023-05-02 00:23:18 -11:00
Matthias Rupp
44c750cfa4 Fix openapi mobile code generation issues 2023-05-02 00:02:03 -11:00
Matthias Rupp
8c79e8e719 Server code style 2023-05-01 23:24:12 -11:00
Matthias Rupp
fc21e37b2c Run prettier 2023-05-01 23:22:41 -11:00
Matthias Rupp
7f7ef949df Fix eslint error 2023-05-01 22:04:32 -11:00
Matthias Rupp
73f1ad6e73 Fix ts errors 2023-05-01 22:00:47 -11:00
Matthias Rupp
cb781c250b Add newlines 2023-05-01 21:32:35 -11:00
Matthias Rupp
71c7438a79 Fix linter errors 2023-05-01 21:26:03 -11:00
Matthias Rupp
f49e122361 Allow cluster viewing 2023-05-01 21:03:52 -11:00
Matthias Rupp
d48b0f7a1d Center map to most recent asset 2023-05-01 08:45:49 -11:00
Matthias Rupp
a87700c9a5 Add dark theme support 2023-05-01 08:37:56 -11:00
Matthias Rupp
e30fe5e208 Remove sidebar icon flip 2023-04-30 08:09:52 -11:00
Matthias Rupp
1b1d2f0ba4 Add API endpoint that returns only assets with location information (Thanks @EPP100) 2023-04-30 08:01:49 -11:00
Matthias Rupp
9a1e8e55f5 Add asset viewer 2023-04-29 03:45:23 -11:00
Matthias Rupp
337b42a838 Refactor 2023-04-29 03:25:44 -11:00
Matthias Rupp
30c6fa9cf7 Minor layout changes 2023-04-29 03:21:04 -11:00
Matthias Rupp
6e0859b67c Use single DOM element for all markers 2023-04-28 22:00:07 -11:00
Matthias Rupp
7b550023a8 First crude implementation of the global asset map in web 2023-04-28 21:34:52 -11:00
Jason Rasmussen
6acfb55dcc
fix: correct npx path (#2354) 2023-04-28 21:28:35 -05:00
Jason Rasmussen
ce42b84430
build: improve pump script (#2351) 2023-04-28 21:10:32 -05:00
Jason Rasmussen
59d93138d3
fix: linting (#2353) 2023-04-28 21:10:20 -05:00
Jason Rasmussen
78de189d56
ci: simplify server npm steps (#2352) 2023-04-28 21:10:01 -05:00
Covalent
b21c99eb12
add auto postgress dump docs (#2349)
* add auto postgress dump docs

* add link to repo for auto db dumps

---------

Co-authored-by: Luke McCarthy <mail@lukehmcc.com>
2023-04-28 15:22:00 -05:00
Jason Rasmussen
e22cdea485
chore(server,mobile): remove device info entity (#1527)
* chore(server): remove unused device info code

* chore: generate open api

* remove any DeviceTypeEnum usage from mobile

* chore: coverage

* fix: drop device info table

---------

Co-authored-by: Fynn Petersen-Frey <zody22@gmail.com>
2023-04-28 15:01:03 -05:00
Jason Rasmussen
1e97407025
chore: microservices debugger (#2345)
* chore: microservices debugger

* Update launch.json
2023-04-28 13:21:01 -05:00