diff --git a/.sf/config.json b/.sf/config.json new file mode 100644 index 00000000..800af7c8 --- /dev/null +++ b/.sf/config.json @@ -0,0 +1,3 @@ +{ + "target-org": "GitPractiveorg" +} \ No newline at end of file diff --git a/.sf/orgs/00D6F000002WD7dUAG/localSourceTracking/HEAD b/.sf/orgs/00D6F000002WD7dUAG/localSourceTracking/HEAD new file mode 100644 index 00000000..b870d826 --- /dev/null +++ b/.sf/orgs/00D6F000002WD7dUAG/localSourceTracking/HEAD @@ -0,0 +1 @@ +ref: refs/heads/main diff --git a/.sf/orgs/00D6F000002WD7dUAG/localSourceTracking/config b/.sf/orgs/00D6F000002WD7dUAG/localSourceTracking/config new file mode 100644 index 00000000..d545cdab --- /dev/null +++ b/.sf/orgs/00D6F000002WD7dUAG/localSourceTracking/config @@ -0,0 +1,7 @@ +[core] + repositoryformatversion = 0 + filemode = false + bare = false + logallrefupdates = true + symlinks = false + ignorecase = true diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index 1bb137a9..5e8952b7 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -38,11 +38,35 @@ public class SFDCStopTeamController { 'https://trailblazer.me/id/rahulmalhotra' ) ); + sfdcstopContributors.add( + new Contributor( + 'SFDC Lightning', + 'https://pbs.twimg.com/profile_images/1208356452160589824/qLtb5g9P_400x400.jpg', + Date.newInstance(2020, 06, 21), + 'https://trailblazer.me/id/rahulmalhotra' + ) + ); + sfdcstopContributors.add( + new Contributor( + 'Git Learning', + 'https://picsum.photos/200/300 or https://picsum.photos/200', + Date.newInstance(2020, 09, 16), + 'https://trailblazer.me/' + ) + ); + sfdcstopContributors.add( + new Contributor( + 'Thank you !@!', + 'https://picsum.photos/200/300', + Date.newInstance(2020, 09, 16), + 'https://trailblazer.me/' + ) + ); sfdcstopContributors.add( new Contributor( 'Workshop-CodeLab', 'https://github.com/', - Date.newInstance(2022, 06, 20), + Date.newInstance(2022, 09, 16), 'https://trailblazer.me/' ) );