Skip to content

Commit

Permalink
Minlopro: Login Flow Prompts (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomeandrey authored Nov 28, 2024
2 parents 256f67d + 013bf40 commit 4219569
Show file tree
Hide file tree
Showing 20 changed files with 606 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .forceignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# General Salesforce Medatada & Components
# General medatada & components
**/appMenus
**/customindex
**/samlssoconfigs
**/profiles/Admin.profile-meta.xml
**/profilePasswordPolicies
**/profileSessionSettings

# Sample Force.com Site
# Minlopro
**/minlopro/**/profiles/Admin.profile-meta.xml
**/minlopro/**/profiles/Minlopro Force%2Ecom Site Profile.profile-meta.xml

# DigEx Experiece Site (Experience Cloud)
Expand All @@ -15,9 +15,9 @@
**/minlopro-digex/**/profiles/DigEx Profile.profile-meta.xml

# ESW_Minlopro_DigExMessaging (Experience Cloud) - Experience Site for Messaging for Web deployment for 'DigEx' site
**/minlopro-digex-messaging/**/profiles/**
**/minlopro-digex-messaging/**/pages/eswminloprodigexmessaging.page
**/minlopro-digex-messaging/**/pages/eswminloprodigexmessaging.page-meta.xml
**/minlopro-digex-messaging/**/profiles/ESW_Minlopro_DigExMessaging Profile.profile-meta.xml

# CRM Analytics (formely known as Wave Analytics)
**/minlopro-crma
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@

## About

This is a blueprint repository for typical Salesforce org-based project which is accompanied with CI/CD automations.
<span style="display: inline-flex; align-items: center;">
<img src="assets/images/MinloproAppLogoMin.png" alt="Minlopro" width="50" style="margin-right: 8px;">
This is a blueprint repository for a typical Salesforce org-based project which is accompanied with CI/CD automations.
</span>

## Prerequisites

Expand Down Expand Up @@ -101,7 +104,7 @@ At the same time, there are project-level rules enforced with regards to using/r

Follow steps below if there is a need to replace specific setting with variable value:

1. Define variable in GitHub repository for the given GitHub Environment(s)
1. Define variable/secret in GitHub repository for the given GitHub Environment(s)
2. Incorporate environment variable into [`.env.manifest`](scripts/.env.manifest) file and provide description
3. Declare variable in affected workflow files (see `.github/workflows` folder)
4. Create replacement configuration in [`sfdx-project.json`](sfdx-project.json) file
Expand All @@ -120,5 +123,5 @@ npm run src:push -- -o "$SCRATCH_ORG_ALIAS"
```

Please, refer
to [SF CLI](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_unified.htm)
to [Salesforce CLI](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_unified.htm)
for more information.
File renamed without changes
File renamed without changes
3 changes: 3 additions & 0 deletions config/project-scratch-def.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
"enableS1DesktopEnabled": true,
"enableUsersAreLightningOnly": false
},
"knowledgeSettings": {
"enableKnowledge": true
},
"mobileSettings": {
"enableS1EncryptedStoragePref2": false
},
Expand Down
5 changes: 5 additions & 0 deletions manifests/destructiveChangesPost.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>Minlopro_App_Logo</members>
<members>Minlopro_App_Logo_min</members>
<name>ContentAsset</name>
</types>
<version>61.0</version>
</Package>
Loading

0 comments on commit 4219569

Please sign in to comment.