Saving and Publishing
This document explains how to save and publish project data.
danger
In the current version of AMapper For ARC eye (0.9.5), saved data before the first publish is not retained.
We recommend publishing first when opening a new project.
This is because the project's unique ID is not maintained before publishing, and this will be fixed in a future version.
Save
- on Menu > Save, or press Ctrl or ⌘+S.
- The project is saved.
- A toast message with save completion and save information appears in the top right.
Publish
- on Menu > Publish.
- The project is published.
- A toast message with publish completion and publish information appears in the top right.
Difference Between Save and Publish
Save
- Saves project data to the browser's local storage.
- The project version remains the same.
- Other users cannot access the data.
- Saved data is automatically loaded on refresh.
Publish
- Uploads project data to the remote server.
- The project version increments.
- Other users can access the data.
- Published stages can be imported from a parent integrated project.
- Published data is automatically loaded on refresh.
If both are automatically loaded, which one loads first?
- If the saved data and published data have the same version, the saved data takes priority.
- If the saved data and published data have different versions, the published data takes priority.