Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Story] As an user, I want to update individual upload request #698

Open
dieptran88 opened this issue Nov 5, 2021 · 0 comments
Open

[Story] As an user, I want to update individual upload request #698

dieptran88 opened this issue Nov 5, 2021 · 0 comments

Comments

@dieptran88
Copy link
Collaborator

Summary

Related EPIC

#455

Definition

**UC 1: Edit individual UR**
    • The edit process of individual upload request (Edit global) is as same as the process of edit  an collective upload request.
    • After update UR successfully, the changes are applied for all nested requests of that individual request. 
    • Note: Nested UR can have status beyond its individual UR status, the changes of individual UR only apply for nested UR
 which have status active or pending. 

Refer to #564

**UC 2: Edit nested upload request**
    • Given that I am on the view of nested UR list of an individual UR
    • I can only edit UR that have status “Pending”or “Active”
    • When I click on three-dots button of an individual request that have status “Active” or “Pending”  I can see a drop-
down list of actions 
    • When I click Edit from the list, Edit screen will be opened 
    • I can edit the fields of UR as follow:
        ◦ Expiration date: shows the current expiry date of UR. I can change the expiry  date if the delegation policy
 allows. This value is between [current date] and [maximum date] if the UR is active and between [activation date] and 
[Maximum date] if the UR is pending . The expiration date of a nested UR cannot later than the expiration date of
 its individual UR. 
        ◦ Total size of files: Show the current value of UR. I can change the total size of delegation policy allows and 
cannot exceed the maximum value set by admin
        ◦  Max number of files:  Show the current value of UR. I can change the total size of delegation policy allows and 
cannot exceed the maximum value set by admin. 
        ◦  Max size of a file: Show the current value of UR. I can change the total size of delegation policy allows and 
cannot exceed the maximum value set by admin
        ◦ Possibility to delete files:  Show the current selection of UR. I can change this value if delegation policy 
allows.
        ◦ Possibility to close:  Show the current selection of UR. I can change this value if delegation policy allows.
        ◦  Reminder date: Show the current value of UR. I can change this value if delegation policy allows 
but cannot exceed the maximum value. 
        ◦ Notification language: a dropdown-list with the options: FR, US, RU
    • If pass the above validation, the upload request is created successfully, a notification is displayed and the request 
is updated. 
    • In case of update an active UR, if the new parameter (max file size, total file size, max number of files) is smaller than
 the current actual files, the system will behave same as the case UR reach the limitation: recipient cannot upload more 
file. 
    • If there is any parameter is changed, the recipient will receive an notification email about the updates. 
    • The update of nested UR does not affect individual UR and other nested UR 

Back to Summary

Screenshots

image.png
image.png
image.png

Back to Summary

Misc

None

Back to Summary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant