Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .sf/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"target-org": "GitPractiveorg"
}
1 change: 1 addition & 0 deletions .sf/orgs/00D6F000002WD7dUAG/localSourceTracking/HEAD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ref: refs/heads/main
7 changes: 7 additions & 0 deletions .sf/orgs/00D6F000002WD7dUAG/localSourceTracking/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
26 changes: 25 additions & 1 deletion force-app/main/default/classes/SFDCStopTeamController.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
)
);
Expand Down