-
Notifications
You must be signed in to change notification settings - Fork 14
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
Totalausfall: Stornierung optional #1347
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1347 +/- ##
=========================================
Coverage 50.41% 50.41%
- Complexity 2719 2733 +14
=========================================
Files 99 99
Lines 11296 11343 +47
=========================================
+ Hits 5695 5719 +24
- Misses 5601 5624 +23 ☔ View full report in Codecov by Sentry. |
# Conflicts: # src/Model/Item.php
# Conflicts: # src/Service/Booking.php
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.
Den Code habe ich reviewed.
Funktional sollte das passen.
Die PHPdocs der Repo/Models für Restriction und Booking sollten wir auch nochmal anschauen. War gerade nicht ganz einfach das zu verstehen.
Ein anderes Thema wäre noch die Auswertung ("Statistik") der Buchungs-Zeitrahmen über den Zeitrahmen-Export. Da sie jetzt nicht mehr cancel
-ed werden, sind Sie weiterhin ungekennzeichnet vorhanden. Ich weiß noch nicht ob es eine andere Lösung benötigt, aber aktuell würde ich für die Zeitrahmen-Auswertung so machen, das ich mir Buchungs-Zeitrahmen und Restrictions-Zeitrahmen exportiere und so die Breakdown-Buchungen herausrechne.
Nach so Änderungen wie der hier, tendiere ich noch mehr für ein Hosting der Dokumentation/Handbuch Quellen auch hier im Repo (und nicht in der WP-Instanz). Dann könnte man das direkt ändern und im Nachinein besser über die Commits tracken.
Das hat aber jetzt weniger mit dem Review zu tun.
Behebt issue #866
TODO:
closes #866