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

Automatically build a matrix that visualizes the diffs between two versions on a BO basis #488

Closed
hf-kklein opened this issue Jul 20, 2023 · 2 comments · Fixed by #751
Closed
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@hf-kklein
Copy link
Contributor

hf-kklein commented Jul 20, 2023

E.g. automatically compare v.2.3 with v4.5.6.
Then compare the respective JSON schemas between the tagged versions (like in #438 or v0.4.7...v0.4.8 ). Technical noise could be elimitated by e.g. minifying the JSONs.

Vorschlag 1

Legende: ✔ = kein change, ❌ = change

compatability of BO Foo v0.1.2.3 v1.2.4 v1.2.5
v.1.2.3
v.1.2.4 ?
v.1.2.5
compatability of BO Bar v0.1.2.3 v1.2.4 v1.2.5
v.1.2.3
v.1.2.4
v.1.2.5

Vorschlag 2

Legende: 🟢 = keine änderung, 🔴 = es hat sich was geändert

BO Versions... v1.2.3 v1.2.4 v1.2.5
MaLo 🟢 🟢 🔴
Geschäftspartner 🟢 🔴 🟢

Store the matrix statically but also allow to generate it on the fly using an Azure Function or AWS Lambda. You could e.g. use the peter-evans create-pull-request action

@hf-kklein hf-kklein added bug Something isn't working Python Specific 🐍 a problem that is specific to this python implementation and not the bo4e data model documentation Improvements or additions to documentation and removed bug Something isn't working Python Specific 🐍 a problem that is specific to this python implementation and not the bo4e data model labels Jul 20, 2023
@hf-kklein
Copy link
Contributor Author

Wir wollten mal schauen, wer das machen kann.

@hf-kklein hf-kklein changed the title Automatically build a matrix that visualizes the diffs between two versions Automatically build a matrix that visualizes the diffs between two versions on a BO basis Jul 20, 2023
@hf-kklein
Copy link
Contributor Author

wer das machen kann.

vllt @hf-ddernbach :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants