Skip to content

Commit 9a04f39

Browse files
committed
netpyne-103 Add titles for tutorial 3
1 parent 81bf2b0 commit 9a04f39

1 file changed

Lines changed: 23 additions & 16 deletions

File tree

webapp/redux/reducers/data/tutorial3_steps.js

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import React from 'react';
22
const tutorial3_steps = [
3+
// Tutorial template selection
34
{
45
target: 'button[id="Examples"]',
56
title: (
6-
<div>To be filled in</div>
7+
<div>Tutorial Template Selection</div>
78
),
89
content: (
910
<div>
@@ -14,18 +15,19 @@ const tutorial3_steps = [
1415
{
1516
target: 'li[label*="3a:"]',
1617
title: (
17-
<div>To be filled in</div>
18+
<div>Tutorial Template Selection</div>
1819
),
1920
content: (
2021
<div>
2122
<p>Select the tutorial 3a.</p>
2223
</div>
2324
)
2425
},
26+
// Create and Simulate
2527
{
2628
target: '.MuiGrid-item .MuiButton-root:nth-last-child(2)',
2729
title: (
28-
<div>To be filled in</div>
30+
<div>Creation</div>
2931
),
3032
content: (
3133
<div>
@@ -36,7 +38,7 @@ const tutorial3_steps = [
3638
{
3739
target: '.MuiGrid-item .MuiButton-root:nth-last-child(2)',
3840
title: (
39-
<div>To be filled in</div>
41+
<div>Simulation</div>
4042
),
4143
content: (
4244
<div>
@@ -45,10 +47,11 @@ const tutorial3_steps = [
4547
</div>
4648
)
4749
},
50+
// Opening of the Different Plots
4851
{
4952
target: 'div[aria-disabled=false] img[src*="rasterPlot"]',
5053
title: (
51-
<div>To be filled in</div>
54+
<div>Opening of the Different Plots</div>
5255
),
5356
content: (
5457
<div>
@@ -59,7 +62,7 @@ const tutorial3_steps = [
5962
{
6063
target: 'div[aria-disabled=false] img[src*="LFPTimeSeriesPlot"]',
6164
title: (
62-
<div>To be filled in</div>
65+
<div>Opening of the Different Plots</div>
6366
),
6467
content: (
6568
<div>
@@ -70,7 +73,7 @@ const tutorial3_steps = [
7073
{
7174
target: 'div[aria-disabled=false] img[src*="rxdConcentrationPlot"]',
7275
title: (
73-
<div>To be filled in</div>
76+
<div>Opening of the Different Plots</div>
7477
),
7578
content: (
7679
<div>
@@ -81,29 +84,31 @@ const tutorial3_steps = [
8184
{
8285
target: 'div[aria-disabled=false] img[src*="spikePlot"]',
8386
title: (
84-
<div>To be filled in</div>
87+
<div>Opening of the Different Plots</div>
8588
),
8689
content: (
8790
<div>
8891
<p>Spike History Plot.</p>
8992
</div>
9093
)
9194
},
95+
// Go back to edit
9296
{
9397
target: 'div [class*="SwitchPageButton"] .MuiButton-root',
9498
title: (
95-
<div>To be filled in</div>
99+
<div>Model and Parameter Modifications</div>
96100
),
97101
content: (
98102
<div>
99103
<p>Go back to the network edition.</p>
100104
</div>
101105
)
102106
},
107+
// RxD Configuration Modification
103108
{
104109
target: 'div[aria-disabled=false] img[src*="rxd.svg"]',
105110
title: (
106-
<div>To be filled in</div>
111+
<div>RxD Configuration Modification</div>
107112
),
108113
content: (
109114
<div>
@@ -114,7 +119,7 @@ const tutorial3_steps = [
114119
{
115120
target: 'button.MuiTab-labelIcon:nth-child(2)',
116121
title: (
117-
<div>To be filled in</div>
122+
<div>RxD Configuration Modification</div>
118123
),
119124
content: (
120125
<div>
@@ -125,7 +130,7 @@ const tutorial3_steps = [
125130
{
126131
target: '#ip3',
127132
title: (
128-
<div>To be filled in</div>
133+
<div>RxD Configuration Modification</div>
129134
),
130135
content: (
131136
<div>
@@ -136,7 +141,7 @@ const tutorial3_steps = [
136141
{
137142
target: '#netParamsrxdParamsspeciesip3initial',
138143
title: (
139-
<div>To be filled in</div>
144+
<div>RxD Configuration Modification</div>
140145
),
141146
content: (
142147
<div>
@@ -145,10 +150,11 @@ const tutorial3_steps = [
145150
),
146151
waitFor: 'fieldEdition'
147152
},
153+
// Update the model
148154
{
149155
target: '.MuiGrid-item .MuiButton-root:nth-last-child(2)',
150156
title: (
151-
<div>To be filled in</div>
157+
<div>Updating</div>
152158
),
153159
content: (
154160
<div>
@@ -159,7 +165,7 @@ const tutorial3_steps = [
159165
{
160166
target: '.MuiGrid-item .MuiButton-root:nth-last-child(2)',
161167
title: (
162-
<div>To be filled in</div>
168+
<div>Simulation</div>
163169
),
164170
content: (
165171
<div>
@@ -168,10 +174,11 @@ const tutorial3_steps = [
168174
</div>
169175
)
170176
},
177+
// Open the plots
171178
{
172179
target: 'div[aria-disabled=false] img[src*="rasterPlot"]',
173180
title: (
174-
<div>To be filled in</div>
181+
<div>Plots Display</div>
175182
),
176183
content: (
177184
<div>

0 commit comments

Comments
 (0)