-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/ODIQueensland/data-curator…
… into develop
- Loading branch information
Showing
6 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
@backlog | ||
|
||
Feature: Save as | ||
As an Data Packager | ||
I want to save the data changes in the active data tab to a valid separated value file format | ||
So that the data can be retrieved later | ||
|
||
RULES | ||
===== | ||
|
||
- The default file type will be a comma separated file and the and CSV dialect delimiter "," | ||
- If available in Preferences, update the default the file type and CSV dialect delimiter | ||
- The CSV dialect selected may change the file extension e.g. tab separated values files use .tsv | ||
- The "Save as..." command can be invoked from the menu or using a keyboard shortcut | ||
- The "Save as..." command can be cancelled | ||
|
||
NOTES | ||
===== | ||
|
||
- This will replace the file type specific save as commands | ||
|
||
Scenario: Save the data | ||
Given I have opened Data Curator | ||
And a CSV Dialect Preference may have been set | ||
When "Save As..." is invoked | ||
Then a prompt using the defaults and requesting the file type, name and location should be displayed | ||
And the file should be saved with that file type, name and location |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters