ZacharyDeeplet / FingerCMS-iOS

Finger CMS for iOS
0 stars 0 forks source link

Settings page Open/Save issues #1

Open ZacharyDeeplet opened 9 years ago

ZacharyDeeplet commented 9 years ago

iOS DVR App version 1.09.09

In the Settings screen are options to Save or Open a saved DVR configuration. The Save button allows the user to enter any File Name they wish to save the current configuration.

The problem with the Save feature is that it allows the user to enter exactly the same File Name multiple times, and does not prompt to Overwrite an existing file or Rename the file before saving. This can result in the user saving several different configurations under the same name and will cause confusion for our end users.

Request that the Settings / Save feature detect existing File Names and not allow the user to save the exact same file name multiple times. To accomplish this, the user would be prompted:

"File Name already exists. Please enter a unique File Name. (OK)"

NOTE that "OK" simply returns the user to the File Name field. In this solution, existing files cannot be overwritten, and no file is Saved unless it has a unique name, so there will be no duplicate file names in the Open screen.

ZacharyDeeplet commented 9 years ago

Will be fixed in the next release v1.10.11