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

Implement day responsibles on dashboard #4029

Merged

Conversation

manuelmeister
Copy link
Member

Bildschirmfoto 2023-10-28 um 13 38 28

This adds the dayResponsibility to the day on the dashboard (non editable). Also keeps schedule entries of days with matching responsibility unfiltered.

Fixes #3885

@manuelmeister manuelmeister added type: Frontend UX/UI deploy! Creates a feature branch deployment for this PR labels Oct 28, 2023
@manuelmeister manuelmeister temporarily deployed to feature-branch October 28, 2023 11:46 — with GitHub Actions Inactive
@github-actions
Copy link

github-actions bot commented Oct 28, 2023

Feature branch deployment currently inactive.

If the PR is still open, you can add the deploy! label to this PR to trigger a feature branch deployment.

@manuelmeister manuelmeister temporarily deployed to feature-branch October 28, 2023 11:47 — with GitHub Actions Inactive
@manuelmeister manuelmeister temporarily deployed to feature-branch October 28, 2023 11:48 — with GitHub Actions Inactive
@manuelmeister manuelmeister temporarily deployed to feature-branch October 28, 2023 11:49 — with GitHub Actions Inactive
@manuelmeister manuelmeister temporarily deployed to feature-branch October 28, 2023 14:20 — with GitHub Actions Inactive
@BacLuc
Copy link
Contributor

BacLuc commented Oct 31, 2023

I would argue that the we should use 2 different filters for the activity responsible and the day responsible.
For me it is not that clear that the responsible filter shows me all activities where i am the dayresponsible.

Copy link
Contributor

@BacLuc BacLuc left a comment

Choose a reason for hiding this comment

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

you also improved the loading behavior, you can mention that.

@@ -59,7 +107,7 @@ export default {
components: { CategoryChip, AvatarRow, TextAlignBaseline },
mixins: [dateHelperUTCFormatted],
props: {
scheduleEntry: { type: Object, required: true },
scheduleEntry: { type: Object, default: () => ({ _meta: { loading: true } }) },
Copy link
Contributor

Choose a reason for hiding this comment

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

oh, cool new pattern to avoid the NPE's.
I would highlight this to other team members, that they can use that too

@manuelmeister manuelmeister added this pull request to the merge queue Nov 10, 2023
Merged via the queue into ecamp:devel with commit fca653d Nov 10, 2023
28 checks passed
@manuelmeister manuelmeister deleted the feature/day-responsible-dashboard branch November 10, 2023 22:45
@BacLuc BacLuc mentioned this pull request Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy! Creates a feature branch deployment for this PR type: Frontend UX/UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display DayResponsible on Dashboard
3 participants