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

Feature/189 incidents #201

Merged
merged 16 commits into from
Sep 15, 2020
Merged

Feature/189 incidents #201

merged 16 commits into from
Sep 15, 2020

Conversation

caebr
Copy link
Collaborator

@caebr caebr commented Sep 14, 2020

No description provided.

@caebr caebr requested a review from hupf September 14, 2020 07:30
Copy link
Collaborator

@hupf hupf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hauptsächlich noch der Text im Button, wenn vorhanden und ein paar Details. Sonst sieht alles perfekt aus!

color: rgba($body-color, 0.5);
padding-right: $btn-padding-x;
grid-area: comment;
grid-area: incident;
display: flex;
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ein visuelles Detail: ich würde mit negativen Margins den Button so ausrichten, dass die Elemente schön in einer Linie sind (wie beim Statusbutton, dort haben wir es auch so gemacht). Vielleicht käme es auch gut, wenn du ihn noch etwas weiter nach unten nimmst (unterer Rand Foto).

image

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfekt. Auf der Listenansicht bei kleinen Screens könntest du es auch noch korrigieren:

image

Copy link
Collaborator

@hupf hupf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In der OpenAbsencesDetailComponent wird noch der Kommentar angezeigt. Ich denke fachlich ist es nicht möglich, dass eine offene Absenz einen Vorfall hat (da sie ja einen anderen PresenceType hat). Wahrscheinlich können wir den Kommentar in diesem Fall dort einfach löschen?

<span class="incident">{{
entry.presenceType?.Designation
}}</span>
}}</ng-container>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So wie ich es verstehe, auch wenn der Status gewechselt werden kann (= grün oder gelb oder offene Absenz) der Vorfall eben angezeigt werden, nicht? Sonst würden ja Vorfälle gar nicht angezeigt werden? Vielleicht müsste man den settings.absencePresenceTypeId (die Standardabwesenheit, wenn kein Grund gesetzt ist) rausfiltern.

}}</span>
<span *ngIf="!entry.presenceType?.IsIncident">
{{ 'presence-control.entry.incident' | translate }}</span
>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Würde hier nicht eine Condition reichen:

<span>{{
    entry.presenceType?.IsIncident && entry.presenceType?.Designation || 'presence-control.entry.incident'
      | translate
  }}</span>

@caebr caebr merged commit 4c0e6da into master Sep 15, 2020
@mfehlmann mfehlmann deleted the feature/189-incidents branch April 21, 2022 11:42
@mfehlmann mfehlmann restored the feature/189-incidents branch April 21, 2022 11:42
@mfehlmann mfehlmann deleted the feature/189-incidents branch April 21, 2022 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants