Skip to content

Commit ef0c84f

Browse files
Add support for user traits
Add support for user traits
2 parents ee387c9 + a491d5f commit ef0c84f

File tree

13 files changed

+7671
-6315
lines changed

13 files changed

+7671
-6315
lines changed

__tests__/__snapshots__/index.js.snap

+23
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ Object {
126126
"submitApplicationsDone": [Function],
127127
"submitApplicationsInit": [Function],
128128
},
129+
"settings": Object {
130+
"addUserTrait": [Function],
131+
"deleteUserTrait": [Function],
132+
"getAllUserTraits": [Function],
133+
"updateUserTrait": [Function],
134+
},
129135
"smp": Object {
130136
"deleteSubmissionDone": [Function],
131137
"deleteSubmissionInit": [Function],
@@ -147,6 +153,16 @@ Object {
147153
"getTermsDone": [Function],
148154
"getTermsInit": [Function],
149155
},
156+
"ui": Object {
157+
"settings": Object {
158+
"profile": Object {
159+
"toggleTab": [Function],
160+
},
161+
"tools": Object {
162+
"toggleTab": [Function],
163+
},
164+
},
165+
},
150166
},
151167
"challenge": Object {
152168
"filter": Object {
@@ -184,6 +200,7 @@ Object {
184200
"countReset": [Function],
185201
"debug": [Function],
186202
"dir": [Function],
203+
"dirxml": [Function],
187204
"error": [Function],
188205
"group": [Function],
189206
"groupCollapsed": [Function],
@@ -212,8 +229,10 @@ Object {
212229
"mySubmissionsManagement": [Function],
213230
"profile": [Function],
214231
"reviewOpportunity": [Function],
232+
"settings": [Function],
215233
"stats": [Function],
216234
"terms": [Function],
235+
"ui": [Function],
217236
},
218237
"services": Object {
219238
"api": Object {
@@ -274,6 +293,10 @@ Object {
274293
"default": [Function],
275294
"getUserSettingsService": [Function],
276295
},
296+
"userTraits": Object {
297+
"default": undefined,
298+
"getService": [Function],
299+
},
277300
},
278301
"tc": Object {
279302
"COMPETITION_TRACKS": Object {

0 commit comments

Comments
 (0)