Commit Graph

112 Commits

Author SHA1 Message Date
Johannes Lötzsch 02596b3aad doc: overview.png 2022-03-17 00:39:16 +01:00
Johannes Lötzsch b16c522975 doc: linked user-guide in README.md
+ minor fixes in user-guide
2022-03-17 00:06:46 +01:00
Tassilo - 1de477d7f8
fixed docs 2022-03-16 23:36:01 +01:00
Johannes Lötzsch 4af8ad2855
Merge pull request #10 from internet4refugees/docs
Docs
2022-03-16 23:28:52 +01:00
Tassilo - d8a08882b5
adding english version 2022-03-16 23:25:23 +01:00
Tassilo - 15734769ff
fixed image includes and text 2022-03-16 23:17:46 +01:00
Tassilo - b6800f5be7
adding graphics and german user-guide 2022-03-16 22:48:32 +01:00
Johannes Lötzsch 18fd701d11 deployment: age key of mic 2022-03-16 21:57:33 +01:00
Johannes Lötzsch 3614d299f3 backend: allow optional limit for import! 2022-03-16 21:54:21 +01:00
Johannes Lötzsch e31d2cfb92 backend: geocoding support for warhelp dataset 2022-03-16 21:43:05 +01:00
Johannes Lötzsch 330046b55f deployment: serve search.warhelp.eu 2022-03-16 20:46:15 +01:00
Johannes Lötzsch 78a340a1d0 backend: import first warhelp sample datasets 2022-03-16 18:26:34 +01:00
Johannes Lötzsch f7460f320e backend: refactored import 2022-03-16 15:17:03 +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 2da7d0fe27 backend: geocode 2022-03-15 04:42:52 +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 13e493f5d1
Merge pull request #8 from internet4refugees/backend_wip
backend: refactor get_offers
2022-03-14 16:31:10 +01:00
Johannes Lötzsch 871a4c0852 frontend hotfix: prevent jumping of table 2022-03-14 16:27:49 +01:00
Johannes Lötzsch c0c7da457c
Merge pull request #7 from internet4refugees/feature/split-pane-map
clean up and split pane with map
2022-03-14 16:24:25 +01:00
Winzlieb - 381d53ccd8 get original functionality from main working again 2022-03-14 15:32:57 +01:00
Johannes Lötzsch 46fd2e6f4e backend: refactor get_offers 2022-03-14 14:34:54 +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 - 05cf024e0b add ide specific files to ignore list 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 1ac545ae87 backend: support persistent JWT_SECRET 2022-03-12 16:04:21 +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 5abc0e7a8b backend: defscalar int_string
Using `defscalar` fixes introspection errors.

Be aware, that UNION types are not implemented till now:
https://github.com/ajk/specialist-server/issues/3

Also `->Int` was moved from an explicit mapping postprocessing function
into the conformer.
2022-03-12 01:44:19 +01:00
Johannes Lötzsch b851df5476 backend: ->Int fallback to string 2022-03-11 22:59:37 +01:00
Johannes Lötzsch 0231a5b4f9 lifeline_wpforms: fix language separator 2022-03-11 22:43:46 +01:00
Johannes Lötzsch e1eed84bd7 updated README.md 2022-03-11 19:04:19 +01:00
Johannes Lötzsch 1f5154e2af backend: warning when started without DB_SEED 2022-03-11 17:10:07 +01:00
Johannes Lötzsch 73bdda8fa2 frontend: readable error messages when fetching fails 2022-03-11 16:46:22 +01:00
Johannes Lötzsch df0df1affd cors: allow-origin FRONTEND_BASE_URL 2022-03-11 16:37:24 +01:00
Johannes Lötzsch a51eddd187 hotfix: Box height 100%->100vh 2022-03-11 14:28:09 +01:00
Johannes Lötzsch f05a49d695
Merge pull request #6 from internet4refugees/feature/search-frontend
finalize merge
2022-03-11 13:35:37 +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