Skip to content

Commit ab19f2b

Browse files
committed
Templates and Public Projects
1 parent 38000e2 commit ab19f2b

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

services/static-webserver/client/source/class/osparc/dashboard/ResourceBrowserFilter.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ qx.Class.define("osparc.dashboard.ResourceBrowserFilter", {
136136
icon: "@FontAwesome5Solid/copy/16",
137137
paddingLeft: 10, // align it with the context
138138
});
139+
osparc.utils.Utils.setIdToWidget(templatesButton, "templatesFilterItem");
139140
templatesButton.addListener("changeValue", e => {
140141
const templatesEnabled = e.getData();
141142
if (templatesEnabled) {
@@ -153,6 +154,7 @@ qx.Class.define("osparc.dashboard.ResourceBrowserFilter", {
153154
icon: "@FontAwesome5Solid/globe/16",
154155
paddingLeft: 10, // align it with the context
155156
});
157+
osparc.utils.Utils.setIdToWidget(publicProjectsButton, "publicProjectsFilterItem");
156158
publicProjectsButton.addListener("changeValue", e => {
157159
const templatesEnabled = e.getData();
158160
if (templatesEnabled) {

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

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,32 @@
1010
"action": "open"
1111
},
1212
"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",
1515
"placement": "right"
1616
}, {
17+
"beforeClick": {
18+
"selector": "osparc-test-id=templatesFilterItem"
19+
},
20+
"anchorEl": "osparc-test-id=templatesFilterItem",
21+
"title": "Templates",
22+
"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.",
23+
"placement": "right"
24+
}, {
25+
"beforeClick": {
26+
"selector": "osparc-test-id=publicProjectsFilterItem"
27+
},
28+
"anchorEl": "osparc-test-id=publicProjectsFilterItem",
29+
"title": "Public Projects",
30+
"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.",
31+
"placement": "right"
32+
}, {
33+
"beforeClick": {
34+
"selector": "osparc-test-id=workspacesAndFoldersTreeItem_null_null"
35+
},
1736
"anchorEl": "osparc-test-id=searchBarFilter-textField-study",
1837
"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",
38+
"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",
2039
"placement": "bottom"
2140
}, {
2241
"beforeClick": {
@@ -42,7 +61,7 @@
4261
"steps": [{
4362
"anchorEl": "osparc-test-id=dashboardTabs",
4463
"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.",
64+
"text": "The menu tabs give you quick access to a set of core elements of the platform, namely Projects, Tutorials, Apps and Data.",
4665
"placement": "bottom"
4766
}, {
4867
"beforeClick": {

0 commit comments

Comments
 (0)