-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update existing links, add links to Trailblazer Group and GitHub Issu…
…es, fix markdownlint errors
- Loading branch information
Showing
1 changed file
with
22 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,40 @@ | ||
# sticky-selectron | ||
The Sticky Selectron is a Datatable Lightning Component for easy record selection in a screen flow that will persist (or remain “sticky”) across flow screens. | ||
# Sticky Selectron | ||
|
||
For project information, install instructions and documentation, please visit our [wiki](https://github.com/SFDO-Community/sticky-selectron/wiki). | ||
## Overview | ||
|
||
Sticky Selectron is a Data Table Lightning Web Component for easy record selection in a screen flow that will persist (or remain “sticky”) across flow screens. | ||
|
||
For project information, install instructions, and documentation, please visit our [wiki](https://github.com/SFDO-Community/sticky-selectron/wiki). | ||
|
||
## Questions and Community Support | ||
|
||
The Sticky Selectron project is a community-built and community-maintained Salesforce solution and a proud member of the [Salesforce.org Open Source Commons Program](https://www.salesforce.org/resources/commons/). Please join the [Commons Project: Sticky Selectron Group](https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000HDS7SAO?tab=discussion&sort=LAST_MODIFIED_DATE_DESC) in the Trailblazer Community to ask questions, share your experiences, and help others! | ||
|
||
If you have a feature request or bug report, you can [submit an issue](https://github.com/SFDO-Community/sticky-selectron/issues) on our GitHub repository. | ||
|
||
## CCI Development | ||
|
||
To work on this project in a scratch org using CumulusCI: | ||
|
||
1. [Set up CumulusCI](https://cumulusci.readthedocs.io/en/latest/tutorial.html) | ||
1. [Set up CumulusCI](https://cumulusci.readthedocs.io/en/latest/get-started.html) | ||
2. Run `cci flow run dev_org --org dev` to deploy this project. | ||
3. Run `cci org browser dev` to open the org in your browser. | ||
|
||
# Salesforce DX Project: Next Steps | ||
## Salesforce DX Project: Next Steps | ||
|
||
Now that you’ve created a Salesforce DX project, what’s next? Here are some documentation resources to get you started. | ||
|
||
## How Do You Plan to Deploy Your Changes? | ||
|
||
Do you want to deploy a set of changes, or create a self-contained application? Choose a [development | ||
model](https://developer.salesforce.com/tools/vscode/en/user-guide/development-models). | ||
### How Do You Plan to Deploy Your Changes? | ||
|
||
## Configure Your Salesforce DX Project | ||
Do you want to deploy a set of changes, or create a self-contained application? Choose a [development model](https://developer.salesforce.com/tools/vscode/en/sf-dev-models/development-models). | ||
|
||
The `sfdx-project.json` file contains useful configuration information for your project. See [Salesforce DX Project | ||
Configuration](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_ws_config.htm) in the _Salesforce DX Developer Guide_ for details about | ||
this file. | ||
### Configure Your Salesforce DX Project | ||
|
||
## Read All About It | ||
The `sfdx-project.json` file contains useful configuration information for your project. See [Salesforce DX Project Configuration](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_ws_config.htm) in the _Salesforce DX Developer Guide_ for details about this file. | ||
|
||
- [Salesforce Extensions Documentation](https://developer.salesforce.com/tools/vscode/) | ||
- [Salesforce CLI Setup Guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_intro.htm) | ||
- [Salesforce DX Developer Guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_intro.htm) | ||
- [Salesforce CLI Command Reference](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference.htm) | ||
### Read All About It | ||
|
||
* [Salesforce Extensions Documentation](https://developer.salesforce.com/tools/vscode) | ||
* [Salesforce CLI Setup Guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_intro.htm) | ||
* [Salesforce DX Developer Guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_intro.htm) | ||
* [Salesforce CLI Command Reference](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_top.htm) |