Users can create versions (snapshots) of Syndeia projects, mark them as milestones, and compare versions to view the chronological list of events, such as relations createdcreation, modified, and deletedmodification, or deletion of connections. This feature is only available when running Syndeia in cloud mode (using Syndeia Cloud).
...
When the Syndeia Dashboard is launched in cloud mode, it connects to Syndeia Cloud and requests users to select an existing or create a new Syndeia project. Learn Follow the instructions below to learn how to view all the versions of a project, create a new project version, and compare project versionsversions of a project managed on Syndeia Cloud.
...
View existing project versions
Follow the steps below to view existing versions of a project.
(1) Select the Versions tab in the Syndeia Dashboard.
(2) Click on the "Refresh" button. Syndeia will show all the versions of a project, as shown below.
...
(3) You can filter the table using any column. For example, to view only milestone versions, click on the inverted triangle next to the isMilestone column and select "True". You can also chose to show/hide columns by selecting the table icon on top of the scrollbar on the right-hand side of the table.
Create a new project version
Follow the steps below to create a new version of a project.
(1) Select the Versions tab in the Syndeia Dashboard.
(2) Click on the "New Version" button. Syndeia will show all the versions of a project, as shown below.
...
(3) Provide a name and description for this version. Check isMilestone if you want to track this version as a milestone. Milestones are special versions that are stable and ready to release to your team or customers.
Compare project versions
Follow the steps below to compare two project versions.
(1) Select the Versions tab in the Syndeia Dashboard.
(2) Click the "Refresh" button to get all the versions of a project.
(3) Multiple select two versions (rows), right click, and select the Compare button, as shown below.
(4) The compare results are shown in a table, as below. The table shows a chronological list of events between the two project versions. There are three types of events shown:
- New connections that were created are shown in green
- Updated connections that were updated are shown in orange
- Deleted connections are shown in red
...