-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a Feature to Create a Project Snapshot #1437
Comments
ETA: Next Week |
@Jonathanko52 Please provide update
|
Progress: Creating a new modal for the snapshot function. Pictures (if necessary): |
@Jonathanko52 Please provide update Progress: |
Progress: Added API calls for snapshot and rename paths. Added project name to the payload. |
John created a procedure and is working with JK next week |
Dependency
Overview
We want users to be able to freeze a version of a Project by creating a "snapshot" that is no longer editable. We will use the term "draft" to describe an editable calculation/project, and "snapshot" to describe a calculation that has been converted to a non-editable snapshot. When a snapshot is created, the user will be able to change the project name and Alternate #. These changes do not count as a Modification to the project for purposes of the Modified By date. If the user wants to create a modified version of the calculation, they will do so by making a copy from the My Projects Page, which will then be an (editable) draft.
A separate follow-on issue will be created that allows the user to share a snapshot with other users, but the requirements are TBD.
Separate issues will be created for modifying the user access list for a snapshot. Snapshots may also be hidden or moved to the trash or deleted.
Action Items
(This screenshot shows the TEMPORARY implementation of the My Projects Page, which includes icons to indicate if a project is hidden, trashed or snapshotted, since we need a visual indication of the project statuses until we can implement the desired filtering for the My Projects page.)
Resources/Instructions
Icon to use:
font-awesome free solid icons fa-camera
The text was updated successfully, but these errors were encountered: