|
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": { |
9 | 9 | "selector": "osparc-test-id=newPlusBtn", |
10 | 10 | "action": "open" |
11 | 11 | }, |
12 | 12 | "anchorEl": "osparc-test-id=newPlusMenu", |
13 | | - "title": "Create Studies", |
14 | | - "text": "Clicking on the (+) New button, allows you to create new Studies or new Folders to organize the studies", |
| 13 | + "title": "Create Projects", |
| 14 | + "text": "Clicking on the (+) New button, allows you to create new Projects, start your favourite Apps or create new Folders to organize the projects", |
15 | 15 | "placement": "right" |
16 | 16 | }, { |
17 | 17 | "anchorEl": "osparc-test-id=searchBarFilter-textField-study", |
18 | 18 | "title": "Filter and Search", |
19 | | - "text": "This tool allows you to search Studies, Tutorials and Services.<br>You can search and filter by:<br>- Title, description, owner, id...<br>- Tags<br>- Shared with", |
| 19 | + "text": "This tool allows you to search Projects, Templates or Public Projects.<br>You can search and filter by:<br>- Title, description, owner, id...<br>- Tags<br>- Shared with", |
20 | 20 | "placement": "bottom" |
21 | 21 | }, { |
22 | 22 | "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 | + }, { |
| 36 | + "beforeClick": { |
| 37 | + "selector": "osparc-test-id=templatesFilterItem" |
| 38 | + }, |
| 39 | + "anchorEl": "osparc-test-id=templatesFilterItem", |
| 40 | + "title": "Templates", |
| 41 | + "text": "Templates let you freeze a project and reuse it anytime. When you create a template, it saves a snapshot of your project. Later, you can click on it to start a fresh, independent copy.<br>Templates shared with you by others will also appear here, so you can build on their work too.", |
| 42 | + "placement": "right" |
| 43 | + }, { |
| 44 | + "beforeClick": { |
| 45 | + "selector": "osparc-test-id=publicProjectsFilterItem" |
| 46 | + }, |
| 47 | + "anchorEl": "osparc-test-id=publicProjectsFilterItem", |
| 48 | + "title": "Public Projects", |
| 49 | + "text": "Just like templates, Public Projects are frozen snapshots—but they’re shared with the entire scientific community. Anyone can browse them and create their own copy and build upon.", |
| 50 | + "placement": "right" |
35 | 51 | }] |
36 | 52 | }, |
37 | 53 | "dashboard": { |
|
42 | 58 | "steps": [{ |
43 | 59 | "anchorEl": "osparc-test-id=dashboardTabs", |
44 | 60 | "title": "Dashboard Menu", |
45 | | - "text": "The menu tabs give you quick access to a set of core elements of the platform, namely Studies, Templates, Services and Data.", |
| 61 | + "text": "The menu tabs give you quick access to a set of core elements of the platform, namely Projects, Tutorials, Apps and Data.", |
46 | 62 | "placement": "bottom" |
47 | 63 | }, { |
48 | 64 | "beforeClick": { |
49 | 65 | "selector": "osparc-test-id=studiesTabBtn" |
50 | 66 | }, |
51 | 67 | "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", |
| 68 | + "text": "Any Project is accessible via the Dashboard. The Projects, which belong to or are shared with you, can be found here. You can also create Folders to help you organize the Projects. Also, the Templates you have access to and Public Projects can be found in their own sections.", |
53 | 69 | "placement": "bottom" |
54 | 70 | }, { |
55 | 71 | "beforeClick": { |
56 | 72 | "selector": "osparc-test-id=tutorialsTabBtn" |
57 | 73 | }, |
58 | 74 | "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.", |
| 75 | + "text": "Clicking on a Tutorial will create a copy of that Project, which will appear in your own Projects tab with the same name as the Tutorial. Any changes you make to this copy will not affect the original Tutorial.", |
60 | 76 | "placement": "bottom" |
61 | 77 | }, { |
62 | 78 | "beforeClick": { |
63 | 79 | "selector": "osparc-test-id=appsTabBtn" |
64 | 80 | }, |
65 | 81 | "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.", |
| 82 | + "text": "Every Project in oSparc is composed of so-called Apps.<br>These are building blocks for Projects and can provide data/files, visualize results (2D, 3D), implement code in Jupyter notebooks or perform computations to execute simulations within a Project.", |
67 | 83 | "placement": "bottom" |
68 | 84 | }, { |
69 | 85 | "beforeClick": { |
70 | 86 | "selector": "osparc-test-id=dataTabBtn" |
71 | 87 | }, |
72 | 88 | "anchorEl": "osparc-test-id=dataTabBtn", |
73 | | - "text": "All the Data of the Studies you have access to can bre explored here.", |
| 89 | + "text": "All the Data of the Projects you have access to can be explored here.", |
74 | 90 | "placement": "bottom" |
75 | 91 | }] |
76 | 92 | }, |
|
80 | 96 | "description": "Introduction to the Navigation Bar", |
81 | 97 | "context": "osparc-test-id=navigationBar", |
82 | 98 | "steps": [{ |
| 99 | + "anchorEl": "osparc-test-id=jobsButton", |
| 100 | + "title": "Activity Center", |
| 101 | + "text": "Here you can track all your running jobs, recent activity, and completed tasks. If you want to check the results once these are ready, you will find more details in the Activity Overview on the Project card.", |
| 102 | + "placement": "bottom" |
| 103 | + }, { |
83 | 104 | "beforeClick": { |
84 | 105 | "selector": "osparc-test-id=notificationsButton", |
85 | 106 | "event": "tap" |
86 | 107 | }, |
87 | 108 | "anchorEl": "osparc-test-id=notificationsContainer", |
88 | | - "text": "By clicking on the Bell, you will you see notifications about which Studies, Templates and Organizations have been shared with you.", |
89 | | - "placement": "bottom" |
| 109 | + "text": "By clicking on the Bell, you will see notifications about which Projects, Templates and Organizations have been shared with you.", |
| 110 | + "placement": "left" |
90 | 111 | }, { |
91 | 112 | "beforeClick": { |
92 | 113 | "selector": "osparc-test-id=helpNavigationBtn", |
|
0 commit comments