Uploaded image for project: 'Data Management'
  1. Data Management
  2. DM-10855

UI for accessing user workspace

    XMLWordPrintable

    Details

    • Story Points:
      25
    • Sprint:
      SUIT Sprint 2017-10, SUIT Sprint 2017-11
    • Team:
      Science User Interface

      Description

      Client side UI to access use workspace data:

      • listing of the files
      • simple management of the files
      • display the file properly

      Please also reference IRSA tickets https://caltech-ipac.atlassian.net/browse/IRSA-474
      https://caltech-ipac.atlassian.net/browse/IRSA-729 ( workspace server commend)

      XW: This turned out to be more work than I expected. Please see comment from Cindy for more information.

        Attachments

          Issue Links

            Activity

            No builds found.
            xiuqin Xiuqin Wu [X] (Inactive) created issue -
            xiuqin Xiuqin Wu [X] (Inactive) made changes -
            Field Original Value New Value
            Epic Link DM-10853 [ 32858 ]
            xiuqin Xiuqin Wu [X] (Inactive) made changes -
            Link This issue relates to DM-10736 [ DM-10736 ]
            xiuqin Xiuqin Wu [X] (Inactive) made changes -
            Link This issue relates to DM-10630 [ DM-10630 ]
            xiuqin Xiuqin Wu [X] (Inactive) made changes -
            Labels Firefly FireflyCCB
            xiuqin Xiuqin Wu [X] (Inactive) made changes -
            Assignee Cindy Wang [ cwang ]
            xiuqin Xiuqin Wu [X] (Inactive) made changes -
            Description Client side UI to access use workspace data:
            * listing of the files
            * simple management of the files
            * display the file properly
            Client side UI to access use workspace data:
            * listing of the files
            * simple management of the files
            * display the file properly

            Please also reference IRSA ticket https://caltech-ipac.atlassian.net/browse/IRSA-474
            xiuqin Xiuqin Wu [X] (Inactive) made changes -
            Story Points 12 16
            xiuqin Xiuqin Wu [X] (Inactive) made changes -
            Sprint SUIT Sprint 2017-10 [ 631 ]
            cwang Cindy Wang [X] (Inactive) made changes -
            Status To Do [ 10001 ] In Progress [ 3 ]
            cwang Cindy Wang [X] (Inactive) made changes -
            Description Client side UI to access use workspace data:
            * listing of the files
            * simple management of the files
            * display the file properly

            Please also reference IRSA ticket https://caltech-ipac.atlassian.net/browse/IRSA-474
            Client side UI to access use workspace data:
            * listing of the files
            * simple management of the files
            * display the file properly

            Please also reference IRSA tickets https://caltech-ipac.atlassian.net/browse/IRSA-474
                                                         https://caltech-ipac.atlassian.net/browse/IRSA-729 ( workspace server commend)
            xiuqin Xiuqin Wu [X] (Inactive) made changes -
            Sprint SUIT Sprint 2017-10 [ 631 ] SUIT Sprint 2017-10, SUIT Sprint 2017-11 [ 631, 647 ]
            xiuqin Xiuqin Wu [X] (Inactive) made changes -
            Rank Ranked higher
            Hide
            cwang Cindy Wang [X] (Inactive) added a comment -

            the following issues are considered to be resolved in order to fulfill the implementation of UI to access workspace data:

            • the file picker library needs some modification in order to meet our needs to access workspace files.
            • the communication between the UI and workspace manager has authentication issue
            • each workspace request (ws_list, ws_upload, ws_download) sent from UI is routed differently from firefly server to workspace server manager.
            • the request parameters for some workspace command need to be redefined.
            Show
            cwang Cindy Wang [X] (Inactive) added a comment - the following issues are considered to be resolved in order to fulfill the implementation of UI to access workspace data: the file picker library needs some modification in order to meet our needs to access workspace files. the communication between the UI and workspace manager has authentication issue each workspace request (ws_list, ws_upload, ws_download) sent from UI is routed differently from firefly server to workspace server manager. the request parameters for some workspace command need to be redefined.
            xiuqin Xiuqin Wu [X] (Inactive) made changes -
            Story Points 16 22
            xiuqin Xiuqin Wu [X] (Inactive) made changes -
            Description Client side UI to access use workspace data:
            * listing of the files
            * simple management of the files
            * display the file properly

            Please also reference IRSA tickets https://caltech-ipac.atlassian.net/browse/IRSA-474
                                                         https://caltech-ipac.atlassian.net/browse/IRSA-729 ( workspace server commend)
            Client side UI to access use workspace data:
            * listing of the files
            * simple management of the files
            * display the file properly

            Please also reference IRSA tickets https://caltech-ipac.atlassian.net/browse/IRSA-474
                                                         https://caltech-ipac.atlassian.net/browse/IRSA-729 ( workspace server commend)

            XW: This turned out to be more work than I expected. Please see comment from Cindy for more information.
            cwang Cindy Wang [X] (Inactive) made changes -
            Reviewers Emmanuel Joliet, Loi Ly, Trey Roby [ ejoliet, loi, roby ]
            Status In Progress [ 3 ] In Review [ 10004 ]
            cwang Cindy Wang [X] (Inactive) made changes -
            Remote Link This issue links to "pull request (Web Link)" [ 15531 ]
            xiuqin Xiuqin Wu [X] (Inactive) made changes -
            Story Points 22 25
            Hide
            cwang Cindy Wang [X] (Inactive) added a comment -

            Some pending issues for FilePicker styling

            • files are shown in very blue link-like style. i can imagine it'll be distracting when there are more files
            • selected file/folder is bold, may causing wrapping.
            • the 3 added icons: file, folder-open, folder-close
              they are slightly blurred on the edges. file is colored while folers are b/w.-

            some functional issues,

            • chart save
              not added. may not be part of this ticket. but, feature should be added.

            catalog upload

            • uploaded table from workspace show 'Table Upload' as title. It should show workspace file name.
              this is not part of the ticket, but a new ticket should be raised to address this.

            FITS file upload

            • same as catalog upload. Title should show workspace file name.
            • sync the workspace content between the server and UI. There is no implementation to notify the front end that any change made in the workspace side.
            • add other workspace management functions to FilePicker, such as delete folder, move folder, rename folder, etc.
            • use Modal dialog to show workspace access error message or ask should_overwrite options in case the download file name already exists.
            Show
            cwang Cindy Wang [X] (Inactive) added a comment - Some pending issues for FilePicker styling files are shown in very blue link-like style. i can imagine it'll be distracting when there are more files selected file/folder is bold, may causing wrapping. the 3 added icons: file, folder-open, folder-close they are slightly blurred on the edges. file is colored while folers are b/w.- some functional issues, chart save not added. may not be part of this ticket. but, feature should be added. catalog upload uploaded table from workspace show 'Table Upload' as title. It should show workspace file name. this is not part of the ticket, but a new ticket should be raised to address this. FITS file upload same as catalog upload. Title should show workspace file name. sync the workspace content between the server and UI. There is no implementation to notify the front end that any change made in the workspace side. add other workspace management functions to FilePicker, such as delete folder, move folder, rename folder, etc. use Modal dialog to show workspace access error message or ask should_overwrite options in case the download file name already exists.
            cwang Cindy Wang [X] (Inactive) made changes -
            Status In Review [ 10004 ] Reviewed [ 10101 ]
            cwang Cindy Wang [X] (Inactive) made changes -
            Resolution Done [ 10000 ]
            Status Reviewed [ 10101 ] Done [ 10002 ]

              People

              Assignee:
              cwang Cindy Wang [X] (Inactive)
              Reporter:
              xiuqin Xiuqin Wu [X] (Inactive)
              Reviewers:
              Emmanuel Joliet, Loi Ly, Trey Roby
              Watchers:
              Cindy Wang [X] (Inactive), Emmanuel Joliet, Loi Ly, Trey Roby, Xiuqin Wu [X] (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:

                  Jenkins

                  No builds found.