-
Notifications
You must be signed in to change notification settings - Fork 21
PROD-2437 Patch Challenge -> PROD-2321 Bug Hunt Intake #187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mmattlin
merged 19 commits into
PROD-2321_bug-hunt-intake-form
from
PROD-2437_patch-challenge
Jul 20, 2022
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
d099657
PROD-2437 #comment started creating service call to patch challenge #…
264a62b
Merge branch 'PROD-2321_bug-hunt-intake-form' into PROD-2437_patch-ch…
6c39b2f
PROD-2437 #comment Created method to build the update challenge body.…
b7f0286
Merge branch 'PROD-2321_bug-hunt-intake-form' into PROD-2437_patch-ch…
3c6bd73
PROD-2437 #comment Merge branch 'PROD-2436_create-challenge' into PRO…
314b265
PROD-2437 #comment Finalizing the updateAsync method #time 1h
062fda4
Merge branch 'PROD-2321_bug-hunt-intake-form' into PROD-2437_patch-ch…
3d244f0
PROD-2437 #comment Bug Hunt form gets saved when clicking on Complete…
225b76d
PROD-2437 #comment Added an enum for Challenge Metadata Titles #time 45m
305049e
Merge branch 'PROD-2321_bug-hunt-intake-form' into PROD-2437_patch-ch…
27c7e9f
PROD-2437 #comment Lint and code cleanup #time 10m
2253597
PROD-2437 #comment Removed Lodash round in favor of Math.round #time 5m
1160c16
Merge branch 'PROD-2321_bug-hunt-intake-form' into PROD-2437_patch-ch…
798fbef
PROD-2437 #comment Added comments for clarification and save formData…
c0cfdb0
Merge branch 'PROD-2321_bug-hunt-intake-form' into PROD-2437_patch-ch…
9ee0585
Added packageType to ChallangeMetadata
0c443d1
Merge branch 'PROD-2321_bug-hunt-intake-form' into PROD-2437_patch-ch…
2b20e5b
PROD-2437 #comment Added a json file to hold string constants #time 30m
473f89e
cleanup
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| export { default as WorkStrings } from './strings.json' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "INFO_NOT_PROVIDED": "Information not provided", | ||
| "MARKDOWN_SUBMISSION_GUIDELINES": "## Final Submission Guidelines \n\n Please submit a zip file containing your analysis/solution.", | ||
| "NOT_PROVIDED": "Not provided" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...ols/work/work-lib/work-provider/work-functions/work-store/challenge-metadata-name.enum.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,15 @@ | ||
| export enum ChallengeMetadataName { | ||
| additionalInformation = 'additionalInformation', | ||
| deliveryType = 'deliveryType', | ||
| deviceCount = 'basicInfo.numberOfDevices', | ||
| description = 'websitePurpose.description', | ||
| featuresToTest = 'featuresToTest', | ||
| feedback = 'customerFeedback', | ||
| goals = 'goals', | ||
| intakeForm = 'intake-form', | ||
| pageCount = 'basicInfo.numberOfPages', | ||
| packageType = 'packageType', | ||
| projectTitle = 'projectTitle', | ||
| repositoryLink = 'repositoryLink', | ||
| websiteURL = 'websiteURL', | ||
| } |
9 changes: 9 additions & 0 deletions
9
...ls/work/work-lib/work-provider/work-functions/work-store/challenge-metadata-title.enum.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| export enum ChallengeMetadataTitle { | ||
| additionalInformation = 'Additional Information', | ||
| bugDeliveryType = 'Bug Delivery', | ||
| bugHuntGoals = 'Bug Hunt Goals', | ||
| bugHuntPackage = 'Bug Hunt Package', | ||
| featuresToTest = 'Features to Test', | ||
| projectTitle = 'Project Title', | ||
| websiteURL = 'Website URL', | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.