Commit Graph

59 Commits

Author SHA1 Message Date
Winzlieb - 222a578fbd allow change of default operator in row definition 2022-03-17 15:29:45 +01:00
Winzlieb - 4c3bd32408 fix 2022-03-17 15:23:34 +01:00
Winzlieb - 4ff8272ff6 use filtered markers in map 2022-03-17 15:00:19 +01:00
Winzlieb - 383847e7f3 managed filter fixed + distance calc to table 2022-03-17 15:00:02 +01:00
Winzlieb - 83b6d1710f eliminate warning 2022-03-17 14:46:33 +01:00
Winzlieb - f96d01e2b8 handle filtered markers 2022-03-17 13:17:49 +01:00
Winzlieb - 72c1c384a1 get managed filter working in all cases 2022-03-17 13:17:47 +01:00
Johannes Lötzsch bd56ea9487 fix: e_rw.id was overwriting e_ro.id 2022-03-15 04:55:46 +01:00
Johannes Lötzsch e381675a39 backend: import + serve offers from db 2022-03-15 02:46:34 +01:00
Johannes Lötzsch 3e18b45cd8 hotfix: Marker key 2022-03-14 21:23:38 +01:00
Johannes Lötzsch 0870fd1b85 frontend: distance column 2022-03-14 21:08:55 +01:00
Johannes Lötzsch 687e79b3c4 frontend: visualize markers on map 2022-03-14 19:22:17 +01:00
Johannes Lötzsch 871a4c0852 frontend hotfix: prevent jumping of table 2022-03-14 16:27:49 +01:00
Winzlieb - 381d53ccd8 get original functionality from main working again 2022-03-14 15:32:57 +01:00
Winzlieb - 654e1da0c2 pass additional props to wrapper 2022-03-14 14:22:03 +01:00
Winzlieb - 36d752610a managed filtering
gives the ability to pass filtered data to outer elements
2022-03-14 14:18:29 +01:00
Winzlieb - 97236fdd59 add Splitpane with map 2022-03-14 13:46:38 +01:00
Winzlieb - de8b222a2e clean up and fix type definitions 2022-03-14 13:46:38 +01:00
Winzlieb - c8b4619e0c separate definitions from table 2022-03-14 13:46:38 +01:00
Johannes Lötzsch 31bf7a263f schema: prepared geocoding
TODO: replace mock_geocoding by real geocoding on import + serving from db
2022-03-14 12:27:09 +01:00
Johannes Lötzsch 4fd80a04d4 fix: StringFilter behaviour when undefined 2022-03-14 00:12:29 +01:00
Johannes Lötzsch 3e5a367dba fix: react dependencies 2022-03-13 23:53:05 +01:00
Johannes Lötzsch 9114c0fa03 additional writable columns
+ stacked columns
2022-03-13 23:37:29 +01:00
Johannes Lötzsch 57fa871354 writable column (first version)
TODO:
* save author (+timestamp)
* other additional columns
* show updated table while still writing+refetching
2022-03-13 01:06:16 +01:00
Johannes Lötzsch 570f33986a frontend: filter date_from with `beforeOrOn` 2022-03-12 18:12:14 +01:00
Johannes Lötzsch 2728e722a2 frontend: added columnsRaw.defaultWidth 2022-03-12 17:48:09 +01:00
Johannes Lötzsch 220dacb949 frontend: minimal Login
from https://github.com/johannesloetzsch/swlkup/blob/master/frontend/components/Login.tsx
2022-03-12 14:03:35 +01:00
Johannes Lötzsch 73bdda8fa2 frontend: readable error messages when fetching fails 2022-03-11 16:46:22 +01:00
Johannes Lötzsch a51eddd187 hotfix: Box height 100%->100vh 2022-03-11 14:28:09 +01:00
Winzlieb - 5a8aa98b9a add onUpdateBounds to callback deps 2022-03-11 12:11:18 +01:00
Winzlieb - a9f6bfadeb put container into wrapper 2022-03-11 12:11:16 +01:00
Winzlieb - baed5ba267 wrap updateBounds into useCallback
avoids call on every rerender
2022-03-11 12:11:06 +01:00
Winzlieb - 28f422162d use split pane for separation 2022-03-11 12:10:45 +01:00
Winzlieb - a6da732354 fixing ts buid errors and warnings 2022-03-11 12:09:57 +01:00
Winzlieb - cfe65adda7 add leaflet map 2022-03-11 12:09:38 +01:00
Winzlieb - 62465086fc add leaflet libs i
from @montgommery because of resizing bug in the new version
2022-03-11 12:09:27 +01:00
Winzlieb - 0fdfabda73 include id property 2022-03-11 12:09:03 +01:00
Winzlieb - 992ec2cf7b add missing dependency for codegeneration 2022-03-11 12:09:03 +01:00
Winzlieb - af089ea2c6 refactor to allow declarative value mapping 2022-03-11 12:09:01 +01:00
Winzlieb - 93464045bf use split pane for separation 2022-03-11 12:08:35 +01:00
Winzlieb - 82cc673803 make table 100% height 2022-03-11 12:08:10 +01:00
Winzlieb - 1e8b5456c7 add missing language selector component 2022-03-11 12:08:10 +01:00
Winzlieb - 2054df1103 make table 100% height 2022-03-11 12:08:10 +01:00
Winzlieb - c216030c8a show i18n table capability 2022-03-11 12:08:08 +01:00
Johannes Lötzsch 64be1ecd70 frontend: title 2022-03-10 13:38:04 +01:00
Johannes Lötzsch 38a9850142 frontend: optimized fetching behaviour 2022-03-10 11:50:33 +01:00
Johannes Lötzsch d48e138422 frontend: column order 2022-03-10 11:28:40 +01:00
Winzlieb - 5b2a80a909 fixing some type errors 2022-03-09 22:00:10 +01:00
Winzlieb - 8fdb3293ff add custom renderer for bool and email 2022-03-09 18:23:27 +01:00
Winzlieb - dbef635f3c fix object columns to string 2022-03-09 17:29:39 +01:00