sul-dlss / happy-heron

Self-Deposit for the Stanford Digital Repository (SDR): H2 is a Rails web application enabling users to deposit scholarly content into SDR
Apache License 2.0
10 stars 2 forks source link

Modify versioning workflow to prevent issue where users think they've changed files but they haven't #3612

Closed amyehodge closed 2 months ago

amyehodge commented 2 months ago

Currently, if a user modifies the files on a deposit and after that selects "no" on the versioning question, they may not realize that their file changes are not being saved.

To prevent this, we have decided on the following modification to the versioning workflow:

  1. The file upload/modification section of the form should be grayed out by default.
  2. If the user chooses the "yes" option for the versioning question, the file upload/modification section should be activated.