Folder: Meta Model and Patterns\Views\Architecture Bricks - Roadmap\Architecture Landscape - Baseline
This file contains hidden or 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
| /* | |
| * Generate AI Analysis (Requires AI-REST.js and Export To Markdown.ajs) | |
| * | |
| * Requires: | |
| * * jArchi - https://www.archimatetool.com/blog/2018/07/02/jarchi/ | |
| * * AI-REST.js - Package to support connections to LLM (Gemini/GPT) | |
| * * persona.json - templates for standard persona and prompts - https://gist.github.com/smileham/8cbb3116db7f0ee80bcab4f1a57d14a8#file-persona-json | |
| * * Export to Markdown.ajs - https://gist.github.com/smileham/578bbbb88dc0ed5a1403f3b98711ec25 | |
| * | |
| * Version 1: Gemini API |
This file contains hidden or 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
| # usage sfdd ALIAS | |
| # Needs ImportExcel Module installed | |
| # Needs sf cli installed | |
| # v1. First release | |
| # v2. Included Record Types | |
| # v3. Added PUML | |
| # v4. Add Ignore list (Json format {"ignoreObjects":["Object","Object2"],"ignorePackages":["package1"]}) | |
| # v5. Added support for BigER | |
| # v6. Tinkering with Google Data Catalog |
This file contains hidden or 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
| /* | |
| * Get Installed Packages via Salesforce CLI | |
| * | |
| * Please ensure you have first authenticated against your Salesforce sandbox and have defined an Alias | |
| * No Warranty is provided for this script. | |
| * | |
| * This script if a Proof of Concept to create Application Components based on Installed Packages in a SF sandbox | |
| * | |
| * Running this script will then: | |
| * * Create new Managed Packages folder |
This file contains hidden or 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
| /* | |
| * Describe sObjects in view via Salesforce CLI | |
| * | |
| * Please ensure you have first authenticated against your Salesforce sandbox and have defined an Alias | |
| * No Warranty is provided for this script. | |
| * | |
| * This script if a Proof of Concept to populate the detail of selected sObjects created via the GetSObjects script | |
| * | |
| * Once the model has been populated with Salesforce sObjects, create a new view using the sObjects you | |
| * wish further detail on. |
This file contains hidden or 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
| /* | |
| * Get sObjects via Salesforce CLI | |
| * | |
| * Please ensure you have first authenticated against your Salesforce sandbox and have defined an Alias | |
| * No Warranty is provided for this script. | |
| * | |
| * Script calls the Salesfoce CLI for a given alias and retrieves all sObject records, these are created | |
| * as "Data Objects", set with a specialization of sObject and stored in a folder. | |
| * | |
| * A second script can then populate the detail of selected sObjects (DescribeSObjects) |
This file contains hidden or 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
| /* | |
| * AuditModel | |
| * | |
| * Requires jArchi - https://www.archimatetool.com/blog/2018/07/02/jarchi/ | |
| * | |
| * Version 0.1: Audits all elements in selected view, comparing to a view called "Audit" | |
| * Version 0.2: Bug in "Template" selection - fixed | |
| * Version 0.3: Audits all elements in selected view, allowing a user to select from views in an "Audit" Folder | |
| * Creates the Audit folder and a default Audit view if one is not found. | |
| * Version 0.4: 2023-03-11 - Support for Audit on Documentation/Properties of the View, |
This file contains hidden or 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
| /* | |
| * Smart HeatMap (Numeric Gradient + Discrete) | |
| * * Version: 8.1 | |
| * * "VIBE CODED" with Gemini - it was quick, did it better than I could in the time I had, and seems to work... | |
| * * Changes: | |
| * - Added Multi-selection dialog for Scope (Components vs Relationships). | |
| * - Detects if a property is Numeric. | |
| * - If Numeric: Allows Min/Max color selection and generates a Gradient Heatmap. | |
| * - If Text (Discrete): Uses standard specific value coloring (limited to 10 unique values). | |
| * - Generates stepped legends for Gradients. |
This file contains hidden or 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
| @startuml Archi Usage | |
| !include archi-seq.puml | |
| title Archi Print Usage | |
| ' Define Elements | |
| $businessActor("Architect","architect") | |
| $applicationComponent("Archi","archi") | |
| $applicationFunction("Update\nModel","update") | |
| $applicationFunction("Print\nView","print") | |
| $systemSoftware("Windows\nPrint\nService","windowsPrint") |
This file contains hidden or 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
| @startuml Common | |
| ' PlantUML ArchiMate Sequence Diagram template v5 | |
| ' Changelog: | |
| ' v3 Updated for new PreProcessor | |
| ' v4 Function to Procedure | |
| ' v5 Added Motivation, migrated to Styles, added Structure type | |
| ' Author: Steven Mileham (steven.mileham@gmail.com) | |
| skinparam dpi 150 | |
| skinparam useBetaStyle true | |
| <style> |
NewerOlder