From f5be828f76d7725d8ca8f20f68cecca5fd36c41c Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Thu, 27 Oct 2016 12:25:41 +0530 Subject: [PATCH 1/3] Asana task#202430448250910 Predix - Add option to subscribe to Predix member settings page (like we did with iOS) -- Front end changes --- app/settings/email/email.controller.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/settings/email/email.controller.js b/app/settings/email/email.controller.js index d16aa2666..a9bb4f5f3 100644 --- a/app/settings/email/email.controller.js +++ b/app/settings/email/email.controller.js @@ -59,6 +59,13 @@ import angular from 'angular' desc: 'Our annual online and onsite tournament to celebrate and reward the community', enabled: false, dirty: false + }, + { + id: 'TOPCODER_NL_PREDIX', + name: 'Predix Community Newsletter', + desc: 'Our annual online and onsite tournament to celebrate and reward the community', + enabled: false, + dirty: false } ] From e6a63427f2e984eb7327a805eae2ba472e352b2b Mon Sep 17 00:00:00 2001 From: ajefts Date: Fri, 28 Oct 2016 10:57:26 -0400 Subject: [PATCH 2/3] updated description for Predix --- app/settings/email/email.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings/email/email.controller.js b/app/settings/email/email.controller.js index a9bb4f5f3..0393073f2 100644 --- a/app/settings/email/email.controller.js +++ b/app/settings/email/email.controller.js @@ -63,7 +63,7 @@ import angular from 'angular' { id: 'TOPCODER_NL_PREDIX', name: 'Predix Community Newsletter', - desc: 'Our annual online and onsite tournament to celebrate and reward the community', + desc: 'Stay up to date on activity in our Predix community', enabled: false, dirty: false } From 30fed802f6d91014765eb6b0959b581ece17dfae Mon Sep 17 00:00:00 2001 From: ajefts Date: Wed, 2 Nov 2016 15:11:19 -0400 Subject: [PATCH 3/3] updated description for predix --- app/settings/email/email.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings/email/email.controller.js b/app/settings/email/email.controller.js index 0393073f2..ee81aa0ce 100644 --- a/app/settings/email/email.controller.js +++ b/app/settings/email/email.controller.js @@ -63,7 +63,7 @@ import angular from 'angular' { id: 'TOPCODER_NL_PREDIX', name: 'Predix Community Newsletter', - desc: 'Stay up to date on activity in our Predix community', + desc: 'Design and development on GE’s platform for the Industrial Internet of Things', enabled: false, dirty: false }