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 Recent
As a User
I want to select from a list of files I have recently opened
So that I don't need to remember where they are located
RULES
- "Open Recent" can be invoked by a menu command
- "Clear Recent" can be invoked by a menu command
USER INTERFACE
- Scenarios
-
- Open a recently opened file
-
- Given
- Data Curator is open
- When
- "Open Recent" is invoked
- Then
- a list of recently opened filenames should be shown
- And
- the selected file should be opened in a new data tab to the right of other data tabs
- Clear the recently opened file list
-
- Given
- Data Curator is open
- When
- "Clear Recent" is invoked
- Then
- the list of recently opened files should be deleted
Last published almost 2 years ago by Matt Mulholland.