|
| 1 | +{ |
| 2 | + "dashboard": { |
| 3 | + "id": "dashboard", |
| 4 | + "name": "Dashboard", |
| 5 | + "description": "Introduction to the Dashboard tabs", |
| 6 | + "context": "osparc-test-id=dashboardTabs", |
| 7 | + "steps": [{ |
| 8 | + "anchorEl": "osparc-test-id=dashboardTabs", |
| 9 | + "title": "Dashboard Menu", |
| 10 | + "text": "The menu tabs give you quick access to a set of core elements of the platform, namely Studies, Templates and Services.", |
| 11 | + "placement": "bottom" |
| 12 | + }, { |
| 13 | + "beforeClick": { |
| 14 | + "selector": "osparc-test-id=studiesTabBtn" |
| 15 | + }, |
| 16 | + "anchorEl": "osparc-test-id=studiesTabBtn", |
| 17 | + "text": "Any Study is accessible via the Dashboard. The Studies, which belong to or are shared with you, can be found here.", |
| 18 | + "placement": "bottom" |
| 19 | + }, { |
| 20 | + "beforeClick": { |
| 21 | + "selector": "osparc-test-id=templatesTabBtn" |
| 22 | + }, |
| 23 | + "anchorEl": "osparc-test-id=templatesTabBtn", |
| 24 | + "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.", |
| 25 | + "placement": "bottom" |
| 26 | + }, { |
| 27 | + "beforeClick": { |
| 28 | + "selector": "osparc-test-id=servicesTabBtn" |
| 29 | + }, |
| 30 | + "anchorEl": "osparc-test-id=servicesTabBtn", |
| 31 | + "text": "Every Study in Sim4Life is composed of at lease one so-called Service.<br>Services 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.", |
| 32 | + "placement": "bottom" |
| 33 | + }] |
| 34 | + }, |
| 35 | + "navbar": { |
| 36 | + "id": "navbar", |
| 37 | + "name": "Navigation Bar", |
| 38 | + "description": "Introduction to the Navigation Bar", |
| 39 | + "context": "osparc-test-id=navigationBar", |
| 40 | + "steps": [{ |
| 41 | + "beforeClick": { |
| 42 | + "selector": "osparc-test-id=notificationsButton", |
| 43 | + "event": "tap" |
| 44 | + }, |
| 45 | + "anchorEl": "osparc-test-id=notificationsContainer", |
| 46 | + "text": "By clicking on the Bell, you will you see notifications about which Studies, Credits and Organizations have been shared with you.", |
| 47 | + "placement": "bottom" |
| 48 | + }, { |
| 49 | + "beforeClick": { |
| 50 | + "selector": "osparc-test-id=helpNavigationBtn", |
| 51 | + "action": "open" |
| 52 | + }, |
| 53 | + "anchorEl": "osparc-test-id=helpNavigationMenu", |
| 54 | + "text": "Under the question mark, you will find Manuals, Support and ways to give us Feedback. It also provides quick access to other Guided Tours.", |
| 55 | + "placement": "left" |
| 56 | + }, { |
| 57 | + "beforeClick": { |
| 58 | + "selector": "osparc-test-id=userMenuBtn", |
| 59 | + "action": "open" |
| 60 | + }, |
| 61 | + "anchorEl": "osparc-test-id=userMenuMenu", |
| 62 | + "text": "The User Menu gives you access to Your Account, Billing Center, Preferences, Organizations and more.", |
| 63 | + "placement": "left" |
| 64 | + }] |
| 65 | + }, |
| 66 | + "studies": { |
| 67 | + "id": "studies", |
| 68 | + "name": "Studies", |
| 69 | + "description": "All you need to know about Study handling", |
| 70 | + "context": "osparc-test-id=studiesTabBtn", |
| 71 | + "steps": [{ |
| 72 | + "beforeClick": { |
| 73 | + "selector": "osparc-test-id=studiesTabBtn" |
| 74 | + }, |
| 75 | + "anchorEl": "osparc-test-id=startS4LButton", |
| 76 | + "title": "Start Sim4Life", |
| 77 | + "text": "Clicking on this (+) Start Sim4Life button, allows you to create and open a new Sim4Life project", |
| 78 | + "placement": "right" |
| 79 | + }, { |
| 80 | + "anchorEl": "osparc-test-id=searchBarFilter-textField-study", |
| 81 | + "title": "Filter and Search", |
| 82 | + "text": "This tool allows you to filter Studies, Tutorials and Services.<br>You can search and filter by:<br>- Title, description, owner, id...<br>- Tags<br>- Shared with", |
| 83 | + "placement": "bottom" |
| 84 | + }, { |
| 85 | + "beforeClick": { |
| 86 | + "selector": "osparc-test-id=studyItemMenuButton", |
| 87 | + "action": "open" |
| 88 | + }, |
| 89 | + "anchorEl": "osparc-test-id=studyItemMenuMenu", |
| 90 | + "title": "More options button", |
| 91 | + "text": "On the Study card, you can use the three dots button to access more information and operation on the Study.", |
| 92 | + "placement": "left" |
| 93 | + }, { |
| 94 | + "anchorEl": "osparc-test-id=updateStudyBtn", |
| 95 | + "title": "Update Services", |
| 96 | + "text": "On the Study card, you can use the Update button to update the corresponding service to the latest version.", |
| 97 | + "placement": "bottom" |
| 98 | + }] |
| 99 | + } |
| 100 | +} |
0 commit comments