-
Notifications
You must be signed in to change notification settings - Fork 6
Add ENUM ComTyp And Rename ENUM Typ To BoTyp #974
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
Conversation
|
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.
Pull Request Overview
This pull request renames references from the generic "Typ" enumeration to "BoTyp" and introduces a new "ComTyp" enumeration.
- Renames "Typ" to "BoTyp" in multiple business object files.
- Adds the "ComTyp" enumeration export in the init.py file.
Reviewed Changes
Copilot reviewed 99 out of 100 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/bo4e/init.py | Replaces "Typ" with "BoTyp" and adds "ComTyp" to the export list. |
| src/bo4e/bo/bilanzierung.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/buendelvertrag.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/preisblattdienstleistung.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/marktlokation.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/energiemenge.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/geraet.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/netzlokation.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/messlokation.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/kosten.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/person.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/fremdkosten.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/preisblatt.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/ausschreibung.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/geschaeftspartner.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/angebot.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/lokationszuordnung.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/lastgang.py | Updates the type annotation and default assignment from Typ to BoTyp. |
| src/bo4e/bo/marktteilnehmer.py | Updates the type annotation and default assignment from Typ to BoTyp. |
Files not reviewed (1)
- docs/contributing_guide.rst: Language not supported
|
ist das vllt die gelegenheit endlich festzulegen, was ein COM und was ein BO ist und warum? die frage drängt sich ja förmlich auf. |
…_typ_com_and_typ_bo
…_typ_com_and_typ_bo
done in 26a7992 Beschlossen im letzten Workshop in Hannover vom 2024-10-08. |

No description provided.