|
1 | 1 | { |
2 | | - "studies": { |
3 | | - "id": "studies", |
4 | | - "name": "Studies", |
5 | | - "description": "All you need to know about Study handling", |
| 2 | + "projects": { |
| 3 | + "id": "projects", |
| 4 | + "name": "Projects", |
| 5 | + "description": "All you need to know about Project handling", |
6 | 6 | "context": "osparc-test-id=newPlusBtn", |
7 | 7 | "steps": [{ |
8 | 8 | "beforeClick": { |
|
25 | 25 | }, |
26 | 26 | "anchorEl": "osparc-test-id=studyItemMenuMenu", |
27 | 27 | "title": "More options button", |
28 | | - "text": "On the Study card, you can use the three dots button to access more information and operation on the Study.", |
| 28 | + "text": "On the Project card, you can use the three dots button to access more information and operation on the Project.", |
29 | 29 | "placement": "left" |
30 | 30 | }, { |
31 | 31 | "anchorEl": "osparc-test-id=updateStudyBtn", |
32 | 32 | "title": "Update Services", |
33 | | - "text": "On the Study card, you can use the Update button to update the corresponding service to the latest version.", |
| 33 | + "text": "On the Project card, you can use the Update button to update the corresponding service to the latest version.", |
34 | 34 | "placement": "bottom" |
35 | 35 | }] |
36 | 36 | }, |
|
49 | 49 | "selector": "osparc-test-id=studiesTabBtn" |
50 | 50 | }, |
51 | 51 | "anchorEl": "osparc-test-id=studiesTabBtn", |
52 | | - "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", |
| 52 | + "text": "Any Project 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", |
53 | 53 | "placement": "bottom" |
54 | 54 | }, { |
55 | 55 | "beforeClick": { |
56 | 56 | "selector": "osparc-test-id=tutorialsTabBtn" |
57 | 57 | }, |
58 | 58 | "anchorEl": "osparc-test-id=tutorialsTabBtn", |
59 | | - "text": "Clicking on a Template will create a copy of that Study, which will appear in your own Studies tab with the same name as the Template. Any changes you make to this copy will not affect the original Template.", |
| 59 | + "text": "Clicking on a Template will create a copy of that Project, which will appear in your own Studies tab with the same name as the Template. Any changes you make to this copy will not affect the original Template.", |
60 | 60 | "placement": "bottom" |
61 | 61 | }, { |
62 | 62 | "beforeClick": { |
63 | 63 | "selector": "osparc-test-id=appsTabBtn" |
64 | 64 | }, |
65 | 65 | "anchorEl": "osparc-test-id=appsTabBtn", |
66 | | - "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.", |
| 66 | + "text": "Every Project 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.", |
67 | 67 | "placement": "bottom" |
68 | 68 | }, { |
69 | 69 | "beforeClick": { |
|
0 commit comments