Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import list of all cities/landkreise as dropdown #49

Open
3 tasks
lislis opened this issue Oct 8, 2024 · 3 comments
Open
3 tasks

Import list of all cities/landkreise as dropdown #49

lislis opened this issue Oct 8, 2024 · 3 comments
Assignees
Milestone

Comments

@lislis
Copy link
Member

lislis commented Oct 8, 2024

@lislis ich hab jetzt die städte alle importiert in eine collection [Dropdown] City (müsste man für den View noch umbenennen). Die besteht aus

  • name
  • postal code
  • county
  • federal state

TODO

note 2 myself

  • Lifecycle hook für die Address component. onCreate muss via Kombination aus Stadt-Name und PLZ das richtige Item aus der Collection gefetched und die anderen Felder entsprechend befüllt werden. Easy
  • Die auto-assigneden Felder müssen disabled werden. Das geht nur über fine-grained role permissions (leider)
  • Migration der Altdaten auf das neue Schema

@lislis damit entfällt doch dann eigentlich die Verwendung für das GoogleMaps Plugin, das eh broken ist oder? Bzw generelle Frage: Reicht euch als räumliche Auflösung die Stadt oder sollte es schon noch genauer sein? Also bis auf Adresse runter?

Specification Lifecycle Hook

  • onCreate und onUpdate in address component
  • mapping / matching der richtigen Elemente soll - sofern nicht editiert - diese attr matchen
    • Bundesland (federal_state)
    • county (county)
  • Das matching geschieht via filter auf api::dropdown-city.dropdown-city, diese collection durchsuchen bis pair name + postal_code matchen und obige values entsprechend setzen
@andneuma andneuma added this to the First Release milestone Oct 8, 2024
@lislis lislis removed this from the First Release milestone Oct 8, 2024
@lislis
Copy link
Member Author

lislis commented Nov 13, 2024

damit entfällt doch dann eigentlich die Verwendung für das GoogleMaps Plugin, das eh broken ist oder? Bzw generelle Frage: Reicht euch als räumliche Auflösung die Stadt oder sollte es schon noch genauer sein? Also bis auf Adresse runter?

Das Geocoding wäre noch wichtig, aber das kann gern auf Stadt-Ebene sein

@andneuma
Copy link
Collaborator

andneuma commented Nov 25, 2024

@lislis Das seeding der Städte funktioniert so

image

Wenn fertig dann Ctrl+C :)

@lislis
Copy link
Member Author

lislis commented Nov 26, 2024

Screenshot 2024-11-26 at 10 51 08 @andneuma kannst du das csv mit einchecken?

@lislis lislis added this to the Migration milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants