All Projects → shunkosa → lightning-chatter-messenger

shunkosa / lightning-chatter-messenger

Licence: MIT license
⚡ Lightweight Chatter messenger utility item, which supports real-time private conversation, in Salesforce Lightning Experience. Built by Lightning Web Component.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Apex
172 projects
CSS
56736 projects

Projects that are alternatives of or similar to lightning-chatter-messenger

one-pub-sub-lwc
One PubSub: A Declarative PubSub Library for Lightning Web Component and Aura Component
Stars: ✭ 19 (-42.42%)
Mutual labels:  salesforce, lightning-web-components
apex-rollup
Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.
Stars: ✭ 133 (+303.03%)
Mutual labels:  salesforce, lightning-web-components
timeline-component-lwc
This component enables timeline view for Salesforce Record history.
Stars: ✭ 18 (-45.45%)
Mutual labels:  salesforce, lightning-web-components
dreaminvest-lwc
Sample application for Lightning Web Components on Salesforce Platform. Part of the sample gallery. Financial services use case. Get inspired and learn best practices.
Stars: ✭ 41 (+24.24%)
Mutual labels:  salesforce, lightning-web-components
PaymentForm
A form that takes credit card and address information. Uses a ported version of jessie pollack's card component.
Stars: ✭ 40 (+21.21%)
Mutual labels:  salesforce, lightning-web-components
lwc-soql-builder
Awesome SOQL execution tool developed in Lightning Web Components Open Source
Stars: ✭ 85 (+157.58%)
Mutual labels:  salesforce, lightning-web-components
lwc-redux
Integrate Redux with Lightning Web Component
Stars: ✭ 35 (+6.06%)
Mutual labels:  salesforce, lightning-web-components
quiz-host-app
Multiplayer quiz app built on Salesforce technology (host app)
Stars: ✭ 69 (+109.09%)
Mutual labels:  salesforce, lightning-web-components
visualforce-to-lwc
A collection of code examples to help you move from Visualforce to LWC.
Stars: ✭ 92 (+178.79%)
Mutual labels:  salesforce, lightning-web-components
ecars
Sample application for Lightning Web Components and Salesforce Platform runtime and compute capabilities. Part of the sample gallery. Electric car manufacturer use case. Get inspired and learn best practices.
Stars: ✭ 132 (+300%)
Mutual labels:  salesforce, lightning-web-components
lwc-streaming-api
Lightning Web Component Streaming API
Stars: ✭ 25 (-24.24%)
Mutual labels:  salesforce, lightning-web-components
awesome-lwc
A list of interesting on platform Lightning Web Components resources and code examples
Stars: ✭ 124 (+275.76%)
Mutual labels:  salesforce, lightning-web-components
Apex Lambda
Functional programming for Salesforce Apex
Stars: ✭ 189 (+472.73%)
Mutual labels:  salesforce
Example Airflow Dags
Example DAGs using hooks and operators from Airflow Plugins
Stars: ✭ 243 (+636.36%)
Mutual labels:  salesforce
Imposter
Scriptable, multipurpose mock server.
Stars: ✭ 187 (+466.67%)
Mutual labels:  salesforce
Forrest
A Laravel library for Salesforce
Stars: ✭ 171 (+418.18%)
Mutual labels:  salesforce
wire-service-jest-util
Utility library for @-wire Lightning Web Component tests
Stars: ✭ 18 (-45.45%)
Mutual labels:  salesforce
Django Salesforce
Salesforce integration for Django's ORM using the SF REST API.
Stars: ✭ 241 (+630.3%)
Mutual labels:  salesforce
Transmogrifai
TransmogrifAI (pronounced trăns-mŏgˈrə-fī) is an AutoML library for building modular, reusable, strongly typed machine learning workflows on Apache Spark with minimal hand-tuning
Stars: ✭ 2,084 (+6215.15%)
Mutual labels:  salesforce
Dreamhouse Sfdx
Salesforce Sample App part of the sample gallery. Real estate use case. Get inspired and learn best practices.
Stars: ✭ 164 (+396.97%)
Mutual labels:  salesforce

Lightning Chatter Messenger

Github Workflow codecov

Chatter messenger utility item, which supports private chatter conversation, in Salesforce Lightning Experience. Built by Lightning Web Component. Motivated by the idea Chatter Messenger for Salesforce

📦 Installation

Click the following link. Before installation, my domain must be enabled in the target org.

You can also install in your scratch org by cloning this repo and pushing the source.

Deploy

After installation, add chatterMessenger custom component as an utility item in application setting.

Make sure that the profile of the users has create and read access to Chatter Message Event to refresh the screen automatically.

🛠 Development

  1. Clone this repo and run npm install.
  2. Authorize a DevHub (if not yet) and create a scratch org, and then push the source to the org. (Or use sfdx button above)
  3. Assign permission.
sfdx force:user:permset:assign -n LCM_Manager
  1. Create test users.
sfdx force:apex:execute -f ./scripts/apex/init.apex

Feedback/Contributing

Feature requests, bug reports and pull requests are welcome🙏🏻

🎉 Special Thanks

👀 License

The source code is licensed under the MIT license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].