-
Notifications
You must be signed in to change notification settings - Fork 6
Rework Geschaeftspartner, Marktteilnehmer and Ansprechpartner (=> Person) #680
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
Rework Geschaeftspartner, Marktteilnehmer and Ansprechpartner (=> Person) #680
Conversation
…r' of https://github.com/bo4e/BO4E-python into ansprechpartner-mensch-marktteilnehmer-geschaeftspartner
src/bo4e/bo/geschaeftspartner.py
Outdated
| #: 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? |
There was a problem hiding this comment.
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.
…h-marktteilnehmer-geschaeftspartner
and rename firmenname to organisationsname
Co-authored-by: kevin <68426071+hf-krechan@users.noreply.github.com>
Co-authored-by: kevin <68426071+hf-krechan@users.noreply.github.com>
hf-aschloegl
left a comment
There was a problem hiding this 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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
The Plan:
