|
11 | 11 | }, |
12 | 12 | "anchorEl": "osparc-test-id=newPlusMenu", |
13 | 13 | "title": "Start Sim4Life and more", |
14 | | - "text": "Clicking on the (+) New button, allows you to create new Sim4Life projects or new Folders to organize the projects", |
| 14 | + "text": "Clicking on the (+) New button, allows you to create new Sim4Life projects, start other featured 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 Projects, 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": { |
|
32 | 32 | "title": "Update Services", |
33 | 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 Projects, Tutorials and Services.", |
| 61 | + "text": "The menu tabs give you quick access to a set of core elements of the platform, namely Projects, Tutorials and Apps.", |
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 Project is accessible via the Dashboard. The Projects, which belong to or are shared with you, can be found here.", |
| 68 | + "text": "Any Project is accessible via the Dashboard. The Projects, which belong to or are shared with you, can be found here.e. 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": { |
|
63 | 79 | "selector": "osparc-test-id=appsTabBtn" |
64 | 80 | }, |
65 | 81 | "anchorEl": "osparc-test-id=appsTabBtn", |
66 | | - "text": "Every Project in Sim4Life is composed of at least one so-called Service.<br>Services 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.", |
| 82 | + "text": "Every Project in Sim4Life is composed of at least one so-called Apps.<br>Apps 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 | }, |
|
73 | 89 | "description": "Introduction to the Navigation Bar", |
74 | 90 | "context": "osparc-test-id=navigationBar", |
75 | 91 | "steps": [{ |
| 92 | + "anchorEl": "osparc-test-id=jobsButton", |
| 93 | + "title": "Activity Center", |
| 94 | + "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.", |
| 95 | + "placement": "bottom" |
| 96 | + }, { |
76 | 97 | "beforeClick": { |
77 | 98 | "selector": "osparc-test-id=notificationsButton", |
78 | 99 | "event": "tap" |
|
0 commit comments