diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 3860144..86d3040 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -5,7 +5,10 @@ - + + uses + + uses diff --git a/pom.xml b/pom.xml index 82e76ce..3c0e42b 100644 --- a/pom.xml +++ b/pom.xml @@ -75,8 +75,8 @@ org.gcube.portlets.widgets guided-tour-widget - [1.2.0-SNAPSHOT, 2.0.0-SNAPSHOT) - provided + [1.4.0-SNAPSHOT, 2.0.0-SNAPSHOT) + compile org.gcube.applicationsupportlayer diff --git a/src/main/java/org/gcube/portlets/user/workspace/client/resources/GuidedTour.xml b/src/main/java/org/gcube/portlets/user/workspace/client/resources/GuidedTour.xml index 063d961..b4c17b1 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/client/resources/GuidedTour.xml +++ b/src/main/java/org/gcube/portlets/user/workspace/client/resources/GuidedTour.xml @@ -33,6 +33,38 @@ + + General Info + + +
+ Please note the following: +
+
+
    +
  • right-click on any item to access the actions of a specific folder or file;
  • +
  • you can perform operations either on the tree or on the right view;
  • +
  • the window on the right shows the content of the folder selected in the Tree.
  • +
+
+ + ]]> + + +
+ Please note: the buttons present on the workspace top bar (see the image) are related to the current item selected below the bar. +
+ + ]]> + +
+ + + + +
Sharing @@ -55,11 +87,11 @@ Share Permissions are very important! There are 3 types of sharing permissions you can set: -
-
    -
  • Read Only: users can only read files;
  • -
  • Write Owner: users can write/update their own files;
  • -
  • Write Any: users can write/update any file.
  • +
    +
      +
    • Read Only: users can only read files;
    • +
    • Write Owner: users can update their own files;
    • +
    • Write Any: users can update any file.
    @@ -75,20 +107,19 @@ - Your Channel Folders + Special Folders
    - Your Channel Folders - is a special folder created automatically from the System. + The folder you see on your right + is a special folder created automatically by the System.
    -
    - It contains one folder for each channel you are subscribed to and please read: +
    + It contains one folder for each group you are subscribed to, please consider:
    -
    -
      +
      • The users of a channel folder are the ones subscribed to the related Channel (i.e. Staff is shared with the whole institute).
      • Any action on these special folders (upload/delete/read) is notified to the other users of the folder.
      • Any action on these special folders is tracked.
      • @@ -107,7 +138,7 @@ - Public Link Vs. Get Link + Creating Links diff --git a/src/main/java/org/gcube/portlets/user/workspace/client/resources/GuidedTour_IT.xml b/src/main/java/org/gcube/portlets/user/workspace/client/resources/GuidedTour_IT.xml index 1bd3b5e..1f68255 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/client/resources/GuidedTour_IT.xml +++ b/src/main/java/org/gcube/portlets/user/workspace/client/resources/GuidedTour_IT.xml @@ -23,7 +23,7 @@
    Scopri - le caratteristiche del Workspace, clicca next. + le caratteristiche del Workspace, clicca su next.
    ]]> @@ -33,6 +33,38 @@ + + Info generali + + +
    + Per favore, considera che: +
    +
    +
      +
    • Il tasto destro può essere utilizzato su ogni oggetto per accedere ad azione specifiche relative al file o cartella in cliccata;
    • +
    • Si possono effettuare operazioni sia sull'albero che sulla vista alla sua destra;
    • +
    • La vista alla sua destra mostra il contenuto della cartella selezionata nell'albero.
    • +
    +
    +
    + ]]> + + +
    + Nota bene: i pulsanti presenti nella barra superiore (vedi immagine) sono riferiti al file o cartella selezionata al di sotto della barra. +
    +
    + ]]> + + + + + + + File Sharing @@ -56,7 +88,7 @@ sono molto importanti! Ci sono 3 tipi di permessi:
-
    +
    • Read Only: gli utenti possono solo leggere i files;
    • Write Owner: gli tuenti possono modificare solo i loro files;
    • Write Any: gli utenti possono modificare qualsiasi file.
    • @@ -76,20 +108,20 @@ - Your Channel Folders + Cartella speciale
      - Your Channel Folders + La cartella sulla tua destra è una cartella speciale creata automaticamente dal Sistema.
      - Contiene una cartella per ogni canale a cui appartieni. Per favore leggi bene: + Contiene una cartella per ogni canale a cui appartieni. Per favore considera che:
      -
        +
        • Gli utenti di una cartella di canale sono coloro appartenenti al canale. (i.e. Staff è condivisa con tutti gli utenti dell'istituto).
        • Ogni azione su queste folder speciali (upload/delete/read) è notificata agli altri utenti.
        • Ogni azione su queste folder speciali è tracciata.
        • @@ -108,7 +140,7 @@ - Public Link Vs. Get Link + Collegamenti diff --git a/src/main/webapp/images/tour/7.png b/src/main/webapp/images/tour/7.png new file mode 100644 index 0000000..7609d45 Binary files /dev/null and b/src/main/webapp/images/tour/7.png differ diff --git a/src/main/webapp/images/tour/8.png b/src/main/webapp/images/tour/8.png new file mode 100644 index 0000000..7f802be Binary files /dev/null and b/src/main/webapp/images/tour/8.png differ