@@ -355,6 +355,10 @@ const ChallengeWinsBanner: FC<ChallengeWinsBannerProps> = (props: ChallengeWinsB
355355 onClose = { bind ( handleChallengeWinModalToggle , this , 'WIREFRAMES' ) }
356356 genericStats = { wireframesStats }
357357 title = 'Wireframes'
358+ profile = { props . profile }
359+ track = 'DESIGN'
360+ subTrack = 'WIREFRAMES'
361+ chartTitle = 'Wireframes Rating'
358362 />
359363 ) }
360364
@@ -363,6 +367,10 @@ const ChallengeWinsBanner: FC<ChallengeWinsBannerProps> = (props: ChallengeWinsB
363367 onClose = { bind ( handleChallengeWinModalToggle , this , 'FRONT_END_FLASH' ) }
364368 genericStats = { frontEndFlashStats }
365369 title = 'Front End Flash'
370+ profile = { props . profile }
371+ track = 'DESIGN'
372+ subTrack = 'FRONT_END_FLASH'
373+ chartTitle = 'Front End Flash Rating'
366374 />
367375 ) }
368376
@@ -371,6 +379,10 @@ const ChallengeWinsBanner: FC<ChallengeWinsBannerProps> = (props: ChallengeWinsB
371379 onClose = { bind ( handleChallengeWinModalToggle , this , 'PRINT_OR_PRESENTATION' ) }
372380 genericStats = { printPresentationStats }
373381 title = 'Print or Presentation'
382+ profile = { props . profile }
383+ track = 'DESIGN'
384+ subTrack = 'PRINT_OR_PRESENTATION'
385+ chartTitle = 'Print or Presentation Rating'
374386 />
375387 ) }
376388
@@ -379,6 +391,10 @@ const ChallengeWinsBanner: FC<ChallengeWinsBannerProps> = (props: ChallengeWinsB
379391 onClose = { bind ( handleChallengeWinModalToggle , this , 'STUDIO_OTHER' ) }
380392 genericStats = { studioOtherStats }
381393 title = 'Studio Other'
394+ profile = { props . profile }
395+ track = 'DESIGN'
396+ subTrack = 'STUDIO_OTHER'
397+ chartTitle = 'Studio Rating'
382398 />
383399 ) }
384400
@@ -387,6 +403,10 @@ const ChallengeWinsBanner: FC<ChallengeWinsBannerProps> = (props: ChallengeWinsB
387403 onClose = { bind ( handleChallengeWinModalToggle , this , 'APPLICATION_FRONT_END_DESIGN' ) }
388404 genericStats = { feDesignStats }
389405 title = 'Application Front End Design'
406+ profile = { props . profile }
407+ track = 'DESIGN'
408+ subTrack = 'APPLICATION_FRONT_END_DESIGN'
409+ chartTitle = 'Application Front End Design Rating'
390410 />
391411 ) }
392412
@@ -395,6 +415,10 @@ const ChallengeWinsBanner: FC<ChallengeWinsBannerProps> = (props: ChallengeWinsB
395415 onClose = { bind ( handleChallengeWinModalToggle , this , 'BANNERS_OR_ICONS' ) }
396416 genericStats = { bannersIconsStats }
397417 title = 'Banners or Icons'
418+ profile = { props . profile }
419+ track = 'DESIGN'
420+ subTrack = 'BANNERS_OR_ICONS'
421+ chartTitle = 'Banners or Icons Rating'
398422 />
399423 ) }
400424
@@ -403,6 +427,10 @@ const ChallengeWinsBanner: FC<ChallengeWinsBannerProps> = (props: ChallengeWinsB
403427 onClose = { bind ( handleChallengeWinModalToggle , this , 'WIDGET_OR_MOBILE_SCREEN_DESIGN' ) }
404428 genericStats = { widgetMobileStats }
405429 title = 'Widget or Mobile Screen Design'
430+ profile = { props . profile }
431+ track = 'DESIGN'
432+ subTrack = 'WIDGET_OR_MOBILE_SCREEN_DESIGN'
433+ chartTitle = 'Widget or Mobile Screen Design Rating'
406434 />
407435 ) }
408436
@@ -411,6 +439,10 @@ const ChallengeWinsBanner: FC<ChallengeWinsBannerProps> = (props: ChallengeWinsB
411439 onClose = { bind ( handleChallengeWinModalToggle , this , 'TEST_SUITES' ) }
412440 genericStats = { testSuitesStats }
413441 title = 'Test Suites'
442+ profile = { props . profile }
443+ track = 'DEVELOP'
444+ subTrack = 'TEST_SUITES'
445+ chartTitle = 'Test Suites Rating'
414446 />
415447 ) }
416448
@@ -419,6 +451,10 @@ const ChallengeWinsBanner: FC<ChallengeWinsBannerProps> = (props: ChallengeWinsB
419451 onClose = { bind ( handleChallengeWinModalToggle , this , 'SPECIFICATION' ) }
420452 genericStats = { specStats }
421453 title = 'Specification'
454+ profile = { props . profile }
455+ track = 'DEVELOP'
456+ subTrack = 'SPECIFICATION'
457+ chartTitle = 'Specification Rating'
422458 />
423459 ) }
424460
@@ -427,6 +463,10 @@ const ChallengeWinsBanner: FC<ChallengeWinsBannerProps> = (props: ChallengeWinsB
427463 onClose = { bind ( handleChallengeWinModalToggle , this , 'DEVELOPMENT' ) }
428464 genericStats = { developmentStats }
429465 title = 'Development'
466+ profile = { props . profile }
467+ track = 'DEVELOP'
468+ subTrack = 'DEVELOPMENT'
469+ chartTitle = 'Development Rating'
430470 />
431471 ) }
432472
@@ -435,6 +475,10 @@ const ChallengeWinsBanner: FC<ChallengeWinsBannerProps> = (props: ChallengeWinsB
435475 onClose = { bind ( handleChallengeWinModalToggle , this , 'ARCHITECTURE' ) }
436476 genericStats = { architectureStats }
437477 title = 'Architecture'
478+ profile = { props . profile }
479+ track = 'DEVELOP'
480+ subTrack = 'ARCHITECTURE'
481+ chartTitle = 'Architecture Rating'
438482 />
439483 ) }
440484
@@ -443,6 +487,10 @@ const ChallengeWinsBanner: FC<ChallengeWinsBannerProps> = (props: ChallengeWinsB
443487 onClose = { bind ( handleChallengeWinModalToggle , this , 'COPILOT_POSTING' ) }
444488 genericStats = { copilotPostingStats }
445489 title = 'Copilot Posting'
490+ profile = { props . profile }
491+ track = 'DEVELOP'
492+ subTrack = 'COPILOT_POSTING'
493+ chartTitle = 'Copilot Posting Rating'
446494 />
447495 ) }
448496
@@ -451,6 +499,10 @@ const ChallengeWinsBanner: FC<ChallengeWinsBannerProps> = (props: ChallengeWinsB
451499 onClose = { bind ( handleChallengeWinModalToggle , this , 'DESIGN' ) }
452500 genericStats = { designStats }
453501 title = 'Design'
502+ profile = { props . profile }
503+ track = 'DEVELOP'
504+ subTrack = 'DESIGN'
505+ chartTitle = 'Design Rating'
454506 />
455507 ) }
456508
0 commit comments