Skip to content

Commit 9d9b5b3

Browse files
Merge pull request #11 from topcoder-platform/develop
Develop
2 parents 182f2ea + 86ad770 commit 9d9b5b3

File tree

13 files changed

+3875
-2552
lines changed

13 files changed

+3875
-2552
lines changed

__tests__/__snapshots__/index.js.snap

+22
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 {
@@ -212,8 +228,10 @@ Object {
212228
"mySubmissionsManagement": [Function],
213229
"profile": [Function],
214230
"reviewOpportunity": [Function],
231+
"settings": [Function],
215232
"stats": [Function],
216233
"terms": [Function],
234+
"ui": [Function],
217235
},
218236
"services": Object {
219237
"api": Object {
@@ -274,6 +292,10 @@ Object {
274292
"default": [Function],
275293
"getUserSettingsService": [Function],
276294
},
295+
"userTraits": Object {
296+
"default": undefined,
297+
"getService": [Function],
298+
},
277299
},
278300
"tc": Object {
279301
"COMPETITION_TRACKS": Object {

0 commit comments

Comments
 (0)