Details
-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:4
-
Sprint:Fall 5 : 14 Oct to 25 Oct
Description
Situation: The right-click/three-dot menu items need to be greyed out for certain file/folder selections.
For example, if a user has read access to a file that is public (shared with anonymous) in the shared folder, they can analyze the file and download the file, but they cannot manage the links or add metadata. If the same file were to be given write access, then they could analyze, download, add metadata, but they still could not manage the link (this needs to be tested). If the file were then to be made not public, but still have write access, then analyze and add metadata would work, but not manage link or download.
Task: Create a flowchart that considers each of the possibilities of own/write/read and public/private for files/folders. Implement code in IGB-CyVerse that limits the right-click/three-dot menu options accordingly.
Attachments
Issue Links
- relates to
-
IGBF-1960 Add right-click and three dot menu for CyVerse folders
- Closed
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Rank | Ranked higher |
Rank | Ranked higher |
Status | Open [ 1 ] | To-Do [ 10305 ] |
Status | To-Do [ 10305 ] | In Progress [ 3 ] |
Workflow | Fall 2019 Workflow Update [ 20817 ] | Revised Fall 2019 Workflow Update [ 21198 ] |
Assignee | Chaitanya Kintali [ chaitanya ] |
Attachment | IGBF2060-ThreeDotMenu.docx [ 14451 ] |
Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
Assignee | Chaitanya Kintali [ chaitanya ] |
Comment |
[ Code Changes for the above ticket are:
https://bitbucket.org/nfreese/django-cyversedev/pull-requests/78/igbf-2060/diff Moving to Need for Testing . ] |
Assignee | Chaitanya Kintali [ chaitanya ] |
Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
Status | Post-merge Testing In Progress [ 10003 ] | To-Do [ 10305 ] |
Status | To-Do [ 10305 ] | In Progress [ 3 ] |
Attachment | IGBF2060-ThreeDotMenu.docx [ 14451 ] |
Attachment | IGBF2060-ThreeDotMenu.docx [ 14456 ] |
Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
Assignee | Chaitanya Kintali [ chaitanya ] |
Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
Assignee | Chaitanya Kintali [ chaitanya ] |
Resolution | Done [ 10000 ] | |
Status | Post-merge Testing In Progress [ 10003 ] | Closed [ 6 ] |
Attachment | IGBF2060-ThreeDotMenu.docx [ 14456 ] |
Attachment | IGBF2060-ThreeDotMenu_final.docx [ 14510 ] |
Thought on viewing metadata:
File is PRIVATE/PUBLIC, user has READ access - can we make it so that the user can view (but not interact) with the metadata in the right panel? This would make the metadata panel openable in all scenarios (public/private own/write/read).
Situation: they would right-click on the file, click on metadata, the right panel would slide in with the metadata viewable, but the user would not be able to interact with it.
*The metadata endpoint will allow a user with read access to view the metadata on a private/public file.