|
7 | 7 | "steps": [{ |
8 | 8 | "anchorEl": "osparc-test-id=dashboardTabs", |
9 | 9 | "title": "Dashboard Menu", |
10 | | - "text": "The menu tabs give you quick access to a set of core elements of the platform, namely Studies, Templates and Services.", |
| 10 | + "text": "The menu tabs give you quick access to a set of core elements of the platform, namely Studies, Templates, Services and Data.", |
11 | 11 | "placement": "bottom" |
12 | 12 | }, { |
13 | 13 | "beforeClick": { |
14 | 14 | "selector": "osparc-test-id=studiesTabBtn" |
15 | 15 | }, |
16 | 16 | "anchorEl": "osparc-test-id=studiesTabBtn", |
17 | | - "text": "Any Study is accessible via the Dashboard. The Studies, which belong to or are shared with you, can be found here.", |
| 17 | + "text": "Any Study is accessible via the Dashboard. The Studies, which belong to or are shared with you, can be found here. You can also create Folders to help you organize the Studies", |
18 | 18 | "placement": "bottom" |
19 | 19 | }, { |
20 | 20 | "beforeClick": { |
|
28 | 28 | "selector": "osparc-test-id=servicesTabBtn" |
29 | 29 | }, |
30 | 30 | "anchorEl": "osparc-test-id=servicesTabBtn", |
31 | | - "text": "Every Study in Sim4Life is composed of at lease one so-called Service.<br>Services are building blocks for Studies and can provide data/files, visualize results (2D, 3D), implement code in Jupyter notebooks or perform computations to execute simulations within a Study.", |
| 31 | + "text": "Every Study in oSparc is composed of so-called Services.<br>These are building blocks for Studies and can provide data/files, visualize results (2D, 3D), implement code in Jupyter notebooks or perform computations to execute simulations within a Study.", |
| 32 | + "placement": "bottom" |
| 33 | + }, { |
| 34 | + "beforeClick": { |
| 35 | + "selector": "osparc-test-id=dataTabBtn" |
| 36 | + }, |
| 37 | + "anchorEl": "osparc-test-id=dataTabBtn", |
| 38 | + "text": "All the Data of the Studies you have access to can bre explored here.", |
32 | 39 | "placement": "bottom" |
33 | 40 | }] |
34 | 41 | }, |
|
0 commit comments