Skip to content

Commit 7c87a61

Browse files
Merge pull request #359 from topcoder-platform/dev
[PROD] Next Release
2 parents fd7dc32 + 3fae727 commit 7c87a61

20 files changed

+798
-253
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install_dependency: &install_dependency
1111
install_deploysuite: &install_deploysuite
1212
name: Installation of install_deploysuite.
1313
command: |
14-
git clone --branch v1.4.2 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
14+
git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
1515
cp ./../buildscript/master_deploy.sh .
1616
cp ./../buildscript/buildenv.sh .
1717
cp ./../buildscript/awsconfiguration.sh .

data/demo-data.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7621,10 +7621,30 @@
76217621
}
76227622
],
76237623
"Role": [
7624+
{
7625+
"id": "f5e01b7c-466f-45c8-989c-16ff831d7e59",
7626+
"name": "Custom",
7627+
"description": null,
7628+
"listOfSkills": null,
7629+
"rates": [{
7630+
"global": 1200,
7631+
"offShore": 1200,
7632+
"inCountry": 1200
7633+
}],
7634+
"numberOfMembers": null,
7635+
"numberOfMembersAvailable": null,
7636+
"imageUrl": null,
7637+
"timeToCandidate": null,
7638+
"timeToInterview": null,
7639+
"createdBy": "57646ff9-1cd3-4d3c-88ba-eb09a395366c",
7640+
"updatedBy": null,
7641+
"createdAt": "2021-05-27T21:43:08.201Z",
7642+
"updatedAt": "2021-05-27T21:43:08.201Z"
7643+
},
76247644
{
76257645
"id": "c145247d-5757-463d-9317-ff9e7026d403",
76267646
"name": "Angular Developer",
7627-
"description": "Angular is an open-source, client-side framework based on TypeScript and designed for building web applications.",
7647+
"description": "* Writes tested and documented JavaScript, HTML and CSS\n* Makes design and technical decisions for AngularJS projects\n* Develops application code and unit test in the AngularJS, Rest Web Services and Java technologies",
76287648
"listOfSkills": [
76297649
"database",
76307650
"winforms",
@@ -7656,7 +7676,7 @@
76567676
{
76577677
"id": "d7ff0289-d3ea-44d8-b39a-53bba5b5b309",
76587678
"name": "Dev Ops Engineer",
7659-
"description": "A DevOps engineer introduces processes, tools, and methodologies to balance needs throughout the software development life cycle, from coding and deployment, to maintenance and updates.",
7679+
"description": "* Introduces processes, tools, and methodologies\n* Balances needs throughout the software development life cycle\n* Configures server images, optimizes task performance in correspondence with engineers",
76607680
"listOfSkills": [
76617681
"dropwizard",
76627682
"nginx",
@@ -7700,7 +7720,7 @@
77007720
{
77017721
"id": "e7b7e818-40d4-4102-b486-09bdd21400b8",
77027722
"name": "Salesforce Developer",
7703-
"description": "A Salesforce developer is a programmer who builds Salesforce applications across various PaaS (Platform as a Service) platforms.",
7723+
"description": "* Meets with project managers to determine CRM needs\n* Develops customized solutions within the Salesforce platform\n* Designs, codes, and implements Salesforce applications\n* Creates timelines and development goals\n* Tests the stability and functionality of the application\n* Troubleshoots and fixes bugs\n* Writes documents and provides technical training for Salesforce Staff\n* Maintains the security and integrity of the application software",
77047724
"listOfSkills": [
77057725
"docker",
77067726
".net",

0 commit comments

Comments
 (0)