Skip to content

Conversation

@hf-fvesely
Copy link
Contributor

@hf-fvesely hf-fvesely commented Dec 27, 2023

The Plan:
IMG_4732 (1)

@hf-fvesely hf-fvesely self-assigned this Jan 31, 2024
#: Adressen der Geschäftspartner, an denen sich der Hauptsitz befindet
partneradresse: Optional[Adresse] = None # todo: is it plural or not? the docs are bad
#: Todo: Add optional connection to marktteilnehmer as discussed in workshop
#: not clear what is the best solution here - circular import marktteilnehmer or adresse in kontakt?
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ist ein technisches Problem, wird sich fachlich aber gewünscht.
Wir versuchen daher hier eine technische Lösung zu finden.

@hf-fvesely hf-fvesely requested a review from hf-krechan February 7, 2024 10:32
Copy link
Collaborator

@hf-aschloegl hf-aschloegl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wie im Workshop gemeinsam besprochen und reviewed


ist_gewerbe: Optional[bool] = None
ansprechpartner: Optional[list[Person]] = None
organisationstyp: Optional[Organisationstyp] = None
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hf-sheese Hier ist die Stelle, die wir suchen.

name1: Optional[str] = None
#: Mögliche Anrede der Person
anrede: Optional[Anrede] = None
individuelle_anrede: Optional[str] = None
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Und hier ist die neue individuelle_anrede @hf-sheese

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

Successfully merging this pull request may close these issues.

4 participants