Commit afe5857
committed
refactor(tutorial-card): remove read-instructions step and simplify completion logic
Eliminate the read-instructions step component and associated markup to
streamline the second stage tutorial card. Update completion logic to only
track the implement-solution step, removing redundant state and analytics
tracking for read-instructions. This reduces complexity and improves UI
clarity by focusing on the most important step users need to complete.1 parent dcc890a commit afe5857
File tree
4 files changed
+6
-51
lines changed- app/components/course-page/course-stage-step/second-stage-tutorial-card
4 files changed
+6
-51
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
2 | 8 | | |
3 | 9 | | |
4 | 10 | | |
| |||
Lines changed: 0 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 69 | | |
78 | 70 | | |
79 | 71 | | |
| |||
92 | 84 | | |
93 | 85 | | |
94 | 86 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | 87 | | |
106 | | - | |
107 | 88 | | |
108 | 89 | | |
109 | 90 | | |
| |||
app/components/course-page/course-stage-step/second-stage-tutorial-card/read-instructions-step.hbs
Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 0 additions & 22 deletions
This file was deleted.
0 commit comments