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 collaboratorNew
As a Data Packager
I want to add a data table
So that I can add and edit related data
RULES
- Tab names must be unique
- Name a new tab, "untitled" with a sequential number appended to the end to enable uniqueness
- The "New" command can be invoked using a menu item or the add tab button
- Scenarios
-
- Default
-
- When
- Data Curator is open
- Then
- 1 window should be displayed
- And
- the window should have 1 tab
- And
- the tab should have 1 table
- And
- the table should have 1 row by 3 columns
- And
- the table should be empty
- And
- the cursor should be in row 1, column 1
- Add Tab
-
- Given
- Data Curator is open
- When
- the "File"->"New" menu is selected
- Then
- the window should have 2 tabs
- And
- the new tab should have 1 table
- And
- the new table should have 1 row by 3 columns
- And
- the new table should be empty
- And
- the cursor should be in the new table
- And
- the cursor should be in row 1, column 1
- And
- the new tab should be in the right-most position
- And
- the new tab should have a unique name
Last published almost 2 years ago by Matt Mulholland.