Skip to content

Commit

Permalink
feat: whatsNew updates for dashboard import, review age columns (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-rite authored Mar 18, 2024
1 parent c900bae commit a1c20a8
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions client/src/js/SM/WhatsNew.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,44 @@
Ext.ns('SM.WhatsNew')

SM.WhatsNew.Sources = [
{
date: '2024-03-17',
header: `Bulk Checklist Imports Now Available to All Users`,
body: `
<p>
All Users can now import multiple checklists at once from the Collection Dashboard. When initiated from the Collection Dashboard, the import will bring in Reviews for existing Assets and their STIG assignments, but no new Assets or STIG assignments will be created. <p>To create new Assets or STIG Assignments, Managers and Owners can still initiate an import from the Manage Collection Workspace.
<p>
<p><img src="img/whatsnew/2024-03-15-dashboard-import.png"/></p>
`
},

{
date: '2024-03-01',
header: `Review Age Info Now Available In All Review Grids`,
body: `
<p>
Review ages and timestamps can now be displayed in the top-level grid presentations of the Asset and Collection Review workspaces. The age displayed is calculated using the last time any part of the Review was altered. Hover over a Review age to see the date that change was made.<p>
Review ages are presented by default in the last column of the Asset Review checklist:
<p>
<p><img src="img/whatsnew/2024-03-01-asset-workspace-dates.png"/></p>
<p>The "Other Assets" tab also shows this column now:</p>
<p><img src="img/whatsnew/2024-03-01-asset-workspace-dates-other-assets.png"/></p>
In the Collection Review workspace, the Review age columns are hidden by default. Use the column picker to add them to your view. Changes made to this display will persist when you return to the workspace later:
<p><img src="img/whatsnew/2024-03-01-collection-workspace-checklist-dates.png"/></p>
<p>Review ages are presented by default in the last column of the individual Asset Review grid:
<p><img src="img/whatsnew/2024-03-01-collection-workspace-asset-dates.png"/></p>
`

},


{
date: '2024-01-17',
header: `New Meta Dashboard`,
Expand Down

0 comments on commit a1c20a8

Please sign in to comment.