Updated Design: Version Control (markdown)

Nick O'Leary 2016-07-13 22:07:58 +01:00
parent a0f1fb6caf
commit cd4587a769
1 changed files with 9 additions and 0 deletions

@ -78,3 +78,12 @@ The starting point will be the already documented [new flow format](https://gith
## UI Changes
There are two parts additions to the UI:
1. checkbox on Deploy menu to prompt for deploy description
- if checked, a modal dialog appears each time Deploy is clicked to allow the user to provide a description for the deploy
- if not checked, clicking deploy does not prompt for a message
2. an option on Deploy menu to show Deploy History
- the option opens a new sidebar panel that lists the history of deploys.
- each list entry provides the ability to load that version into the editor. If the workspace is currently dirty, doing so will first prompt to confirm changes will be lost.