-
Notifications
You must be signed in to change notification settings - Fork 0
Preview Version Rollback #68
Copy link
Copy link
Open
Labels
Area: InterfaceRelates to the overall user interface design and implementation.Relates to the overall user interface design and implementation.Priority: 1Severity 2: MajorStatus 1: RoadmapPlanned for a future, indeterminate release.Planned for a future, indeterminate release.Type: FeatureIntroduces a major area of functionality.Introduces a major area of functionality.
Milestone
Metadata
Metadata
Assignees
Labels
Area: InterfaceRelates to the overall user interface design and implementation.Relates to the overall user interface design and implementation.Priority: 1Severity 2: MajorStatus 1: RoadmapPlanned for a future, indeterminate release.Planned for a future, indeterminate release.Type: FeatureIntroduces a major area of functionality.Introduces a major area of functionality.
Instead of calling
IRepository.Rollback(), instead callIRepository.Load()to preview the prior version, and then include a "Rollback" and "Cancel" button in the navigation to allow the version to be restored, or to return to the current version.Notes
IRepository.Rollback()or we can allow the fields to be edited and then just callIRepository.Save()when they click "Rollback"; the latter is likely more intuitive.