Skip to content

Commit

Permalink
Merge pull request #47 from cedadev/mjpritchard-patch-1
Browse files Browse the repository at this point in the history
Update GWS_use_case.md
  • Loading branch information
nmassey001 authored Feb 2, 2023
2 parents 318ad04 + e711673 commit 5a3daac
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions docs/spec/GWS_use_case.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,34 @@
JASMIN user copies data from their GWS disk to the NLDS.
JASMIN USER copies a file from their GWS disk to the NLDS.

JASMIN user retrieves data from the NLDS to their GWS disk.
JASMIN USER recursively copies a directory from their GWS disk to the NLDS.

JASMIN user makes incremental copies of a file in the NLDS.
JASMIN USER copies a specified set of files and/or directories to the NLDS by specifying an include file.

JASMIN user retrieves a particular copy of a file from the NLDS.
JASMIN USER retrieves a file from the NLDS to their GWS disk.

JASMIN user can list their holdings and files on the NLDS. A holding is a collection of files (at the user view).
JASMIN USER retrieves a directory from the NLDS to their GWS disk.

JASMIN user can monitor their transactions to/from NLDS.
JASMIN USER copies a file from their GWS disk, and already present in the NLDS, as an incremental update to that file.

JASMIN user can add or amend metadata to a holding on the NLDS. e.g. tags, label.
JASMIN USER retrieves a particular copy of a file from the NLDS to their GWS disk.

JASMIN user can verify their data (checksum).
JASMIN USER lists their holdings and files on the NLDS. A holding is a collection of files (at the user view).

JASMIN user can specify which quota to use when copying to NLDS.
JASMIN USER monitors their transactions to/from NLDS.

JASMIN user can check the value of the remaining quota and the usage against the quota.
JASMIN USER adds or amends metadata to a holding on the NLDS. e.g. tags, label.

JASMIN USER verifies their data (checksum).

JASMIN USER specifies which quota to use when copying to NLDS.

JASMIN USER checks the value of the remaining quota and the usage against the quota.

JASMIN MANAGER copies a file belonging to another user from their GWS to the NLDS.

JASMIN MANAGER deletes a file belonging to another from their GWS, from the NLDS.

JASMIN MANAGER (can do all the above actions for USER, for data belonging to another USER in the same GWS)

Storing data on the tape requires quota remaining, allocated to GWS. Quota is from the project portal.

Expand Down

0 comments on commit 5a3daac

Please sign in to comment.