-
Notifications
You must be signed in to change notification settings - Fork 1
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
Revert "Feature zmskvr 145 wartezeit statistik" #950
Revert "Feature zmskvr 145 wartezeit statistik" #950
Conversation
Caution Review failedThe pull request is closed. WalkthroughThis pull request removes several conditional checks and script executions related to waiting statistics and process states across multiple modules. Specific logic related to updating arrival times and the "wasMissed" flag is eliminated. Several files undergo formatting improvements to enhance readability, and corresponding test assertions have been updated to reflect the changes. Additionally, the daily waiting statistics functionality and associated database migration components have been removed from the project. Changes
Sequence Diagram(s)sequenceDiagram
participant WS as Workstation Process Parked
participant EW as ExchangeWaitingscope
participant PROC as Process Entity
WS->>PROC: Retrieve process data
WS->>EW: updateWaitingStatistics(process, current time)
WS->>PROC: Set status to "parked"
sequenceDiagram
participant REP as WaitingReport
participant DATA as Waiting Data Store
participant UI as Report Template
REP->>DATA: Fetch calculated waiting values
DATA-->>REP: Return waitingcalculated data
REP->>UI: Render report with updated labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (22)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Reverts #923
Summary by CodeRabbit