Skip to content

Feature/clickability2 - #220

Merged
tschug merged 6 commits into
feature/stagingfrom
feature/clickability2
Jun 19, 2026
Merged

tschug merged 6 commits into
feature/stagingfrom
feature/clickability2

Conversation

@tschug

@tschug tschug commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

No description provided.

tschug and others added 6 commits November 17, 2025 18:10
- Introduce Action_Type__c custom metadata field and expose it on Indicator Bundle Item layout alongside Action_Target__c to configure click behavior.
- Apex: Include Action_Type__c in Cmdt query; expose ActionType on IndicatorItem DTO; map from metadata in IndicatorController
- LWC: Add new LWC flowModal (HTML/JS/CSS/meta) for launching/displaying Flows in a modal.
- LWC: Support clickable state via item class; pass ind-clickable attr; handle click by branching on ActionType (e.g., URL), open new Flow modal component; prepare record refresh via notifyRecordUpdateAvailable
- Styling: Remove generic .clickable cursor rule (now driven by component attr)
- Why: Allow per-item action behavior (URL, Flow, etc.) configured via metadata and improve UX with modal-driven flows
- Motivated by need to define and execute different click actions (e.g., navigate vs. launch Flow) from indicators.
@tschug
tschug merged commit 55db91f into feature/staging Jun 19, 2026
2 checks passed
@tschug
tschug deleted the feature/clickability2 branch June 19, 2026 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant