Skip to content

Latest commit

 

History

History
81 lines (57 loc) · 3.48 KB

File metadata and controls

81 lines (57 loc) · 3.48 KB

import takeSnapshotNavbar from './assets/snapshots/takeSnapshotNavbar.png'; import takeSnapshotModal from './assets/snapshots/takeSnapshotModal.png';

import viewSnapshotNavbar from './assets/snapshots/viewSnapshotNavbar.png'; import planMetadataPane from './assets/snapshots/planMetadataPane.png'; import viewSnapshot from './assets/snapshots/viewSnapshot.png';

import restoreSnapshotModal from './assets/snapshots/restoreSnapshotModal.png'; import restoreAndTakeSnapshot from './assets/snapshots/restoreSnapshotTakeSnapshot.png';

Snapshots

A snapshot of a plan is a named record of the state of all activities in a plan at a certain time. Snapshots are useful for recording and returning to known "good" states of a plan.

Taking a Snapshot

Snapshots can via one of two methods:

  1. Clicking on the Plan's name in the navbar, then clicking "Take Snapshot"
  2. Clicking on the "Take Snapshot" button in the Plan Metadata Pane

Either option will then present you with a modal where you can name the snapshot and optionally provide a description and tags. Note that snapshot names must be unique per plan.

PlanDev UI - Expanded drop down under Plan in the Navbar, the option 'Take Snapshot' is highlighted

PlanDev UI - Take Snapshot Modal

Figure 1: PlanDev UI - How to Take a Plan Snapshot

Viewing a Snapshot

You can view the snapshots taken for a specific plan by clicking on the Plan's name in the navbar, then clicking "View Snapshot History". Doing so will open the Plan Metadata Pane, where a list of all snapshots taken will be displayed. If a snapshot has been simulated, an icon will be present indicating the results of the most recent simulation for that snapshot.

You can filter this list to only display snapshots for the currently selected simulation dataset by selecting the "Snapshot" badge to the left of the "Take Snapshot" button.

PlanDev UI - Expanded drop down under Plan in the Navbar, the option 'View Snapshot' is highlighted

PlanDev UI - Plan Metadata Pane

Figure 2: PlanDev UI - How to View a Plan Snapshot

Clicking on a snapshot will open a preview of its contents. From here, you can examine activities and related simulation datasets.

PlanDev UI - Take Snapshot Modal

Figure 3: PlanDev UI - Viewing a Plan Snapshot

Restoring a Snapshot

If you would like to update a plan to match the state of a snapshot, you can do so by clicking on the "Restore Snapshot" button seen while previewing a snapshot.

When restoring a snapshot, you can optionally choose to take a snapshot of the current state of the plan prior to restoring.

PlanDev UI - Restore Snapshot Modal

PlanDev UI - Restore and Take Snapshot Modal - Simple

Figure 4: PlanDev UI - How to Restore a Plan Snapshot

The snapshot you restored will remain in the list in case you need to restore to it again in the future.