From 3264469e23b3b8bb5c5f05c390a06ee1fec25ca9 Mon Sep 17 00:00:00 2001 From: Avisek Mallick Date: Tue, 12 Apr 2022 11:59:30 +0530 Subject: [PATCH] Added Avisek to SFDC Contributors --- .vscode/settings.json | 3 ++- .../main/default/classes/SFDCStopTeamController.cls | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ba522723..113186a9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,6 @@ "**/.sfdx": true }, "workbench.colorTheme": "Monokai", - "salesforcedx-vscode-core.show-cli-success-msg": false + "salesforcedx-vscode-core.show-cli-success-msg": false, + "salesforcedx-vscode-core.push-or-deploy-on-save.enabled": true } \ No newline at end of file diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index 61d3a87f..221ff294 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -30,6 +30,16 @@ public class SFDCStopTeamController { @AuraEnabled(cacheable=true) public static String getContributors() { List sfdcstopContributors = new List(); + + sfdcstopContributors.add( + new Contributor( + 'Avisek Mallick', + 'https://avatars.githubusercontent.com/u/44801447?s=400&u=9696229a0300aed1d87cd725a46d881e8dad87e1&v=4', + Date.newInstance(2022,04,12), + 'https://trailblazer.me/id/amallick10' + ) + ); + sfdcstopContributors.add( new Contributor( 'Rahul Malhotra',