Max Gialanella Max
Max closed issue Max/LearningSalesForceCommerceCloud#2 2021-12-27 03:27:09 -08:00
Update Course Material Code Examples
Max commented on issue Max/LearningSalesForceCommerceCloud#5 2021-12-27 02:17:22 -08:00
Helpful examples that can be added

Exporting model changes to xml files Importing model xml changes to sandbox

Max opened issue Max/LearningSalesForceCommerceCloud#7 2021-12-23 03:54:31 -08:00
Find more articles in Confluence.
Max opened issue Max/LearningSalesForceCommerceCloud#6 2021-12-23 03:40:02 -08:00
Advanced topics to cover
Max closed issue Max/LearningSalesForceCommerceCloud#1 2021-12-23 03:01:21 -08:00
Complete Course Material
Max pushed to master at Max/LearningSalesForceCommerceCloud 2021-12-22 09:32:30 -08:00
0636939cc7 Beefed up .gitignore
Max pushed to master at Max/LearningSalesForceCommerceCloud 2021-12-22 09:05:19 -08:00
e28f44fe57 restructured learning cartridge so it is correctly registered with prophet
Max pushed to master at Max/LearningSalesForceCommerceCloud 2021-12-22 03:19:23 -08:00
0825ca85a7 Added Ocapi settings example json
Max closed issue Max/LearningSalesForceCommerceCloud#3 2021-12-22 03:10:09 -08:00
Add Example Cartridge to project
Max pushed to master at Max/LearningSalesForceCommerceCloud 2021-12-22 03:08:48 -08:00
3f354195f2 ticket #3 - Added learning cartridge with all complete examples
Compare 2 commits »
Max commented on issue Max/LearningSalesForceCommerceCloud#5 2021-12-22 02:38:46 -08:00
Helpful examples that can be added

Maintinance mode setup

server.get('Offline', cache.applyDefaultCache, function (req, res, next) {
    res.render('siteOffline');
    next();
});
Max commented on issue Max/LearningSalesForceCommerceCloud#5 2021-12-22 02:36:54 -08:00
Helpful examples that can be added

Adding meta data to pages

pageMetaHelper.setPageMetaTags(req.pageMetaData, Site.current);
Max opened issue Max/LearningSalesForceCommerceCloud#5 2021-12-22 02:28:27 -08:00
Helpful examples that can be added
Max commented on issue Max/LearningSalesForceCommerceCloud#1 2021-12-21 07:59:50 -08:00
Complete Course Material

Remaining: Implement page caching Implement partial page caching Running an import JOB Performance Metrics and application stats Running unit tests with NPM

Max opened issue Max/LearningSalesForceCommerceCloud#4 2021-12-21 04:44:23 -08:00
Create Services Example in Lattice
Max opened issue Max/LearningSalesForceCommerceCloud#3 2021-12-21 04:44:01 -08:00
Add Example Cartridge to project
Max opened issue Max/LearningSalesForceCommerceCloud#2 2021-12-21 04:41:40 -08:00
Update Course Material Code Examples
Max opened issue Max/LearningSalesForceCommerceCloud#1 2021-12-21 04:40:49 -08:00
Complete Course Material
Max created branch master in Max/LearningSalesForceCommerceCloud 2021-12-21 02:50:35 -08:00
Max pushed to master at Max/LearningSalesForceCommerceCloud 2021-12-21 02:50:35 -08:00
d04eb5dd16 Initial Commit for learning module