To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorOpen Data Curator
As a User
I want to open the application only once
So that I can focus working on one data package at a time
RULES
- The application can be opened by:
- launching it using a icon
- opening a file and specifying to use the application
- The application can only be opened once
- If the application is opened using the icon, an an empty 2x3 data tab is presented
- Scenarios
-
- Open the application using the icon, app not already running
- Open the application using the icon, app already running
- Open the application using "Open With", app not already running
- Open the application using "Open With", app already running
- Open the application using the icon, app not already running
-
- Given
- Data Curator is not open
- When
- Data Curator is opened using the launch icon
- Then
- the application should open
- And
- an empty data tab should be presented
- And
- any preferences set in the prior session should be applied
- Open the application using the icon, app already running
-
- Given
- Data Curator is open
- When
- I attempt to open Data Curator again using the launch icon
- Then
- focus should be given to the running instance of Data Curator
- Open the application using "Open With", app not already running
-
- Given
- Data Curator is not open
- And
- I select a data file using the File System
- When
- I specify to open the file using Data Curator
- Then
- the application should open
- And
- the specified file should open in a tab within the application
- And
- any preferences set in the prior session should be applied
- Open the application using "Open With", app already running
-
- Given
- Data Curator is open
- And
- I select a data file using the File System
- When
- I specify to open the file using Data Curator
- Then
- the specified file should open in a new tab in the right-most position the running instance of Data Curator
Last published almost 2 years ago by Matt Mulholland.