Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
e09eaa6
feat(dirt): add newApplications$ observable to orchestrator
AlexRubik Oct 28, 2025
2c09085
feat(dirt): add saveApplicationReviewStatus$ to orchestrator
AlexRubik Oct 28, 2025
1846293
feat(dirt): expose newApplications$ in data service
AlexRubik Oct 28, 2025
3fc8928
feat(dirt): make AllActivitiesService reactive to new applications
AlexRubik Oct 28, 2025
6d2d8ea
feat(dirt): connect dialog to review status save method
AlexRubik Oct 28, 2025
245f956
feat(dirt): add i18n strings for application review
AlexRubik Oct 28, 2025
7a29406
fix(dirt): add subscription cleanup to AllActivitiesService
AlexRubik Oct 28, 2025
b1da2cb
fix(dirt): replace manual takeUntil with takeUntilDestroyed in AllActโ€ฆ
AlexRubik Oct 29, 2025
907a784
refactor(dirt): remove newApplications from OrganizationReportSummary
AlexRubik Oct 29, 2025
8340dc2
cleanup
AlexRubik Oct 29, 2025
cf15d25
fix(dirt): improve dialog type safety and error logging
AlexRubik Oct 29, 2025
bf1c415
Merge branch 'main' into dirt/pm-27284/new-applications-card-real-data
AlexRubik Oct 29, 2025
6912be9
fixing mock data and test cases for new apps
ttalty Oct 29, 2025
5d37ede
feat(dirt): create assign tasks view component
AlexRubik Oct 30, 2025
eb74aa2
refactor(dirt): add multi-view state management to new applications dโ€ฆ
AlexRubik Oct 30, 2025
b5fdcda
feat(dirt): integrate assign tasks view into dialog
AlexRubik Oct 30, 2025
a928399
feat(dirt): add embedded assign tasks view to dialog template
AlexRubik Oct 30, 2025
a1ee9f1
feat(dirt): add i18n keys for assign tasks view
AlexRubik Oct 30, 2025
c449442
resolve organizationId and DI issues in assign tasks flow
AlexRubik Oct 30, 2025
286d50a
Merge branch 'main' into dirt/pm-27619/assign-tasks-dialog
AlexRubik Oct 30, 2025
f3d87e7
cleanup styling
AlexRubik Oct 30, 2025
580981e
refactor(dirt): remove newApplications validation from OrganizationReโ€ฆ
AlexRubik Oct 30, 2025
ed283f1
Merge branch 'dirt/pm-27284/new-applications-card-real-data' into dirโ€ฆ
AlexRubik Oct 30, 2025
08df1ea
improve assign tasks view display
AlexRubik Oct 30, 2025
8d99996
logic to fetch totals and new styling
AlexRubik Oct 30, 2025
22b18ae
Merge branch 'main' into dirt/pm-27619/assign-tasks-dialog
AlexRubik Oct 30, 2025
ba4c3e2
Merge branch 'main' into dirt/pm-27619/assign-tasks-dialog
AlexRubik Oct 30, 2025
3050da1
Merge branch 'main' into dirt/pm-27619/assign-tasks-dialog
AlexRubik Oct 31, 2025
ec4855c
Fix review applications review view and assign view flow
Banrion Nov 2, 2025
41d02bb
Fix null type checks
Banrion Nov 2, 2025
b9c9737
refactor assign tasks dialog: use callout component, add video, fix Oโ€ฆ
maxkpower Nov 3, 2025
831cf53
Add columns, description, search, and bulk select to new applicationsโ€ฆ
maxkpower Nov 3, 2025
f7534a7
Add count placeholder for critical applications marked message
maxkpower Nov 3, 2025
7aa3cf4
Merge branch 'main' into dirt/pm-27619/assign-tasks-dialog
maxkpower Nov 3, 2025
185e639
Merge branch 'main' into dirt/pm-27619/assign-tasks-dialog
Banrion Nov 3, 2025
1dd92f8
Address claude comments
Banrion Nov 3, 2025
32dd082
Merge remote-tracking branch 'refs/remotes/origin/dirt/pm-27619/assigโ€ฆ
Banrion Nov 3, 2025
bdda6e9
Merge branch 'main' into dirt/pm-27619/assign-tasks-dialog
maxkpower Nov 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 32 additions & 11 deletions apps/web/src/locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"reviewAtRiskPasswords": {
"message": "Review at-risk passwords (weak, exposed, or reused) across applications. Select your most critical applications to prioritize security actions for your users to address at-risk passwords."
},
"reviewAtRiskLoginsPrompt": {
"message": "Review at-risk logins"
},
"dataLastUpdated": {
"message": "Data last updated: $DATE$",
"placeholders": {
Expand Down Expand Up @@ -127,6 +130,9 @@
}
}
},
"criticalApplicationsMarked": {
"message": "critical applications marked"
},
"countOfCriticalApplications": {
"message": "$COUNT$ critical applications",
"placeholders": {
Expand Down Expand Up @@ -235,6 +241,15 @@
"applicationsMarkedAsCriticalSuccess": {
"message": "Applications marked as critical"
},
"criticalApplicationsMarkedSuccess": {
"message": "$COUNT$ applications marked as critical",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"applicationsMarkedAsCriticalFail": {
"message": "Failed to mark applications as critical"
},
Expand All @@ -259,6 +274,12 @@
"membersWithAccessToAtRiskItemsForCriticalApps": {
"message": "Members with access to at-risk items for critical applications"
},
"membersWithAtRiskPasswords": {
"message": "Members with at-risk passwords"
},
"membersWillReceiveNotification": {
"message": "Members will receive a notification to resolve at-risk logins through the browser extension."
},
"membersAtRiskCount": {
"message": "$COUNT$ members at-risk",
"placeholders": {
Expand Down Expand Up @@ -352,24 +373,18 @@
"prioritizeCriticalApplications": {
"message": "Prioritize critical applications"
},
"atRiskItems": {
"message": "At-risk items"
"selectCriticalApplicationsDescription": {
"message": "Select which applications are most critical to your organization, then assign security tasks to members to resolve risks."
},
"clickIconToMarkAppAsCritical": {
"message": "Click the star icon to mark an app as critical"
},
"markAsCriticalPlaceholder": {
"message": "Mark as critical functionality will be implemented in a future update"
},
"applicationReviewSaved": {
"message": "Application review saved"
},
"applicationsMarkedAsCritical": {
"message": "$COUNT$ applications marked as critical",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"newApplicationsReviewed": {
"message": "New applications reviewed"
},
Expand Down Expand Up @@ -841,6 +856,9 @@
"favorites": {
"message": "Favorites"
},
"taskSummary": {
"message": "Task summary"
},
"types": {
"message": "Types"
},
Expand Down Expand Up @@ -9787,6 +9805,9 @@
"assignTasks": {
"message": "Assign tasks"
},
"assignTasksToMembers": {
"message": "Assign tasks to members for guided resolution"
},
"assignToCollections": {
"message": "Assign to collections"
},
Expand Down
Copy link
Contributor

Choose a reason for hiding this comment

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

๐Ÿค” The size difference in these two video files surprise me. Is one compressed or built upon the other somehow?

Copy link
Contributor

Choose a reason for hiding this comment

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

Great catch, one was attached as .mov to the ticket so I converted with ffmpeg. Will check / optimise

Binary file not shown.
Binary file not shown.
Loading
Loading