Max Gialanella Max
Max commented on issue Max/LearningSalesForceCommerceCloud#8 2021-12-27 04:27:59 -07:00
Missing Topics

Areas of knowledge missing from this guide

Front-end design

Front-end JavaScript and custom scripts

Unit Testing

Quota Violations

Performance & Security Concerns

Max opened issue Max/LearningSalesForceCommerceCloud#8 2021-12-27 04:27:56 -07:00
Missing Topicn
Max closed issue Max/LearningSalesForceCommerceCloud#4 2021-12-27 04:27:16 -07:00
Create Services Example in Confluence or some other wiki
Max closed issue Max/LearningSalesForceCommerceCloud#2 2021-12-27 04:27:09 -07:00
Update Course Material Code Examples
Max commented on issue Max/LearningSalesForceCommerceCloud#5 2021-12-27 03:17:22 -07: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 04:54:31 -07:00
Find more articles in Confluence.
Max opened issue Max/LearningSalesForceCommerceCloud#6 2021-12-23 04:40:02 -07:00
Advanced topics to cover
Max closed issue Max/LearningSalesForceCommerceCloud#1 2021-12-23 04:01:21 -07:00
Complete Course Material
Max pushed to master at Max/LearningSalesForceCommerceCloud 2021-12-22 10:32:30 -07:00
0636939cc7 Beefed up .gitignore
Max pushed to master at Max/LearningSalesForceCommerceCloud 2021-12-22 10:05:19 -07:00
e28f44fe57 restructured learning cartridge so it is correctly registered with prophet
Max pushed to master at Max/LearningSalesForceCommerceCloud 2021-12-22 04:19:23 -07:00
0825ca85a7 Added Ocapi settings example json
Max closed issue Max/LearningSalesForceCommerceCloud#3 2021-12-22 04:10:09 -07:00
Add Example Cartridge to project
Max pushed to master at Max/LearningSalesForceCommerceCloud 2021-12-22 04:08:48 -07:00
3f354195f2 ticket #3 - Added learning cartridge with all complete examples
Compare 2 commits »
Max commented on issue Max/LearningSalesForceCommerceCloud#5 2021-12-22 03:38:46 -07: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 03:36:54 -07: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 03:28:27 -07:00
Helpful examples that can be added
Max commented on issue Max/LearningSalesForceCommerceCloud#1 2021-12-21 08:59:50 -07: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 05:44:23 -07:00
Create Services Example in Lattice
Max opened issue Max/LearningSalesForceCommerceCloud#3 2021-12-21 05:44:01 -07:00
Add Example Cartridge to project
Max opened issue Max/LearningSalesForceCommerceCloud#2 2021-12-21 05:41:40 -07:00
Update Course Material Code Examples