-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/multi-match
- Loading branch information
Showing
218 changed files
with
11,145 additions
and
225 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 |
---|---|---|
|
@@ -18,5 +18,4 @@ package.xml | |
**/Account/** | ||
**/Contact/** | ||
|
||
**/old-versions/** | ||
**/unpackaged/** |
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
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
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,40 +1,51 @@ | ||
# Salesforce Indicators | ||
![Salesforce Indicators Logo](https://github.com/SFDO-Community/Salesforce-Indicators/assets/2966583/e1857d0a-c725-4e17-9820-c8c3d7b920ab) | ||
|
||
# Status of Code | ||
We are in a bit of a transition phase at the moment and are in active development, almost ready for release. | ||
You can still use the older Indicators List Component and it will work fine, if you already have it installed. | ||
If you would like to test where we are at, install the managed package from the [Installation](../../wiki/Installing-Salesforce-Indicators) page and follow the steps to add the `Indicator Bundle` component to the page layout. | ||
NOTE: Only test in a Scratch org, Developer org, or Sandbox at the moment whilst we are in active development. | ||
We can't wait to get something stable that you can start to use in your production orgs. | ||
With Salesforce Indicators, you can visually highlight important data at a glance, making it easy to focus on what matters most. This Custom Metadata driven Lightning Web Component is all about making key details pop, and giving you lightning-quick insights at a glance on your Salesforce records. | ||
|
||
|
||
Features: | ||
* Visualize your data - Display key details in a visually engaging and clutter-free manner, allowing users to quickly understand important information on the record, summarize related records, or highlight exceptions. | ||
* Make your data come alive - Add a mix of Salesforce and custom colors to match your branding to create visually appealing indicators for your Lightning pages giving your users a more engaging experience. | ||
* Customize your Indicators - Easily set up and customize Salesforce Indicators using deployable Custom Metadata Type records. No complex formulas or coding required. Group Indicators into bundles for different use-cases and users. | ||
|
||
Salesforce Indicators works for any Salesforce org already using Lightning Experience, and it works exceptionally well for Nonprofit orgs on NPSP or Nonprofit Cloud. | ||
Salesforce Indicators is part of the [Salesforce Open Source Commons](https://help.salesforce.com/s/articleView?id=sfdo.Innovate_with_OSC.htm&type=5) program. | ||
|
||
## Latest Release | ||
* [Install Salesforce Indicators](https://install.salesforce.org/products/indicators) | ||
* [Release Notes](https://github.com/SFDO-Community/Salesforce-Indicators/wiki/Release-Notes) | ||
|
||
## Project Documentation | ||
* Documentation can be found in the repository [Wiki](https://github.com/SFDO-Community/Salesforce-Indicators/wiki). | ||
* Check out the [Cookbook](https://github.com/SFDO-Community/Salesforce-Indicators/wiki/Cookbook) to help you build Indicators that work for your org. | ||
|
||
## Ask Questions and Get Help | ||
* Salesforce Indicators is a community built and maintained Salesforce package, please help support this project and share your experiences in the [Trailblazer Community Group](https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000HEDASA4?tab=discussion). Ask any questions about the Salesforce Indicators project, or the Open Source Commons. | ||
* If you have any enhancements or issue you can [Log an Issue](https://github.com/SFDO-Community/Salesforce-Indicators/issues). | ||
|
||
# Project Overview | ||
## Vision & Goals | ||
* Build a customisable Indicators Component to help users see the value, status, and key details about a record at a glance and in nice colours and graphics | ||
* Show different apps you can use to achieve similar results, but you will want to use the Indicators Component | ||
* Future Components | ||
* An Exceptions Component to quickly show your users issues with their data, and show custom messages for each field | ||
* A custom highlights panel | ||
|
||
## Project Vertical | ||
This Component is a must-have for any Nonprofit org, but it works in any org and any vertical. | ||
|
||
## Trailblazer Group or Slack Channel Link (access required)\ | ||
https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000HEDASA4 - this is the place to ask any questions about the components or about the Salesforce Indicators project, or the Open Source Commons | ||
https://salesforce-external.slack.com/archives/C0476TZEAH3 - this is our Slack Community that anyone who has participated in a Sprint with us has access to. This is where we plan the upcoming improvements to the components. | ||
|
||
## How to Contribute: | ||
- [Install the Component](../../wiki/Installing-Salesforce-Indicators) | ||
- [Try it out](../../wiki/Indicator-Bundle) | ||
- Check out the the [Cookbook](../../wiki/Cookbook) and add your own Recipes | ||
- Add reviews of any [similar or competitor components](../../wiki/Other-Components) | ||
- [Volunteer](../../wiki/How-to-Volunteer) to enhance the code | ||
|
||
# Project Resources and Documentation | ||
Documentation can be found in the repository [wiki](../../wiki) | ||
|
||
# Project Acomplishments | ||
* Working on the rebuild to support Custom Metadata Types | ||
* Enhancements to the Indicator Component | ||
* The Indicator Key compoennt and Setup components to help build and understand the Indicators easily | ||
* New companion Components in progress | ||
* Working on the packaging and release | ||
* Enhance the current Indicators Bundle Component to improve the experience for Admins and Users. | ||
* Complete the documentation with different recipes to help Admins get up and running quickly. | ||
* Showcase and review different apps you can use to achieve similar results, and show how you will probably want to use Salesforce Indicators anyway. | ||
* Build our planned Components - these components are built on the same Custom Metadata framework and just show the data in different ways: | ||
* A Grid Component to quickly show your users excptions or a checklist of fields on the record. Optionally show field values, a custom message for each field, and if the field has an exception. | ||
* A Panel Component to provide more value and features than the standard record highlights panel horizontally, or a panel that display the key data vertically. | ||
|
||
# How to Contribute: | ||
- [Install Salesforce Indicators](https://install.salesforce.org/products/indicators) | ||
- [Set up the Indicator Bundle](https://github.com/SFDO-Community/Salesforce-Indicators/wiki/Indicator-Bundle) | ||
- Ask any questions on our [Trailblazer Community Group](https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000HEDASA4?tab=discussion) | ||
- Add your own Recipes to the [Cookbook](https://github.com/SFDO-Community/Salesforce-Indicators/wiki/Cookbook) and | ||
- Add reviews of any [similar or competitor components](https://github.com/SFDO-Community/Salesforce-Indicators/wiki/Other-Apps-and-Components-to-Enhance-Your-Org) | ||
- [Volunteer](https://github.com/SFDO-Community/Salesforce-Indicators/wiki/How-to-Volunteer) to enhance the code | ||
- [Log an Issue](https://github.com/SFDO-Community/Salesforce-Indicators/issues) | ||
- Join us at an upcoming [Salesforce Commons Community Sprint](https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000GwVK?tab=discussion) | ||
|
||
## Project Acomplishments | ||
* Rebuilt the component to support Custom Metadata Types | ||
* Enhancements to the Indicator Bundle Component | ||
* The Indicator Key compnent and Setup components to help build and understand the Indicators easily | ||
* New companion components (Grid and Panel) in progress | ||
* Packaging and release setup | ||
* Marketing and release of Salesforce Indicators |
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
4 changes: 2 additions & 2 deletions
4
force-app/main/default/lwc/indicatorBundle/indicatorBundle.css
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,4 +1,4 @@ | ||
.cardIcon { | ||
--sds-c-icon-color-foreground: var(--foregroundColor); | ||
--sds-c-icon-color-background: var(--backgroundColor); | ||
--slds-c-icon-color-foreground: var(--foregroundColor); | ||
--slds-c-icon-color-background: var(--backgroundColor); | ||
} |
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
Oops, something went wrong.