-
Notifications
You must be signed in to change notification settings - Fork 15
/
file-upload-features.txt
63 lines (45 loc) · 2.04 KB
/
file-upload-features.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# (1) --> (2) file-upload-staff-dropbox-setup.feature
Feature:
As a Staff
I want to create a restricted file drop box area on GigaDB server
So that authors can upload their files and select reviewers can assess them
# (3) --> (4) file-upload-author-upload.feature
Feature:
As an Author
I want to upload from my GigaDB profile page the files for my manuscript's dataset
So that the dataset can be reviewed and made available online
# (3) --> (4) file-upload-author-upload-ftp.feature
Feature:
As an Author
I want to upload files for my manuscript's dataset using FTP
So that the dataset can be reviewed and made available online despite web access restriction
# (3) --> (4) file-upload-author-meta-data-form.feature
Feature:
As an Author
I want to add meta-data to the files I have uploaded
So that the files associated with my manuscript's dataset can be queried precisely
# (3) --> (4) file-upload-author-meta-data-tagging.feature
Feature:
As an Author
I want to add attributes to a file I have uploaded
So that I can described it better for more precise querying
# (3) --> (4) file-upload-author-meta-data-bulk.feature
Feature:
As an Author,
I want to make bulk assignment of meta-data to the files I have uploaded
So that the large number of files associated with my manuscript's dataset can be queried precisely
# (5) --> (6) file-upload-staff-share-drop-box-mockup-link.feature
Feature:
As a Staff
I want to create a private mockup of dataset linked to the privately uploaded files
So that I can share access to privately uploaded files of a submitted dataset with select curators
# (5) --> (6) file-upload-curator-access-drop-box-files.feature
Feature:
As a Curator
I want to access the privately uploaded files of a submitted dataset
So that I can download and audit the files and their metadata
# (7) --> (8) file-upload-staff-files-move.feature
Feature:
As a Staff
I want to transfer the curated files of submitted datasets to the GigaDB public ftp server
So that the curated files of submitted datasets are available to the public