Skip to content

Commit 8392236

Browse files
committed
s4llite
1 parent e311542 commit 8392236

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

services/static-webserver/client/source/resource/osparc/tours/s4llite_tours.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}, {
1717
"anchorEl": "osparc-test-id=searchBarFilter-textField-study",
1818
"title": "Filter and Search",
19-
"text": "This tool allows you to filter Projects and Tutorials.<br>You can search and filter by:<br>- Title, description, owner, id...<br>- Tags<br>- Shared with",
19+
"text": "This tool allows you to filter Projects, Templates or Public Projects.<br>You can search and filter by:<br>- Title, description, owner, id...<br>- Tags<br>- Shared with",
2020
"placement": "bottom"
2121
}, {
2222
"beforeClick": {
@@ -32,6 +32,22 @@
3232
"title": "Update Services",
3333
"text": "On the Project card, you can use the Update button to update the corresponding service to the latest version.",
3434
"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"
3551
}]
3652
},
3753
"dashboard": {

0 commit comments

Comments
 (0)