From c8b9733233f91f5cc30aedc619267c0696e427ce Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Wed, 9 Dec 2020 17:01:28 -0300 Subject: [PATCH 1/3] Implemented private spec --- .../challenge-detail/Specification/index.jsx | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/shared/components/challenge-detail/Specification/index.jsx b/src/shared/components/challenge-detail/Specification/index.jsx index f61d3401ef..3e49b528dc 100644 --- a/src/shared/components/challenge-detail/Specification/index.jsx +++ b/src/shared/components/challenge-detail/Specification/index.jsx @@ -198,6 +198,19 @@ export default function ChallengeDetailsView(props) { /> ) } + { + privateDescription && ( + +

+ Registered User Additional Information +

+ +
+ ) + } ) } @@ -227,6 +240,19 @@ export default function ChallengeDetailsView(props) { /> ) } + { + privateDescription && ( + +

+ Registered User Additional Information +

+ +
+ ) + }

Please read the challenge specification carefully and From dbd0d4c7ac5a5effae9fdf2a9596deca8c4daebb Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Wed, 9 Dec 2020 17:06:04 -0300 Subject: [PATCH 2/3] ci: deploy feature/private-spec to Stag env --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 995225c5c7..20a4017551 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -260,7 +260,7 @@ workflows: branches: only: - develop - - listing-search + - feature/private-spec # Production builds are exectuted # when PR is merged to the master # Don't change anything in this configuration From 54e5bbefeba88ed164b527b26ba65fbfffdac955 Mon Sep 17 00:00:00 2001 From: Luiz Ricardo Rodrigues Date: Thu, 10 Dec 2020 15:41:08 -0300 Subject: [PATCH 3/3] ci: deploy feature/private-spec to QA env Issue: https://github.com/topcoder-platform/community-app/issues/5249 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 20a4017551..80ac71b31d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -244,7 +244,7 @@ workflows: filters: branches: only: - - seo-fix + - feature/private-spec # This is beta env for production soft releases - "build-prod-beta": context : org-global