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

Chore/616 notification refactoring #1135

Merged
merged 7 commits into from
Apr 2, 2024

Conversation

ds-mwesener
Copy link

@ds-mwesener ds-mwesener commented Mar 28, 2024

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Please add a short description of the feature/fix to the Changelog.md.

Copy link

github-actions bot commented Mar 28, 2024

Integration Test Results

330 tests   330 ✅  1m 26s ⏱️
 38 suites    0 💤
 38 files      0 ❌

Results for commit af0d30e.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Mar 28, 2024

Unit Test Results

210 tests   210 ✅  17s ⏱️
 55 suites    0 💤
 55 files      0 ❌

Results for commit af0d30e.

♻️ This comment has been updated with latest results.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Please add a short description of the feature/fix to the Changelog.md.

Copy link

github-actions bot commented Mar 28, 2024

✅ No Dependency Check findings were found

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Please add a short description of the feature/fix to the Changelog.md.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Please add a short description of the feature/fix to the Changelog.md.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Please add a short description of the feature/fix to the Changelog.md.

import { ToastService } from '@shared/components/toasts/toast.service';
import { getTranslationContext } from '@shared/helper/notification-helper';
import { Notification, NotificationStatus } from '@shared/model/notification.model';
import { TranslationContext } from '@shared/model/translation-context.model';

Check notice

Code scanning / CodeQL

Unused variable, import, function or class

Unused import TranslationContext.
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Please add a short description of the feature/fix to the Changelog.md.

Copy link

sonarqubecloud bot commented Apr 2, 2024

Copy link

sonarqubecloud bot commented Apr 2, 2024

Quality Gate Failed Quality Gate failed for 'TX Traceability FOSS frontend'

Failed conditions
27.7% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@ViewChild(AcceptNotificationModalComponent) acceptModal: AcceptNotificationModalComponent;
@ViewChild(AcknowledgeNotificationModalComponent) acknowledgeModal: AcknowledgeNotificationModalComponent;
@ViewChild(DeclineNotificationModalComponent) declineModal: DeclineNotificationModalComponent;
@ViewChild(NotificationActionModalComponent) notificationActionModalComponent: NotificationActionModalComponent;

// TODO do not delete the facade here. This will lead to a nullpointer exception within the modal call.

Choose a reason for hiding this comment

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

Is this really a TODO or just a hint?

Copy link

@ds-lcapellino ds-lcapellino left a comment

Choose a reason for hiding this comment

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

LGTM

@ds-mwesener ds-mwesener merged commit 2328a34 into main Apr 2, 2024
@ds-mwesener ds-mwesener deleted the chore/616-notification-refactoring branch April 2, 2024 06:57
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.

[Frontend] Merge Quality Investigations and Alerts to Inbox View
2 participants