@cuemath/leap 2.8.31-hg3 → 2.8.31-hg4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,151 +1,155 @@
|
|
1
|
-
import { useCallback as
|
2
|
-
import { COURSE_STREAMS as
|
3
|
-
import { useMilestoneBulkPost as
|
4
|
-
import { usePostStudentPreferences as
|
5
|
-
import { usePatchStudentInformation as
|
6
|
-
import { usePatchTrialHome as
|
7
|
-
import { useTrialSessionContext as
|
8
|
-
import { getFormattedPreferences as
|
1
|
+
import { useCallback as l, useEffect as W } from "react";
|
2
|
+
import { COURSE_STREAMS as V } from "../../milestone/constants.js";
|
3
|
+
import { useMilestoneBulkPost as j } from "../../milestone/create/api/milestone-bulk.js";
|
4
|
+
import { usePostStudentPreferences as q } from "../api/course-stream.js";
|
5
|
+
import { usePatchStudentInformation as J } from "../api/student-information.js";
|
6
|
+
import { usePatchTrialHome as Q } from "../api/trial-home.js";
|
7
|
+
import { useTrialSessionContext as X } from "../context/use-trial-session-context.js";
|
8
|
+
import { getFormattedPreferences as Y, getFormattedStudentPersonalizedPreference as $ } from "../helper.js";
|
9
9
|
import { DEFAULT_BUTTON_STATE as _, TrialPageId as e } from "../trial-session-constants.js";
|
10
|
-
import
|
10
|
+
import z from "../../../node_modules/uuid/dist/esm-browser/v4.js";
|
11
11
|
const de = () => {
|
12
12
|
const {
|
13
13
|
updateSlideConfig: s,
|
14
|
-
slideConfig:
|
15
|
-
formData:
|
14
|
+
slideConfig: B,
|
15
|
+
formData: H,
|
16
16
|
updateButtonState: a,
|
17
|
-
teacherId:
|
17
|
+
teacherId: d,
|
18
18
|
studentId: n,
|
19
|
-
milestoneConfig:
|
19
|
+
milestoneConfig: P,
|
20
20
|
onTrialInformationUpdate: h,
|
21
|
-
trialHomeData:
|
22
|
-
worksheetNavigationPanel:
|
23
|
-
} =
|
21
|
+
trialHomeData: x,
|
22
|
+
worksheetNavigationPanel: I
|
23
|
+
} = X(), { nextPage: w, id: r } = B || {}, { demo_info: Z } = x, { stream: N } = Z, { pageId: i } = w || {}, {
|
24
24
|
name: u,
|
25
25
|
grade: p,
|
26
|
-
goals:
|
27
|
-
curriculum:
|
26
|
+
goals: C,
|
27
|
+
curriculum: E,
|
28
28
|
studentTimezone: g,
|
29
|
-
preferences:
|
30
|
-
personalizedLevel:
|
29
|
+
preferences: T = [],
|
30
|
+
personalizedLevel: A = [],
|
31
31
|
personalizedFocus: R = [],
|
32
32
|
personalizedBehaviors: O = []
|
33
|
-
} =
|
33
|
+
} = H || {}, c = l(() => {
|
34
34
|
a("both", {
|
35
35
|
left: { isDisabled: !0, isLoading: !1 },
|
36
36
|
right: { isDisabled: !0, isLoading: !0 }
|
37
37
|
});
|
38
|
-
}, [a]),
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
}), {
|
45
|
-
onComplete:
|
46
|
-
}),
|
47
|
-
|
48
|
-
|
49
|
-
|
38
|
+
}, [a]), S = (o) => {
|
39
|
+
if (!o) {
|
40
|
+
const t = {};
|
41
|
+
(i === e.CIRCLE_GAME || i === e.CIRCLE_PUZZLE || i === e.CIRCLE_SKILL) && (t.matchmakingId = z(), t.showCircleGameScreen = !0), s({ id: i, ...t });
|
42
|
+
}
|
43
|
+
a("both", _), (r === e.STUDENT_INFORMATION || r === e.SCHOOL_GOALS) && (h == null || h());
|
44
|
+
}, { patch: b } = Q({ onComplete: S }), { patch: v } = J({
|
45
|
+
onComplete: S
|
46
|
+
}), { post: k } = j({
|
47
|
+
onComplete: S
|
48
|
+
}), { post: D } = q({
|
49
|
+
onComplete: S
|
50
|
+
}), G = l(() => {
|
51
|
+
const [o, t] = (u == null ? void 0 : u.split(" ")) || [], m = {
|
52
|
+
first_name: o,
|
53
|
+
last_name: t,
|
50
54
|
grade: p,
|
51
|
-
board:
|
55
|
+
board: E,
|
52
56
|
demo_type: "TRIAL_V3",
|
53
|
-
teacher_id:
|
57
|
+
teacher_id: d
|
54
58
|
};
|
55
|
-
|
56
|
-
}, [
|
57
|
-
const
|
58
|
-
if (
|
59
|
-
const
|
59
|
+
c(), v(n, m);
|
60
|
+
}, [E, p, u, v, n, d, c]), M = l(() => {
|
61
|
+
const o = Y(T, g);
|
62
|
+
if (o.length > 0) {
|
63
|
+
const t = {
|
60
64
|
trial_details: {
|
61
|
-
selected_regular_slots:
|
65
|
+
selected_regular_slots: o
|
62
66
|
}
|
63
67
|
};
|
64
|
-
|
68
|
+
c(), b("trial-v3-patch", {
|
65
69
|
action: "UPDATE_DEMO",
|
66
|
-
action_data:
|
67
|
-
teacher_id:
|
70
|
+
action_data: t,
|
71
|
+
teacher_id: d,
|
68
72
|
student_id: n
|
69
73
|
});
|
70
74
|
} else
|
71
|
-
s({ id:
|
75
|
+
s({ id: i }), a("both", _);
|
72
76
|
}, [
|
73
|
-
|
77
|
+
T,
|
74
78
|
g,
|
75
|
-
|
79
|
+
c,
|
76
80
|
b,
|
77
|
-
|
81
|
+
d,
|
78
82
|
n,
|
79
83
|
s,
|
80
|
-
|
84
|
+
i,
|
81
85
|
a
|
82
|
-
]),
|
83
|
-
const
|
84
|
-
course_stream:
|
86
|
+
]), U = l(() => {
|
87
|
+
const o = {
|
88
|
+
course_stream: N,
|
85
89
|
grade: p,
|
86
|
-
teacher_id:
|
87
|
-
board:
|
88
|
-
goals:
|
90
|
+
teacher_id: d,
|
91
|
+
board: E,
|
92
|
+
goals: C
|
89
93
|
};
|
90
|
-
|
94
|
+
c(), k(o, {
|
91
95
|
studentId: n
|
92
96
|
});
|
93
97
|
}, [
|
94
|
-
|
95
|
-
|
96
|
-
|
98
|
+
E,
|
99
|
+
c,
|
100
|
+
C,
|
97
101
|
p,
|
98
102
|
k,
|
99
|
-
|
103
|
+
N,
|
100
104
|
n,
|
101
|
-
|
102
|
-
]),
|
103
|
-
const
|
104
|
-
...
|
105
|
+
d
|
106
|
+
]), F = l(() => {
|
107
|
+
const t = { preferences: $(P, [
|
108
|
+
...A,
|
105
109
|
...R,
|
106
110
|
...O
|
107
|
-
]) }, m = { stream:
|
108
|
-
|
111
|
+
]) }, m = { stream: V.MATH, studentId: n };
|
112
|
+
c(), D(t, m);
|
109
113
|
}, [
|
110
|
-
|
111
|
-
|
114
|
+
c,
|
115
|
+
P,
|
112
116
|
O,
|
113
117
|
R,
|
114
|
-
|
118
|
+
A,
|
115
119
|
D,
|
116
120
|
n
|
117
|
-
]),
|
118
|
-
(
|
121
|
+
]), L = l(
|
122
|
+
(o, t) => {
|
119
123
|
if (!s) return;
|
120
124
|
const m = r === e.STUDENT_PROFILE, K = r === e.LEARNING_PLAN, f = {};
|
121
|
-
if ((
|
122
|
-
id:
|
125
|
+
if ((t === e.CIRCLE_GAME || t === e.CIRCLE_PUZZLE || t === e.CIRCLE_SKILL) && (f.matchmakingId = z(), f.showCircleGameScreen = !0), o === "prev" && (s({
|
126
|
+
id: t,
|
123
127
|
...m && { studentProfile: void 0 },
|
124
128
|
...K && {
|
125
129
|
chapterId: void 0
|
126
130
|
},
|
127
131
|
...f
|
128
|
-
}), a("both", _)),
|
132
|
+
}), a("both", _)), o === "next")
|
129
133
|
switch (r) {
|
130
134
|
case e.STUDENT_INFORMATION:
|
131
135
|
case e.SCHOOL_GOALS:
|
132
136
|
G();
|
133
137
|
break;
|
134
138
|
case e.LEARNING_WORKSHEET:
|
135
|
-
|
139
|
+
U();
|
136
140
|
break;
|
137
141
|
case e.CLASS_PREFERENCE:
|
138
142
|
M();
|
139
143
|
break;
|
140
144
|
case e.LEARNING_LEVEL:
|
141
145
|
case e.STUDENT_PERSONALIZATION:
|
142
|
-
|
146
|
+
F();
|
143
147
|
break;
|
144
148
|
case e.LEARNING_PLAN:
|
145
|
-
s({ id:
|
149
|
+
s({ id: t, chapterId: void 0, ...f });
|
146
150
|
break;
|
147
151
|
default:
|
148
|
-
s({ id:
|
152
|
+
s({ id: t, ...f }), a("both", _);
|
149
153
|
}
|
150
154
|
},
|
151
155
|
[
|
@@ -153,16 +157,16 @@ const de = () => {
|
|
153
157
|
r,
|
154
158
|
a,
|
155
159
|
G,
|
156
|
-
|
160
|
+
U,
|
157
161
|
M,
|
158
|
-
|
162
|
+
F
|
159
163
|
]
|
160
|
-
), y =
|
161
|
-
!
|
162
|
-
}, [r,
|
164
|
+
), y = l(() => {
|
165
|
+
!I && r === e.LEARNING_WORKSHEET && L("next", i);
|
166
|
+
}, [r, L, i, I]);
|
163
167
|
return W(() => {
|
164
168
|
y();
|
165
|
-
}, [
|
169
|
+
}, [I]), { handleNavigation: L };
|
166
170
|
};
|
167
171
|
export {
|
168
172
|
de as useTrialSessionNavigation
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"use-trial-session-navigation.js","sources":["../../../../src/features/trial-session/hooks/use-trial-session-navigation.ts"],"sourcesContent":["import type { ITrialSessionFormFields } from '../trial-session-types';\n\nimport { useCallback, useEffect } from 'react';\nimport { v4 as uuidv4 } from 'uuid';\n\nimport { COURSE_STREAMS } from '../../milestone/constants';\nimport { useMilestoneBulkPost } from '../../milestone/create/api/milestone-bulk';\nimport { usePostStudentPreferences } from '../api/course-stream';\nimport { usePatchStudentInformation } from '../api/student-information';\nimport { usePatchTrialHome } from '../api/trial-home';\nimport { useTrialSessionContext } from '../context/use-trial-session-context';\nimport { getFormattedPreferences, getFormattedStudentPersonalizedPreference } from '../helper';\nimport { DEFAULT_BUTTON_STATE, TrialPageId } from '../trial-session-constants';\n\nconst useTrialSessionNavigation = () => {\n const {\n updateSlideConfig,\n slideConfig,\n formData,\n updateButtonState,\n teacherId,\n studentId,\n milestoneConfig,\n onTrialInformationUpdate,\n trialHomeData,\n worksheetNavigationPanel,\n } = useTrialSessionContext();\n const { nextPage, id: currentPageId } = slideConfig || {};\n const { demo_info: demoInfo } = trialHomeData;\n const { stream } = demoInfo;\n const { pageId: nextPageId } = nextPage || {};\n const {\n name,\n grade,\n goals,\n curriculum,\n studentTimezone,\n preferences = [],\n personalizedLevel = [],\n personalizedFocus = [],\n personalizedBehaviors = [],\n } = formData || {};\n\n const disableNavButtons = useCallback(() => {\n updateButtonState('both', {\n left: { isDisabled: true, isLoading: false },\n right: { isDisabled: true, isLoading: true },\n });\n }, [updateButtonState]);\n\n const onAcknowledge = (errorMessage: string | null) => {\n if (!errorMessage) {\n updateSlideConfig({ id: nextPageId });\n }\n updateButtonState('both', DEFAULT_BUTTON_STATE);\n\n if (\n currentPageId === TrialPageId.STUDENT_INFORMATION ||\n currentPageId === TrialPageId.SCHOOL_GOALS\n ) {\n //TODO: remove TrialPageId.STUDENT_INFORMATION\n onTrialInformationUpdate?.();\n }\n };\n\n // API specifications\n const { patch: patchTrialSession } = usePatchTrialHome({ onComplete: onAcknowledge });\n const { patch: patchStudentInformation } = usePatchStudentInformation({\n onComplete: onAcknowledge,\n });\n const { post: postMilestoneBulk } = useMilestoneBulkPost({\n onComplete: onAcknowledge,\n });\n const { post: postStudentPreferences } = usePostStudentPreferences({\n onComplete: onAcknowledge,\n });\n\n // Function to call API and updates states\n const handleStudentInformation = useCallback(() => {\n const [firstName, lastName] = name?.split(' ') || [];\n const payload = {\n first_name: firstName,\n last_name: lastName,\n grade,\n board: curriculum,\n demo_type: 'TRIAL_V3',\n teacher_id: teacherId,\n };\n\n disableNavButtons();\n patchStudentInformation(studentId, payload);\n }, [curriculum, grade, name, patchStudentInformation, studentId, teacherId, disableNavButtons]);\n\n const handleClassPreferences = useCallback(() => {\n const selectedRegularSlots = getFormattedPreferences(preferences, studentTimezone);\n\n if (selectedRegularSlots.length > 0) {\n const actionData = {\n trial_details: {\n selected_regular_slots: selectedRegularSlots,\n },\n };\n\n disableNavButtons();\n patchTrialSession('trial-v3-patch', {\n action: 'UPDATE_DEMO',\n action_data: actionData,\n teacher_id: teacherId,\n student_id: studentId,\n });\n } else {\n updateSlideConfig({ id: nextPageId });\n updateButtonState('both', DEFAULT_BUTTON_STATE);\n }\n }, [\n preferences,\n studentTimezone,\n disableNavButtons,\n patchTrialSession,\n teacherId,\n studentId,\n updateSlideConfig,\n nextPageId,\n updateButtonState,\n ]);\n\n const handleMileStoneBulkPost = useCallback(() => {\n const payload = {\n course_stream: stream,\n grade,\n teacher_id: teacherId,\n board: curriculum,\n goals,\n };\n\n disableNavButtons();\n postMilestoneBulk(payload, {\n studentId,\n });\n }, [\n curriculum,\n disableNavButtons,\n goals,\n grade,\n postMilestoneBulk,\n stream,\n studentId,\n teacherId,\n ]);\n\n const handleStudentPreferencesPatch = useCallback(() => {\n const personalizedPreferences = getFormattedStudentPersonalizedPreference(milestoneConfig, [\n ...personalizedLevel,\n ...personalizedFocus,\n ...personalizedBehaviors,\n ]);\n\n const payload = { preferences: personalizedPreferences };\n const meta = { stream: COURSE_STREAMS.MATH, studentId };\n\n disableNavButtons();\n postStudentPreferences(payload, meta);\n }, [\n disableNavButtons,\n milestoneConfig,\n personalizedBehaviors,\n personalizedFocus,\n personalizedLevel,\n postStudentPreferences,\n studentId,\n ]);\n\n // Navigation logic\n const handleNavigation = useCallback(\n (dir: string, id?: string) => {\n if (!updateSlideConfig) return;\n\n const isStudentProfilePage = currentPageId === TrialPageId.STUDENT_PROFILE;\n const isLearningPlanSlide = currentPageId === TrialPageId.LEARNING_PLAN;\n const overrides: Partial<ITrialSessionFormFields> = {};\n\n if (\n id === TrialPageId.CIRCLE_GAME ||\n id === TrialPageId.CIRCLE_PUZZLE ||\n id === TrialPageId.CIRCLE_SKILL\n ) {\n overrides.matchmakingId = uuidv4();\n overrides.showCircleGameScreen = true;\n }\n\n if (dir === 'prev') {\n updateSlideConfig({\n id,\n ...(isStudentProfilePage && { studentProfile: undefined }),\n ...(isLearningPlanSlide && {\n chapterId: undefined,\n }),\n ...overrides,\n });\n updateButtonState('both', DEFAULT_BUTTON_STATE);\n }\n\n if (dir === 'next') {\n switch (currentPageId) {\n //TODO: remove STUDENT_INFORMATION\n case TrialPageId.STUDENT_INFORMATION:\n case TrialPageId.SCHOOL_GOALS:\n handleStudentInformation();\n break;\n case TrialPageId.LEARNING_WORKSHEET:\n handleMileStoneBulkPost();\n break;\n case TrialPageId.CLASS_PREFERENCE:\n handleClassPreferences();\n break;\n case TrialPageId.LEARNING_LEVEL:\n case TrialPageId.STUDENT_PERSONALIZATION:\n handleStudentPreferencesPatch();\n break;\n case TrialPageId.LEARNING_PLAN:\n updateSlideConfig({ id, chapterId: undefined, ...overrides });\n break;\n default: {\n updateSlideConfig({ id, ...overrides });\n updateButtonState('both', DEFAULT_BUTTON_STATE);\n }\n }\n }\n },\n [\n updateSlideConfig,\n currentPageId,\n updateButtonState,\n handleStudentInformation,\n handleMileStoneBulkPost,\n handleClassPreferences,\n handleStudentPreferencesPatch,\n ],\n );\n\n const sessionWorksheetNavigation = useCallback(() => {\n if (!worksheetNavigationPanel && currentPageId === TrialPageId.LEARNING_WORKSHEET) {\n handleNavigation('next', nextPageId);\n }\n }, [currentPageId, handleNavigation, nextPageId, worksheetNavigationPanel]);\n\n useEffect(() => {\n sessionWorksheetNavigation();\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [worksheetNavigationPanel]);\n\n return { handleNavigation };\n};\n\nexport { useTrialSessionNavigation };\n"],"names":["useTrialSessionNavigation","updateSlideConfig","slideConfig","formData","updateButtonState","teacherId","studentId","milestoneConfig","onTrialInformationUpdate","trialHomeData","worksheetNavigationPanel","useTrialSessionContext","nextPage","currentPageId","demoInfo","stream","nextPageId","name","grade","goals","curriculum","studentTimezone","preferences","personalizedLevel","personalizedFocus","personalizedBehaviors","disableNavButtons","useCallback","onAcknowledge","errorMessage","DEFAULT_BUTTON_STATE","TrialPageId","patchTrialSession","usePatchTrialHome","patchStudentInformation","usePatchStudentInformation","postMilestoneBulk","useMilestoneBulkPost","postStudentPreferences","usePostStudentPreferences","handleStudentInformation","firstName","lastName","payload","handleClassPreferences","selectedRegularSlots","getFormattedPreferences","actionData","handleMileStoneBulkPost","handleStudentPreferencesPatch","getFormattedStudentPersonalizedPreference","meta","COURSE_STREAMS","handleNavigation","dir","id","isStudentProfilePage","isLearningPlanSlide","overrides","uuidv4","sessionWorksheetNavigation","useEffect"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"use-trial-session-navigation.js","sources":["../../../../src/features/trial-session/hooks/use-trial-session-navigation.ts"],"sourcesContent":["import type { ITrialSessionFormFields } from '../trial-session-types';\n\nimport { useCallback, useEffect } from 'react';\nimport { v4 as uuidv4 } from 'uuid';\n\nimport { COURSE_STREAMS } from '../../milestone/constants';\nimport { useMilestoneBulkPost } from '../../milestone/create/api/milestone-bulk';\nimport { usePostStudentPreferences } from '../api/course-stream';\nimport { usePatchStudentInformation } from '../api/student-information';\nimport { usePatchTrialHome } from '../api/trial-home';\nimport { useTrialSessionContext } from '../context/use-trial-session-context';\nimport { getFormattedPreferences, getFormattedStudentPersonalizedPreference } from '../helper';\nimport { DEFAULT_BUTTON_STATE, TrialPageId } from '../trial-session-constants';\n\nconst useTrialSessionNavigation = () => {\n const {\n updateSlideConfig,\n slideConfig,\n formData,\n updateButtonState,\n teacherId,\n studentId,\n milestoneConfig,\n onTrialInformationUpdate,\n trialHomeData,\n worksheetNavigationPanel,\n } = useTrialSessionContext();\n const { nextPage, id: currentPageId } = slideConfig || {};\n const { demo_info: demoInfo } = trialHomeData;\n const { stream } = demoInfo;\n const { pageId: nextPageId } = nextPage || {};\n const {\n name,\n grade,\n goals,\n curriculum,\n studentTimezone,\n preferences = [],\n personalizedLevel = [],\n personalizedFocus = [],\n personalizedBehaviors = [],\n } = formData || {};\n\n const disableNavButtons = useCallback(() => {\n updateButtonState('both', {\n left: { isDisabled: true, isLoading: false },\n right: { isDisabled: true, isLoading: true },\n });\n }, [updateButtonState]);\n\n const onAcknowledge = (errorMessage: string | null) => {\n if (!errorMessage) {\n const overrides: Partial<ITrialSessionFormFields> = {};\n\n if (\n nextPageId === TrialPageId.CIRCLE_GAME ||\n nextPageId === TrialPageId.CIRCLE_PUZZLE ||\n nextPageId === TrialPageId.CIRCLE_SKILL\n ) {\n overrides.matchmakingId = uuidv4();\n overrides.showCircleGameScreen = true;\n }\n\n updateSlideConfig({ id: nextPageId, ...overrides });\n }\n updateButtonState('both', DEFAULT_BUTTON_STATE);\n\n if (\n currentPageId === TrialPageId.STUDENT_INFORMATION ||\n currentPageId === TrialPageId.SCHOOL_GOALS\n ) {\n //TODO: remove TrialPageId.STUDENT_INFORMATION\n onTrialInformationUpdate?.();\n }\n };\n\n // API specifications\n const { patch: patchTrialSession } = usePatchTrialHome({ onComplete: onAcknowledge });\n const { patch: patchStudentInformation } = usePatchStudentInformation({\n onComplete: onAcknowledge,\n });\n const { post: postMilestoneBulk } = useMilestoneBulkPost({\n onComplete: onAcknowledge,\n });\n const { post: postStudentPreferences } = usePostStudentPreferences({\n onComplete: onAcknowledge,\n });\n\n // Function to call API and updates states\n const handleStudentInformation = useCallback(() => {\n const [firstName, lastName] = name?.split(' ') || [];\n const payload = {\n first_name: firstName,\n last_name: lastName,\n grade,\n board: curriculum,\n demo_type: 'TRIAL_V3',\n teacher_id: teacherId,\n };\n\n disableNavButtons();\n patchStudentInformation(studentId, payload);\n }, [curriculum, grade, name, patchStudentInformation, studentId, teacherId, disableNavButtons]);\n\n const handleClassPreferences = useCallback(() => {\n const selectedRegularSlots = getFormattedPreferences(preferences, studentTimezone);\n\n if (selectedRegularSlots.length > 0) {\n const actionData = {\n trial_details: {\n selected_regular_slots: selectedRegularSlots,\n },\n };\n\n disableNavButtons();\n patchTrialSession('trial-v3-patch', {\n action: 'UPDATE_DEMO',\n action_data: actionData,\n teacher_id: teacherId,\n student_id: studentId,\n });\n } else {\n updateSlideConfig({ id: nextPageId });\n updateButtonState('both', DEFAULT_BUTTON_STATE);\n }\n }, [\n preferences,\n studentTimezone,\n disableNavButtons,\n patchTrialSession,\n teacherId,\n studentId,\n updateSlideConfig,\n nextPageId,\n updateButtonState,\n ]);\n\n const handleMileStoneBulkPost = useCallback(() => {\n const payload = {\n course_stream: stream,\n grade,\n teacher_id: teacherId,\n board: curriculum,\n goals,\n };\n\n disableNavButtons();\n postMilestoneBulk(payload, {\n studentId,\n });\n }, [\n curriculum,\n disableNavButtons,\n goals,\n grade,\n postMilestoneBulk,\n stream,\n studentId,\n teacherId,\n ]);\n\n const handleStudentPreferencesPatch = useCallback(() => {\n const personalizedPreferences = getFormattedStudentPersonalizedPreference(milestoneConfig, [\n ...personalizedLevel,\n ...personalizedFocus,\n ...personalizedBehaviors,\n ]);\n\n const payload = { preferences: personalizedPreferences };\n const meta = { stream: COURSE_STREAMS.MATH, studentId };\n\n disableNavButtons();\n postStudentPreferences(payload, meta);\n }, [\n disableNavButtons,\n milestoneConfig,\n personalizedBehaviors,\n personalizedFocus,\n personalizedLevel,\n postStudentPreferences,\n studentId,\n ]);\n\n // Navigation logic\n const handleNavigation = useCallback(\n (dir: string, id?: string) => {\n if (!updateSlideConfig) return;\n\n const isStudentProfilePage = currentPageId === TrialPageId.STUDENT_PROFILE;\n const isLearningPlanSlide = currentPageId === TrialPageId.LEARNING_PLAN;\n const overrides: Partial<ITrialSessionFormFields> = {};\n\n if (\n id === TrialPageId.CIRCLE_GAME ||\n id === TrialPageId.CIRCLE_PUZZLE ||\n id === TrialPageId.CIRCLE_SKILL\n ) {\n overrides.matchmakingId = uuidv4();\n overrides.showCircleGameScreen = true;\n }\n\n if (dir === 'prev') {\n updateSlideConfig({\n id,\n ...(isStudentProfilePage && { studentProfile: undefined }),\n ...(isLearningPlanSlide && {\n chapterId: undefined,\n }),\n ...overrides,\n });\n updateButtonState('both', DEFAULT_BUTTON_STATE);\n }\n\n if (dir === 'next') {\n switch (currentPageId) {\n //TODO: remove STUDENT_INFORMATION\n case TrialPageId.STUDENT_INFORMATION:\n case TrialPageId.SCHOOL_GOALS:\n handleStudentInformation();\n break;\n case TrialPageId.LEARNING_WORKSHEET:\n handleMileStoneBulkPost();\n break;\n case TrialPageId.CLASS_PREFERENCE:\n handleClassPreferences();\n break;\n case TrialPageId.LEARNING_LEVEL:\n case TrialPageId.STUDENT_PERSONALIZATION:\n handleStudentPreferencesPatch();\n break;\n case TrialPageId.LEARNING_PLAN:\n updateSlideConfig({ id, chapterId: undefined, ...overrides });\n break;\n default: {\n updateSlideConfig({ id, ...overrides });\n updateButtonState('both', DEFAULT_BUTTON_STATE);\n }\n }\n }\n },\n [\n updateSlideConfig,\n currentPageId,\n updateButtonState,\n handleStudentInformation,\n handleMileStoneBulkPost,\n handleClassPreferences,\n handleStudentPreferencesPatch,\n ],\n );\n\n const sessionWorksheetNavigation = useCallback(() => {\n if (!worksheetNavigationPanel && currentPageId === TrialPageId.LEARNING_WORKSHEET) {\n handleNavigation('next', nextPageId);\n }\n }, [currentPageId, handleNavigation, nextPageId, worksheetNavigationPanel]);\n\n useEffect(() => {\n sessionWorksheetNavigation();\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [worksheetNavigationPanel]);\n\n return { handleNavigation };\n};\n\nexport { useTrialSessionNavigation };\n"],"names":["useTrialSessionNavigation","updateSlideConfig","slideConfig","formData","updateButtonState","teacherId","studentId","milestoneConfig","onTrialInformationUpdate","trialHomeData","worksheetNavigationPanel","useTrialSessionContext","nextPage","currentPageId","demoInfo","stream","nextPageId","name","grade","goals","curriculum","studentTimezone","preferences","personalizedLevel","personalizedFocus","personalizedBehaviors","disableNavButtons","useCallback","onAcknowledge","errorMessage","overrides","TrialPageId","uuidv4","DEFAULT_BUTTON_STATE","patchTrialSession","usePatchTrialHome","patchStudentInformation","usePatchStudentInformation","postMilestoneBulk","useMilestoneBulkPost","postStudentPreferences","usePostStudentPreferences","handleStudentInformation","firstName","lastName","payload","handleClassPreferences","selectedRegularSlots","getFormattedPreferences","actionData","handleMileStoneBulkPost","handleStudentPreferencesPatch","getFormattedStudentPersonalizedPreference","meta","COURSE_STREAMS","handleNavigation","dir","id","isStudentProfilePage","isLearningPlanSlide","sessionWorksheetNavigation","useEffect"],"mappings":"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"}
|