@@ -7,31 +7,31 @@ import { WorkTimelines } from './work-timelines.config'
7
7
import { WorkTypeConfig } from './work-type.model'
8
8
9
9
export const WorkTypeConfigs : { [ workType : string ] : WorkTypeConfig } = {
10
- // TODO: determine duration, intakeFormRoutes, timeline, challenge ids, etc
10
+ // TODO: Verify timelineTemplateId, trackId, typeId
11
11
[ WorkType . bugHunt ] : {
12
- about : `Our Website Bug Hunt services remove the burden of testing from you and your teams
13
- and provide detailed results quickly. This rapid testing cycle will empower you with
14
- information fast, so that your web developers can quickly address those problems.
15
- The Bug Hunt will start with a registration period, where experienced quality assurance
16
- engineers signup to register for the bug hunt. After the registration period completes,
17
- we will run the bug hunt for the time which meets the option you choose below.` ,
12
+ about : `Our Website Bug Hunt services remove the burden of testing from you and your teams and provide detailed results quickly.
13
+ Topcoder has conducted hundreds bug hunts for customers like you. For each bug hunt, we average between 25 and 150 bug hunters,
14
+ and we typically find a significant number bugs which helps improve quality of your site. The Bug Hunt will start with a
15
+ registration period, where experienced quality assurance engineers signup to register for the bug hunt. After the registration
16
+ period completes, we will run the bug hunt for the time which meets the option you choose below.` ,
18
17
bgImage : imgBugHunt ,
19
18
description : 'This is Bug Hunt description' ,
20
- duration : 8 ,
19
+ // TODO: The duration will be based on the package the user selects
20
+ duration : 2 ,
21
21
featured : true ,
22
22
intakeFormRoutes : WorkIntakeFormRoutes [ WorkType . bugHunt ] ,
23
23
results : `You will receive thorough testing of your website, and at the conclusion will be provided
24
24
a detailed report of bugs which have steps to reproduce, screenshots / videos if applicable,
25
25
details of the bug, and severity of the issue.` ,
26
26
shortDescription : 'Find bugs quickly and vigorously' ,
27
27
startRoute : WorkIntakeFormRoutes [ WorkType . bugHunt ] [ 1 ] ,
28
- subtitle : `Conduct a time based testing bug hunt where Topcoder experts scramble to find bugs or issues on your website ` ,
28
+ subtitle : `Conduct a time based testing bug hunt where Topcoder experts scramble to find bugs or issues in the system ` ,
29
29
timeline : WorkTimelines [ WorkType . bugHunt ] ,
30
- timelineTemplateId : '7ebf1c69-f62f-4d3a-bdfb-fe9ddb56861c' ,
30
+ timelineTemplateId : '7ebf1c69-f62f-4d3a-bdfb-fe9ddb56861c' , // Default Challenge
31
31
title : WorkType . bugHunt ,
32
- trackId : 'c0f5d461-8219-4c14-878a-c3a3f356466d' ,
32
+ trackId : '36e6a8d0-7e1e-4608-a673-64279d99c115' , // QA
33
33
type : WorkType . bugHunt ,
34
- typeId : '927abff4-7af9-4145-8ba1-577c16e64e2e' ,
34
+ typeId : '927abff4-7af9-4145-8ba1-577c16e64e2e' , // Challenge
35
35
...workPriceBugHunt ,
36
36
// TODO: do we need to include breadcrumbs here?
37
37
} ,
0 commit comments