From 014c62be4c662291aaaf9dddc57b0ae25f9ba0d8 Mon Sep 17 00:00:00 2001 From: CoolSandy Date: Tue, 8 Mar 2022 00:34:23 -0500 Subject: [PATCH 1/6] added the contributor Sandhya --- force-app/main/default/classes/SFDCStopTeamController.cls | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index 23f2dfb8..905c5d5f 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -322,6 +322,14 @@ public class SFDCStopTeamController { 'https://trailblazer.me/id/bchuphal' ) ); + sfdcstopContributors.add( + new Contributor( + 'Cool Sandy', + 'https://www.dreamstime.com/stock-photo-rainbow-love-heart-background-red-wood-image60045149', + Date.newInstance(2022, 03, 07), + 'https://trailblazer.me/id/sandd' + ) + ); return JSON.serialize(sfdcstopContributors); } From 0272f7f0f15069720881070d425d81e8a015439b Mon Sep 17 00:00:00 2001 From: CoolSandy Date: Tue, 8 Mar 2022 00:41:28 -0500 Subject: [PATCH 2/6] changed the pic URL --- force-app/main/default/classes/SFDCStopTeamController.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index 905c5d5f..dcc604b6 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -325,7 +325,7 @@ public class SFDCStopTeamController { sfdcstopContributors.add( new Contributor( 'Cool Sandy', - 'https://www.dreamstime.com/stock-photo-rainbow-love-heart-background-red-wood-image60045149', + 'https://www.pexels.com/photo/macro-shot-of-a-peacock-s-feather-4994517/', Date.newInstance(2022, 03, 07), 'https://trailblazer.me/id/sandd' ) From 75405b6324341a15eeb1c16ac575c013389e93ea Mon Sep 17 00:00:00 2001 From: CoolSandy Date: Tue, 8 Mar 2022 00:45:54 -0500 Subject: [PATCH 3/6] changed pic --- force-app/main/default/classes/SFDCStopTeamController.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index dcc604b6..8665c0d7 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -325,7 +325,7 @@ public class SFDCStopTeamController { sfdcstopContributors.add( new Contributor( 'Cool Sandy', - 'https://www.pexels.com/photo/macro-shot-of-a-peacock-s-feather-4994517/', + 'https://media.istockphoto.com/photos/humpback-whale-playfully-swimming-in-clear-blue-ocean-picture-id1301667498?s=612x612', Date.newInstance(2022, 03, 07), 'https://trailblazer.me/id/sandd' ) From a44d4447cd150828af9ff6129b267240fa71a30d Mon Sep 17 00:00:00 2001 From: CoolSandy Date: Tue, 8 Mar 2022 13:33:37 -0500 Subject: [PATCH 4/6] changed previous contributor name from Bhagwan Singh to Bhagvan Singh to learn merge conflicts --- force-app/main/default/classes/SFDCStopTeamController.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index 8665c0d7..d2e06783 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -316,7 +316,7 @@ public class SFDCStopTeamController { ); sfdcstopContributors.add( new Contributor( - 'Bhagwan Singh', + 'Bhagvan Singh', 'https://avatars.githubusercontent.com/u/99656667?v=4', Date.newInstance(2022, 03, 01), 'https://trailblazer.me/id/bchuphal' From 866a70299559b2cf1050624e994944dc24e7066d Mon Sep 17 00:00:00 2001 From: CoolSandy Date: Tue, 8 Mar 2022 13:37:21 -0500 Subject: [PATCH 5/6] changed the contributor name --- force-app/main/default/classes/SFDCStopTeamController.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index d2e06783..4f3705c4 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -316,9 +316,9 @@ public class SFDCStopTeamController { ); sfdcstopContributors.add( new Contributor( - 'Bhagvan Singh', + 'Balram Babu', 'https://avatars.githubusercontent.com/u/99656667?v=4', - Date.newInstance(2022, 03, 01), + Date.newInstance(2022, 03, 04), 'https://trailblazer.me/id/bchuphal' ) ); From 9343a2c3f898db36e4620f7ed5a5677304ae9cec Mon Sep 17 00:00:00 2001 From: CoolSandy Date: Tue, 8 Mar 2022 13:47:02 -0500 Subject: [PATCH 6/6] add --- force-app/main/default/classes/SFDCStopTeamController.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index 8665c0d7..809a8262 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -316,7 +316,7 @@ public class SFDCStopTeamController { ); sfdcstopContributors.add( new Contributor( - 'Bhagwan Singh', + 'Bhagwan Singh123', 'https://avatars.githubusercontent.com/u/99656667?v=4', Date.newInstance(2022, 03, 01), 'https://trailblazer.me/id/bchuphal'