Scrum4Me/docs/assets/erd.svg
Janpeter Visser 7e45bbdbc0
docs: AI-optimized docs restructure (Phases 1–8) (#61)
* docs(dialog-pattern): add generic entity-dialog spec

Introduceert docs/patterns/dialog.md als bron-of-truth voor elke
create/edit/detail-dialog in Scrum4Me, ongeacht het achterliggende
dataobject. Bevat 14 secties: uitgangspunten, stack, component-
architectuur, layout, validatie, drielaagse demo-policy, submission,
dialog-gedrag, theming, footer, triggers/URL-state, per-entiteit
profile-template, out-of-scope, en een verificatie-checklist.

Registreert het patroon in CLAUDE.md "Implementatiepatronen"-tabel
zodat Claude (en mensen) de spec verplicht raadplegen voor elke
nieuwe dialog.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* docs(dialog-pattern): convert task spec + add pbi/story entity-profiles

Reduceert docs/scrum4me-task-dialog.md van 507 naar ~140 regels: alle
gedeelde regels verhuisd naar docs/patterns/dialog.md, dit document
bevat nu alleen Task-specifieke velden, URL-pattern, status-veld,
server actions, triggers en bewuste out-of-scope-keuzes.

Voegt twee nieuwe entity-profielen toe voor bestaande dialogen:
- docs/scrum4me-pbi-dialog.md (PbiDialog: state-based, code+title-rij,
  PbiStatusSelect, geen delete in v1)
- docs/scrum4me-story-dialog.md (StoryDialog: state-based, header met
  status/priority badges, inline activity-log, demo-readonly-fallback,
  inline-delete-confirm i.p.v. AlertDialog)

Beide profielen documenteren expliciet de "Bekende gaps t.o.v.
generieke spec" zodat opvolgende PR's de afwijkingen kunnen
rechtzetten of bewust kunnen accorderen.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Added pdevelopment docs

* docs(plans): add docs-restructure plan for AI-optimized lookup

Audit of existing 39 doc files (~10.700 lines) and a phased restructure
proposal aimed at minimising the tokens an AI agent has to read to find
the right reference. Captures resolved decisions on language (English),
ADR template (Nygard default with MADR escape-hatch), index generator
(node script), and folder taxonomy. Proposal status — fase 1 to follow.

* docs(adr): add ADR scaffolding (templates, README, meta-ADR)

Set up docs/adr/ as the canonical home for architecture decisions:

- templates/nygard.md — default four-section format (Status, Context,
  Decision, Consequences) for one-way-door decisions.
- templates/madr.md — MADR v4 with YAML front-matter and explicit
  Considered Options for decisions where rejected alternatives matter.
- README.md — naming convention (NNNN-kebab-case), template-selection
  guidance (Nygard default; MADR for auth, queue mechanics, agent
  integration), status lifecycle, and ADR roster.
- 0000-record-architecture-decisions.md — meta-ADR establishing the
  practice itself, in Nygard format.

Backfilling existing implicit decisions (base-ui-over-radix, float
sort_order, demo-user three-layer policy, etc.) is fase 6 of the
docs-restructure plan.

* feat(docs): add docs index generator + initial INDEX.md

scripts/generate-docs-index.mjs walks docs/**/*.md, parses YAML
front-matter (or first H1 fallback) and a Nygard-style ## Status
section, then writes docs/INDEX.md with grouped tables for ADRs,
Specs, Plans (with archive subsection), Patterns, and Other.

Pure Node 20 (no external deps); idempotent — running it twice
produces byte-identical output. Excludes adr/templates/, the ADR
README, INDEX.md itself, and any *_*.md sidecar file.

Wire-up:
- package.json: docs:index → node scripts/generate-docs-index.mjs

Initial run indexed 35 docs across the existing structure; the
generated INDEX.md is committed so the table is reviewable in the
PR before hooking generation into a pre-commit step.

* chore: ignore Obsidian vault and personal sidecar files

Add .obsidian/ (Obsidian vault config) and _*.md (personal sidecar
notes) to .gitignore so the docs/ tree can serve as canonical source
of truth while still being usable as an Obsidian vault for personal
authoring. The docs index generator already excludes the same _*.md
pattern from INDEX.md.

* docs(plans): add PBI bulk-create spec for docs-restructure

Machine-parseable spec for an executor that calls the scrum4me MCP
(create_pbi → create_story → create_task) to seed the docs-restructure
work into the DB.

- Section 1 (Context) is the PBI description; serves as task-context
  via mcp__scrum4me__get_claude_context.
- Section 2 lists the 6 resolved decisions (English, MD3+styling
  merged, solo-paneel merged, .Plans archived, Nygard ADR default,
  node index script).
- Section 3 records what already shipped on this branch so the
  executor doesn't duplicate the ADR scaffolding or index generator.
- Section 4 carries the structured YAML graph: 1 PBI, 8 stories
  (one per phase), 39 tasks. product_id is REPLACE_ME — fill before
  running.
- YAML validated with PyYAML; field schema sanity-checked.

* docs(junk-cleanup): remove stub patterns/test.md

* docs(junk-cleanup): archive .Plans/ to docs/plans/archive/

* docs(front-matter): add YAML front-matter to docs/ root

* docs(front-matter): add YAML front-matter to patterns/

* docs(front-matter): add YAML front-matter to plans + agent files

* docs(index): regenerate INDEX.md after front-matter pass

* docs(naming): drop scrum4me- prefix from doc filenames

* docs(naming): lowercase API.md and MD3 filenames

* docs(naming): rename plan file to kebab-case ASCII

* docs(naming): rename middleware.md to proxy.md (next 16)

* docs(naming): polish CLAUDE.md doc-index after renames

* docs(taxonomy): scaffold topical folders under docs/

* docs(taxonomy): move spec files into docs/specs/

* docs(taxonomy): move design/api/qa/backlog/assets into folders

* docs(taxonomy): move agent-instruction-audit into decisions/

* docs(split): break architecture.md into 6 topical files

* docs(split): merge solo-paneel-spec into specs/functional.md

* docs(split): merge md3-color-scheme into design/styling

* docs(trim): extract branch/commit rules into runbook

* docs(trim): extract MCP integration into runbook

* docs(adr): add 0001-base-ui-over-radix

* docs(adr): add 0002-float-sort-order

* docs(adr): add 0003-one-branch-per-milestone

* docs(adr): add 0004-status-enum-mapping

* docs(adr): add 0005-iron-session-over-nextauth

* docs(adr): add 0006-demo-user-three-layer-policy

* docs(adr): add 0007-claude-question-channel-design

* docs(adr): add 0008-agent-instructions-in-claude-md + update README index

* docs(index): regenerate after ADR 0001-0008

* docs(glossary): add docs/glossary.md

* chore(docs): regenerate INDEX.md in pre-commit hook

* docs(readme): link INDEX + glossary + agent instructions

* feat(docs): add doc-link checker script

* chore(docs): wire docs:check-links and docs npm scripts

* ci(docs): block merge on broken doc links

* docs(links): fix broken cross-references after restructure

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-03 03:21:59 +02:00

1 line
No EOL
521 KiB
XML

<svg id="my-svg" width="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="erDiagram" style="max-width: 4726.78px; background-color: white;" viewBox="0 0 4726.78125 2985" role="graphics-document document" aria-roledescription="er"><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#000000;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#my-svg .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#my-svg .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#my-svg .error-icon{fill:#552222;}#my-svg .error-text{fill:#552222;stroke:#552222;}#my-svg .edge-thickness-normal{stroke-width:1px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-thickness-invisible{stroke-width:0;fill:none;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:#000000;stroke:#000000;}#my-svg .marker.cross{stroke:#000000;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg p{margin:0;}#my-svg .entityBox{fill:#cde498;stroke:#13540c;}#my-svg .relationshipLabelBox{fill:hsl(78.1578947368, 58.4615384615%, 84.5098039216%);opacity:0.7;background-color:hsl(78.1578947368, 58.4615384615%, 84.5098039216%);}#my-svg .relationshipLabelBox rect{opacity:0.5;}#my-svg .labelBkg{background-color:rgba(224.6153846155, 238.5923076923, 192.4076923078, 0.5);}#my-svg .edgeLabel{background-color:#e8e8e8;}#my-svg .edgeLabel .label rect{fill:#e8e8e8;}#my-svg .edgeLabel .label text{fill:#000000;}#my-svg .edgeLabel .label{fill:#13540c;font-size:14px;}#my-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#000000;}#my-svg .edge-pattern-dashed{stroke-dasharray:8,8;}#my-svg .node rect,#my-svg .node circle,#my-svg .node ellipse,#my-svg .node polygon{fill:#cde498;stroke:#13540c;stroke-width:1px;}#my-svg .relationshipLine{stroke:#000000;stroke-width:1px;fill:none;}#my-svg .marker{fill:none!important;stroke:#000000!important;stroke-width:1;}#my-svg [data-look=neo].labelBkg{background-color:rgba(224.6153846155, 238.5923076923, 192.4076923078, 0.5);}#my-svg .node .neo-node{stroke:#13540c;}#my-svg [data-look="neo"].node rect,#my-svg [data-look="neo"].cluster rect,#my-svg [data-look="neo"].node polygon{stroke:url(#my-svg-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,0.5));}#my-svg [data-look="neo"].node path{stroke:url(#my-svg-gradient);stroke-width:1px;}#my-svg [data-look="neo"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,0.5));}#my-svg [data-look="neo"].node .neo-line path{stroke:#13540c;filter:none;}#my-svg [data-look="neo"].node circle{stroke:url(#my-svg-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,0.5));}#my-svg [data-look="neo"].node circle .state-start{fill:#000000;}#my-svg [data-look="neo"].icon-shape .icon{fill:url(#my-svg-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,0.5));}#my-svg [data-look="neo"].icon-shape .icon-neo path{stroke:url(#my-svg-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,0.5));}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g><defs><marker id="my-svg_er-onlyOneStart" class="marker onlyOne er" refX="0" refY="9" markerWidth="18" markerHeight="18" orient="auto"><path d="M9,0 L9,18 M15,0 L15,18"/></marker></defs><defs><marker id="my-svg_er-onlyOneEnd" class="marker onlyOne er" refX="18" refY="9" markerWidth="18" markerHeight="18" orient="auto"><path d="M3,0 L3,18 M9,0 L9,18"/></marker></defs><defs><marker id="my-svg_er-zeroOrOneStart" class="marker zeroOrOne er" refX="0" refY="9" markerWidth="30" markerHeight="18" orient="auto"><circle fill="white" cx="21" cy="9" r="6"/><path d="M9,0 L9,18"/></marker></defs><defs><marker id="my-svg_er-zeroOrOneEnd" class="marker zeroOrOne er" refX="30" refY="9" markerWidth="30" markerHeight="18" orient="auto"><circle fill="white" cx="9" cy="9" r="6"/><path d="M21,0 L21,18"/></marker></defs><defs><marker id="my-svg_er-oneOrMoreStart" class="marker oneOrMore er" refX="18" refY="18" markerWidth="45" markerHeight="36" orient="auto"><path d="M0,18 Q 18,0 36,18 Q 18,36 0,18 M42,9 L42,27"/></marker></defs><defs><marker id="my-svg_er-oneOrMoreEnd" class="marker oneOrMore er" refX="27" refY="18" markerWidth="45" markerHeight="36" orient="auto"><path d="M3,9 L3,27 M9,18 Q27,0 45,18 Q27,36 9,18"/></marker></defs><defs><marker id="my-svg_er-zeroOrMoreStart" class="marker zeroOrMore er" refX="18" refY="18" markerWidth="57" markerHeight="36" orient="auto"><circle fill="white" cx="48" cy="18" r="6"/><path d="M0,18 Q18,0 36,18 Q18,36 0,18"/></marker></defs><defs><marker id="my-svg_er-zeroOrMoreEnd" class="marker zeroOrMore er" refX="39" refY="18" markerWidth="57" markerHeight="36" orient="auto"><circle fill="white" cx="9" cy="18" r="6"/><path d="M21,18 Q39,0 57,18 Q39,36 21,18"/></marker></defs><g class="root"><g class="clusters"/><g class="edgePaths"><path d="M2282.48,2288.419L2250.173,2316.391C2217.865,2344.363,2153.249,2400.306,2177.804,2461.299C2202.359,2522.292,2316.086,2588.333,2372.949,2621.354L2429.813,2654.375" id="my-svg-id_entity-users-9_entity-products-12_0" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-users-9_entity-products-12_0" data-points="W3sieCI6MjI4Mi40ODA0Njg3NSwieSI6MjI4OC40MTkzMTM1Mzk3NTV9LHsieCI6MjA4OC42MzI4MTI1LCJ5IjoyNDU2LjI1fSx7IngiOjI0MjkuODEyNSwieSI6MjY1NC4zNzQ2MTI4MzcxMjk1fV0=" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-zeroOrOneEnd)"/><path d="M701.044,1663.5L657.2,1700.417C613.355,1737.333,525.666,1811.167,789.238,1892.417C1052.811,1973.668,1667.646,2062.336,1975.063,2106.67L2282.48,2151.004" id="my-svg-id_entity-user_roles-10_entity-users-9_1" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-user_roles-10_entity-users-9_1" data-points="W3sieCI6NzAxLjA0NDE2MzcwMzUwMTEsInkiOjE2NjMuNX0seyJ4Ijo0MzcuOTc2NTYyNSwieSI6MTg4NX0seyJ4IjoyMjgyLjQ4MDQ2ODc1LCJ5IjoyMTUxLjAwMzk1OTYzMjk5NX1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M823.802,1663.5L850.628,1700.417C877.455,1737.333,931.108,1811.167,957.935,1881.438C984.762,1951.708,984.762,2018.417,984.762,2051.771L984.762,2085.125" id="my-svg-id_entity-user_roles-10_entity-Role-0_2" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-user_roles-10_entity-Role-0_2" data-points="W3sieCI6ODIzLjgwMTYxODkxNDExMzgsInkiOjE2NjMuNX0seyJ4Ijo5ODQuNzYxNzE4NzUsInkiOjE4ODV9LHsieCI6OTg0Ljc2MTcxODc1LCJ5IjoyMDg1LjEyNX1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrOneStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M2683.609,1727.625L2683.609,1753.854C2683.609,1780.083,2683.609,1832.542,2662.106,1881.941C2640.603,1931.341,2597.596,1977.681,2576.093,2000.852L2554.59,2024.022" id="my-svg-id_entity-api_tokens-11_entity-users-9_3" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-api_tokens-11_entity-users-9_3" data-points="W3sieCI6MjY4My42MDkzNzUsInkiOjE3MjcuNjI1fSx7IngiOjI2ODMuNjA5Mzc1LCJ5IjoxODg1fSx7IngiOjI1NTQuNTg5ODQzNzUsInkiOjIwMjQuMDIyMjA5NjU1MzE0OH1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M2613.6,2506.75L2614.785,2498.333C2615.97,2489.917,2618.341,2473.083,2608.506,2449.098C2598.671,2425.112,2576.63,2393.975,2565.61,2378.406L2554.59,2362.837" id="my-svg-id_entity-products-12_entity-users-9_4" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-products-12_entity-users-9_4" data-points="W3sieCI6MjYxMy42MDAwNTEyODU1NTgsInkiOjI1MDYuNzV9LHsieCI6MjYyMC43MTA5Mzc1LCJ5IjoyNDU2LjI1fSx7IngiOjI1NTQuNTg5ODQzNzUsInkiOjIzNjIuODM3MDQzNzgxNTE3NH1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M2725.621,2377.205L2717.727,2390.379C2709.833,2403.553,2694.046,2429.902,2683.271,2451.492C2672.496,2473.083,2666.734,2489.917,2663.853,2498.333L2660.972,2506.75" id="my-svg-id_entity-pbis-13_entity-products-12_5" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-pbis-13_entity-products-12_5" data-points="W3sieCI6MjcyNS42MjEwOTM3NSwieSI6MjM3Ny4yMDQ4OTYzNzc3ODc1fSx7IngiOjI2NzguMjU3ODEyNSwieSI6MjQ1Ni4yNX0seyJ4IjoyNjYwLjk3MjMzNjU3MDAyMiwieSI6MjUwNi43NX1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M2912.846,2384.375L2916.402,2396.354C2919.957,2408.333,2927.069,2432.292,2980.176,2480.803C3033.284,2529.314,3132.388,2602.378,3181.94,2638.91L3231.492,2675.442" id="my-svg-id_entity-pbis-13_entity-PbiStatus-2_6" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-pbis-13_entity-PbiStatus-2_6" data-points="W3sieCI6MjkxMi44NDYyMjAyNTQzNzY1LCJ5IjoyMzg0LjM3NX0seyJ4IjoyOTM0LjE3OTY4NzUsInkiOjI0NTYuMjV9LHsieCI6MzIzMS40OTIxODc1LCJ5IjoyNjc1LjQ0MjI3NjY2ODY4M31d" data-look="classic" marker-start="url(#my-svg_er-zeroOrOneStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M3183.074,1692.163L3127.462,1724.303C3071.85,1756.442,2960.626,1820.721,2905.014,1864.84C2849.402,1908.958,2849.402,1932.917,2849.402,1944.896L2849.402,1956.875" id="my-svg-id_entity-stories-14_entity-pbis-13_7" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-stories-14_entity-pbis-13_7" data-points="W3sieCI6MzE4My4wNzQyMTg3NSwieSI6MTY5Mi4xNjMyNzk5MDM4OTAzfSx7IngiOjI4NDkuNDAyMzQzNzUsInkiOjE4ODV9LHsieCI6Mjg0OS40MDIzNDM3NSwieSI6MTk1Ni44NzV9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M3183.074,1771.709L3165.483,1790.591C3147.892,1809.473,3112.71,1847.236,3095.118,1913.722C3077.527,1980.208,3077.527,2075.417,3077.527,2170.625C3077.527,2265.833,3077.527,2361.042,3019.801,2441.818C2962.076,2522.595,2846.624,2588.941,2788.898,2622.113L2731.172,2655.286" id="my-svg-id_entity-stories-14_entity-products-12_8" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-stories-14_entity-products-12_8" data-points="W3sieCI6MzE4My4wNzQyMTg3NSwieSI6MTc3MS43MDkzMjI5NzkzNjA2fSx7IngiOjMwNzcuNTI3MzQzNzUsInkiOjE4ODV9LHsieCI6MzA3Ny41MjczNDM3NSwieSI6MjE3MC42MjV9LHsieCI6MzA3Ny41MjczNDM3NSwieSI6MjQ1Ni4yNX0seyJ4IjoyNzMxLjE3MTg3NSwieSI6MjY1NS4yODU3ODE1MDkxMDQ3fV0=" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M3241.373,1834.5L3237.712,1842.917C3234.052,1851.333,3226.731,1868.167,3234.945,1902.813C3243.158,1937.458,3266.907,1989.917,3278.781,2016.146L3290.655,2042.375" id="my-svg-id_entity-stories-14_entity-sprints-16_9" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-stories-14_entity-sprints-16_9" data-points="W3sieCI6MzI0MS4zNzI2ODM2MDIyOTc1LCJ5IjoxODM0LjV9LHsieCI6MzIxOS40MTAxNTYyNSwieSI6MTg4NX0seyJ4IjozMjkwLjY1NTA1ODQ2NTUzNiwieSI6MjA0Mi4zNzV9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-zeroOrOneEnd)"/><path d="M3389.049,1834.5L3390.675,1842.917C3392.301,1851.333,3395.553,1868.167,3256.476,1917.58C3117.4,1966.994,2835.995,2048.988,2695.292,2089.985L2554.59,2130.982" id="my-svg-id_entity-stories-14_entity-users-9_10" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-stories-14_entity-users-9_10" data-points="W3sieCI6MzM4OS4wNDkzMTk2MTE1OTcsInkiOjE4MzQuNX0seyJ4IjozMzk4LjgwNDY4NzUsInkiOjE4ODV9LHsieCI6MjU1NC41ODk4NDM3NSwieSI6MjEzMC45ODIyMDkwMzQ1MDV9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-zeroOrOneEnd)"/><path d="M3504.184,1793.591L3516.778,1808.826C3529.372,1824.06,3554.561,1854.53,3584.47,1903.119C3614.379,1951.708,3649.007,2018.417,3666.322,2051.771L3683.636,2085.125" id="my-svg-id_entity-stories-14_entity-StoryStatus-1_11" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-stories-14_entity-StoryStatus-1_11" data-points="W3sieCI6MzUwNC4xODM1OTM3NSwieSI6MTc5My41OTA3Mzg1ODA5MDU1fSx7IngiOjM1NzkuNzUsInkiOjE4ODV9LHsieCI6MzY4My42MzYwMDQxNzEyMjU1LCJ5IjoyMDg1LjEyNX1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrOneStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M416,1142.388L379.466,1170.949C342.932,1199.509,269.865,1256.629,731.044,1330.365C1192.223,1404.101,2187.648,1494.451,2685.361,1539.627L3183.074,1584.802" id="my-svg-id_entity-story_logs-15_entity-stories-14_12" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-story_logs-15_entity-stories-14_12" data-points="W3sieCI6NDE2LCJ5IjoxMTQyLjM4ODQzNjI5MDU0Njd9LHsieCI6MTk2Ljc5Njg3NSwieSI6MTMxMy43NX0seyJ4IjozMTgzLjA3NDIxODc1LCJ5IjoxNTg0LjgwMjExMTQwNTQ0MzZ9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M427.244,1220.5L416.344,1236.042C405.444,1251.583,383.644,1282.667,372.744,1331.563C361.844,1380.458,361.844,1447.167,361.844,1480.521L361.844,1513.875" id="my-svg-id_entity-story_logs-15_entity-LogType-6_13" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-story_logs-15_entity-LogType-6_13" data-points="W3sieCI6NDI3LjI0MzcyOTQ4NTc3Njg0LCJ5IjoxMjIwLjV9LHsieCI6MzYxLjg0Mzc1LCJ5IjoxMzEzLjc1fSx7IngiOjM2MS44NDM3NSwieSI6MTUxMy44NzV9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrOneStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M708.328,1109.378L769.602,1143.44C830.875,1177.502,953.422,1245.626,1014.695,1316.605C1075.969,1387.583,1075.969,1461.417,1075.969,1498.333L1075.969,1535.25" id="my-svg-id_entity-story_logs-15_entity-TestStatus-7_14" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-story_logs-15_entity-TestStatus-7_14" data-points="W3sieCI6NzA4LjMyODEyNSwieSI6MTEwOS4zNzc4Nzk0ODM2MzE3fSx7IngiOjEwNzUuOTY4NzUsInkiOjEzMTMuNzV9LHsieCI6MTA3NS45Njg3NSwieSI6MTUzNS4yNX1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrOneStart)" marker-end="url(#my-svg_er-zeroOrOneEnd)"/><path d="M3292.067,2298.875L3280.482,2325.104C3268.896,2351.333,3245.725,2403.792,3152.243,2466.453C3058.76,2529.115,2894.966,2601.98,2813.069,2638.412L2731.172,2674.844" id="my-svg-id_entity-sprints-16_entity-products-12_15" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-sprints-16_entity-products-12_15" data-points="W3sieCI6MzI5Mi4wNjcwMDExNjI0NzI1LCJ5IjoyMjk4Ljg3NX0seyJ4IjozMjIyLjU1NDY4NzUsInkiOjI0NTYuMjV9LHsieCI6MjczMS4xNzE4NzUsInkiOjI2NzQuODQ0MzIwMzY2NDk0N31d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M3490.082,2247.278L3554.315,2282.106C3618.548,2316.935,3747.014,2386.593,3907.785,2461.43C4068.555,2536.267,4261.629,2616.283,4358.166,2656.292L4454.703,2696.3" id="my-svg-id_entity-sprints-16_entity-SprintStatus-8_16" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-sprints-16_entity-SprintStatus-8_16" data-points="W3sieCI6MzQ5MC4wODIwMzEyNSwieSI6MjI0Ny4yNzc2OTE0NjkxNjYzfSx7IngiOjM4NzUuNDgwNDY4NzUsInkiOjI0NTYuMjV9LHsieCI6NDQ1NC43MDMxMjUsInkiOjI2OTYuMzAwMTA3NTQ3OTA4fV0=" data-look="classic" marker-start="url(#my-svg_er-zeroOrOneStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M3420.375,1222.001L3407.584,1237.292C3394.793,1252.584,3369.211,1283.167,3356.42,1306.875C3343.629,1330.583,3343.629,1347.417,3343.629,1355.833L3343.629,1364.25" id="my-svg-id_entity-tasks-17_entity-stories-14_17" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-tasks-17_entity-stories-14_17" data-points="W3sieCI6MzQyMC4zNzUsInkiOjEyMjIuMDAwNTA0Nzk4NjUyOX0seyJ4IjozMzQzLjYyODkwNjI1LCJ5IjoxMzEzLjc1fSx7IngiOjMzNDMuNjI4OTA2MjUsInkiOjEzNjQuMjV9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M3710.795,1263.25L3715.386,1271.667C3719.977,1280.083,3729.158,1296.917,3733.749,1352.938C3738.34,1408.958,3738.34,1504.167,3738.34,1599.375C3738.34,1694.583,3738.34,1789.792,3696.964,1867.728C3655.587,1945.664,3572.835,2006.328,3531.458,2036.66L3490.082,2066.992" id="my-svg-id_entity-tasks-17_entity-sprints-16_18" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-tasks-17_entity-sprints-16_18" data-points="W3sieCI6MzcxMC43OTQ4Mjg3MDYyMzYzLCJ5IjoxMjYzLjI1fSx7IngiOjM3MzguMzM5ODQzNzUsInkiOjEzMTMuNzV9LHsieCI6MzczOC4zMzk4NDM3NSwieSI6MTU5OS4zNzV9LHsieCI6MzczOC4zMzk4NDM3NSwieSI6MTg4NX0seyJ4IjozNDkwLjA4MjAzMTI1LCJ5IjoyMDY2Ljk5MjAxMjA1MDg1fV0=" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-zeroOrOneEnd)"/><path d="M3744.719,1122.702L3799.317,1154.544C3853.915,1186.385,3963.112,1250.067,4017.71,1311.7C4072.309,1373.333,4072.309,1432.917,4072.309,1462.708L4072.309,1492.5" id="my-svg-id_entity-tasks-17_entity-TaskStatus-5_19" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-tasks-17_entity-TaskStatus-5_19" data-points="W3sieCI6Mzc0NC43MTg3NSwieSI6MTEyMi43MDIzMDE2MjE0ODM3fSx7IngiOjQwNzIuMzA4NTkzNzUsInkiOjEzMTMuNzV9LHsieCI6NDA3Mi4zMDg1OTM3NSwieSI6MTQ5Mi41fV0=" data-look="classic" marker-start="url(#my-svg_er-zeroOrOneStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M562.523,438.906L472.303,489.505C382.083,540.104,201.643,641.302,111.423,739.505C21.203,837.708,21.203,932.917,21.203,1028.125C21.203,1123.333,21.203,1218.542,21.203,1313.75C21.203,1408.958,21.203,1504.167,21.203,1599.375C21.203,1694.583,21.203,1789.792,398.083,1882.298C774.962,1974.805,1528.721,2064.61,1905.601,2109.513L2282.48,2154.415" id="my-svg-id_entity-claude_jobs-18_entity-users-9_20" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-claude_jobs-18_entity-users-9_20" data-points="W3sieCI6NTYyLjUyMzQzNzUsInkiOjQzOC45MDYyMDExNjA5NzM0fSx7IngiOjIxLjIwMzEyNSwieSI6NzQyLjV9LHsieCI6MjEuMjAzMTI1LCJ5IjoxMDI4LjEyNX0seyJ4IjoyMS4yMDMxMjUsInkiOjEzMTMuNzV9LHsieCI6MjEuMjAzMTI1LCJ5IjoxNTk5LjM3NX0seyJ4IjoyMS4yMDMxMjUsInkiOjE4ODV9LHsieCI6MjI4Mi40ODA0Njg3NSwieSI6MjE1NC40MTUwNTUxMDY4MzN9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M562.523,444.921L479.694,494.517C396.865,544.114,231.206,643.307,148.376,740.508C65.547,837.708,65.547,932.917,65.547,1028.125C65.547,1123.333,65.547,1218.542,65.547,1313.75C65.547,1408.958,65.547,1504.167,65.547,1599.375C65.547,1694.583,65.547,1789.792,65.547,1885C65.547,1980.208,65.547,2075.417,65.547,2170.625C65.547,2265.833,65.547,2361.042,459.591,2453.398C853.635,2545.754,1641.724,2635.258,2035.768,2680.01L2429.813,2724.762" id="my-svg-id_entity-claude_jobs-18_entity-products-12_21" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-claude_jobs-18_entity-products-12_21" data-points="W3sieCI6NTYyLjUyMzQzNzUsInkiOjQ0NC45MjA1OTM3NzM4MzY4fSx7IngiOjY1LjU0Njg3NSwieSI6NzQyLjV9LHsieCI6NjUuNTQ2ODc1LCJ5IjoxMDI4LjEyNX0seyJ4Ijo2NS41NDY4NzUsInkiOjEzMTMuNzV9LHsieCI6NjUuNTQ2ODc1LCJ5IjoxNTk5LjM3NX0seyJ4Ijo2NS41NDY4NzUsInkiOjE4ODV9LHsieCI6NjUuNTQ2ODc1LCJ5IjoyMTcwLjYyNX0seyJ4Ijo2NS41NDY4NzUsInkiOjI0NTYuMjV9LHsieCI6MjQyOS44MTI1LCJ5IjoyNzI0Ljc2MjE0ODQ2ODY4NTZ9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M562.523,578.188L543.499,605.573C524.474,632.959,486.424,687.729,962.733,760.256C1439.042,832.782,2429.708,923.064,2925.042,968.205L3420.375,1013.346" id="my-svg-id_entity-claude_jobs-18_entity-tasks-17_22" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-claude_jobs-18_entity-tasks-17_22" data-points="W3sieCI6NTYyLjUyMzQzNzUsInkiOjU3OC4xODc5OTc4MjI0NzQ0fSx7IngiOjQ0OC4zNzUsInkiOjc0Mi41fSx7IngiOjM0MjAuMzc1LCJ5IjoxMDEzLjM0NTg2NzM3OTI0MTl9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M879.57,512.153L917.102,550.544C954.634,588.935,1029.698,665.718,1067.23,726.775C1104.762,787.833,1104.762,833.167,1104.762,855.833L1104.762,878.5" id="my-svg-id_entity-claude_jobs-18_entity-ClaudeJobStatus-3_23" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-claude_jobs-18_entity-ClaudeJobStatus-3_23" data-points="W3sieCI6ODc5LjU3MDMxMjUsInkiOjUxMi4xNTI4MzM2MjY4NTkxfSx7IngiOjExMDQuNzYxNzE4NzUsInkiOjc0Mi41fSx7IngiOjExMDQuNzYxNzE4NzUsInkiOjg3OC41fV0=" data-look="classic" marker-start="url(#my-svg_er-zeroOrOneStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M879.57,380.728L1190.626,441.024C1501.682,501.319,2123.794,621.909,2434.85,729.809C2745.906,837.708,2745.906,932.917,2745.906,1028.125C2745.906,1123.333,2745.906,1218.542,2740.185,1292.375C2734.465,1366.208,2723.023,1418.667,2717.302,1444.896L2711.582,1471.125" id="my-svg-id_entity-claude_jobs-18_entity-api_tokens-11_24" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-claude_jobs-18_entity-api_tokens-11_24" data-points="W3sieCI6ODc5LjU3MDMxMjUsInkiOjM4MC43MjgyODE2NzA3OTV9LHsieCI6Mjc0NS45MDYyNSwieSI6NzQyLjV9LHsieCI6Mjc0NS45MDYyNSwieSI6MTAyOC4xMjV9LHsieCI6Mjc0NS45MDYyNSwieSI6MTMxMy43NX0seyJ4IjoyNzExLjU4MTYyNjA5NDA5MiwieSI6MTQ3MS4xMjV9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-zeroOrOneEnd)"/><path d="M879.57,367.604L1442.236,430.086C2004.901,492.569,3130.232,617.535,3692.897,709.809C4255.563,802.083,4255.563,861.667,4255.563,891.458L4255.563,921.25" id="my-svg-id_entity-claude_jobs-18_entity-VerifyResult-4_25" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-claude_jobs-18_entity-VerifyResult-4_25" data-points="W3sieCI6ODc5LjU3MDMxMjUsInkiOjM2Ny42MDM2NzA3MjA0Mzk5NH0seyJ4Ijo0MjU1LjU2MjUsInkiOjc0Mi41fSx7IngiOjQyNTUuNTYyNSwieSI6OTIxLjI1fV0=" data-look="classic" marker-start="url(#my-svg_er-zeroOrOneStart)" marker-end="url(#my-svg_er-zeroOrOneEnd)"/><path d="M1391.592,1135L1367.082,1164.792C1342.572,1194.583,1293.551,1254.167,1269.041,1331.563C1244.531,1408.958,1244.531,1504.167,1244.531,1599.375C1244.531,1694.583,1244.531,1789.792,1417.523,1879.483C1590.514,1969.175,1936.497,2053.349,2109.489,2095.437L2282.48,2137.524" id="my-svg-id_entity-claude_workers-19_entity-users-9_26" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-claude_workers-19_entity-users-9_26" data-points="W3sieCI6MTM5MS41OTE3NDk4NjMyMzg0LCJ5IjoxMTM1fSx7IngiOjEyNDQuNTMxMjUsInkiOjEzMTMuNzV9LHsieCI6MTI0NC41MzEyNSwieSI6MTU5OS4zNzV9LHsieCI6MTI0NC41MzEyNSwieSI6MTg4NX0seyJ4IjoyMjgyLjQ4MDQ2ODc1LCJ5IjoyMTM3LjUyNDA3MDg1NDYxNH1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1607.324,1074.674L1716.725,1114.52C1826.125,1154.366,2044.926,1234.058,2203.749,1307.524C2362.573,1380.99,2461.419,1448.23,2510.842,1481.85L2560.266,1515.47" id="my-svg-id_entity-claude_workers-19_entity-api_tokens-11_27" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-claude_workers-19_entity-api_tokens-11_27" data-points="W3sieCI6MTYwNy4zMjQyMTg3NSwieSI6MTA3NC42NzQyMDUwMDkwNDA5fSx7IngiOjIyNjMuNzI2NTYyNSwieSI6MTMxMy43NX0seyJ4IjoyNTYwLjI2NTYyNSwieSI6MTUxNS40NzA0OTcyNTU1NTg3fV0=" data-look="classic" marker-start="url(#my-svg_er-zeroOrOneStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1437.76,1663.5L1425.149,1700.417C1412.539,1737.333,1387.318,1811.167,1374.708,1895.688C1362.098,1980.208,1362.098,2075.417,1362.098,2170.625C1362.098,2265.833,1362.098,2361.042,1540.05,2450.363C1718.003,2539.684,2073.908,2623.118,2251.86,2664.835L2429.813,2706.552" id="my-svg-id_entity-product_members-20_entity-products-12_28" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-product_members-20_entity-products-12_28" data-points="W3sieCI6MTQzNy43NTk2NTcwNzA1NjksInkiOjE2NjMuNX0seyJ4IjoxMzYyLjA5NzY1NjI1LCJ5IjoxODg1fSx7IngiOjEzNjIuMDk3NjU2MjUsInkiOjIxNzAuNjI1fSx7IngiOjEzNjIuMDk3NjU2MjUsInkiOjI0NTYuMjV9LHsieCI6MjQyOS44MTI1LCJ5IjoyNzA2LjU1MTU2MDMxMDg1OTd9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1497.752,1663.5L1519.68,1700.417C1541.607,1737.333,1585.462,1811.167,1716.25,1887.481C1847.038,1963.795,2064.759,2042.59,2173.62,2081.988L2282.48,2121.386" id="my-svg-id_entity-product_members-20_entity-users-9_29" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-product_members-20_entity-users-9_29" data-points="W3sieCI6MTQ5Ny43NTIzMTI5Nzg2NjUzLCJ5IjoxNjYzLjV9LHsieCI6MTYyOS4zMTY0MDYyNSwieSI6MTg4NX0seyJ4IjoyMjgyLjQ4MDQ2ODc1LCJ5IjoyMTIxLjM4NTY0NzY0NDAzMX1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1743.806,1770.375L1732.459,1789.479C1721.112,1808.583,1698.417,1846.792,1788.196,1904.781C1877.975,1962.77,2080.228,2040.54,2181.354,2079.425L2282.48,2118.309" id="my-svg-id_entity-todos-21_entity-users-9_30" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-todos-21_entity-users-9_30" data-points="W3sieCI6MTc0My44MDYzMzIwNTY4OTI5LCJ5IjoxNzcwLjM3NX0seyJ4IjoxNjc1LjcyMjY1NjI1LCJ5IjoxODg1fSx7IngiOjIyODIuNDgwNDY4NzUsInkiOjIxMTguMzA5NDgyODAzOTU1fV0=" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1898.939,1770.375L1904.923,1789.479C1910.907,1808.583,1922.875,1846.792,1928.86,1913.5C1934.844,1980.208,1934.844,2075.417,1934.844,2170.625C1934.844,2265.833,1934.844,2361.042,2017.339,2445.14C2099.833,2529.239,2264.823,2602.228,2347.318,2638.722L2429.813,2675.217" id="my-svg-id_entity-todos-21_entity-products-12_31" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-todos-21_entity-products-12_31" data-points="W3sieCI6MTg5OC45Mzg3ODU1NTc5ODY5LCJ5IjoxNzcwLjM3NX0seyJ4IjoxOTM0Ljg0Mzc1LCJ5IjoxODg1fSx7IngiOjE5MzQuODQzNzUsInkiOjIxNzAuNjI1fSx7IngiOjE5MzQuODQzNzUsInkiOjI0NTYuMjV9LHsieCI6MjQyOS44MTI1LCJ5IjoyNjc1LjIxNjYwOTM5MjIwNX1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-zeroOrOneEnd)"/><path d="M2264.711,1834.5L2264.711,1842.917C2264.711,1851.333,2264.711,1868.167,2269.244,1885C2273.777,1901.833,2282.842,1918.667,2287.375,1927.083L2291.908,1935.5" id="my-svg-id_entity-login_pairings-22_entity-users-9_32" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-login_pairings-22_entity-users-9_32" data-points="W3sieCI6MjI2NC43MTA5Mzc1LCJ5IjoxODM0LjV9LHsieCI6MjI2NC43MTA5Mzc1LCJ5IjoxODg1fSx7IngiOjIyOTEuOTA3ODY3MjA0NTk1MywieSI6MTkzNS41fV0=" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-zeroOrOneEnd)"/><path d="M4524.802,542.375L4513.425,575.729C4502.048,609.083,4479.293,675.792,4467.916,756.75C4456.539,837.708,4456.539,932.917,4456.539,1028.125C4456.539,1123.333,4456.539,1218.542,4297.813,1306.882C4139.087,1395.223,3821.635,1476.696,3662.91,1517.433L3504.184,1558.169" id="my-svg-id_entity-claude_questions-23_entity-stories-14_33" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-claude_questions-23_entity-stories-14_33" data-points="W3sieCI6NDUyNC44MDIyNDE3Mzk2NSwieSI6NTQyLjM3NX0seyJ4Ijo0NDU2LjUzOTA2MjUsInkiOjc0Mi41fSx7IngiOjQ0NTYuNTM5MDYyNSwieSI6MTAyOC4xMjV9LHsieCI6NDQ1Ni41MzkwNjI1LCJ5IjoxMzEzLjc1fSx7IngiOjM1MDQuMTgzNTkzNzUsInkiOjE1NTguMTY5MTI4NzQ0NjY5M31d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M4540.888,542.375L4532.3,575.729C4523.712,609.083,4506.536,675.792,4373.841,748.237C4241.146,820.682,3992.932,898.863,3868.826,937.954L3744.719,977.045" id="my-svg-id_entity-claude_questions-23_entity-tasks-17_34" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-claude_questions-23_entity-tasks-17_34" data-points="W3sieCI6NDU0MC44ODgzNzU3OTYxNzg1LCJ5Ijo1NDIuMzc1fSx7IngiOjQ0ODkuMzU5Mzc1LCJ5Ijo3NDIuNX0seyJ4IjozNzQ0LjcxODc1LCJ5Ijo5NzcuMDQ0NjAzNzgwNDEyMn1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-zeroOrOneEnd)"/><path d="M4556.975,542.375L4551.175,575.729C4545.376,609.083,4533.778,675.792,4527.979,756.75C4522.18,837.708,4522.18,932.917,4522.18,1028.125C4522.18,1123.333,4522.18,1218.542,4522.18,1313.75C4522.18,1408.958,4522.18,1504.167,4522.18,1599.375C4522.18,1694.583,4522.18,1789.792,4522.18,1885C4522.18,1980.208,4522.18,2075.417,4522.18,2170.625C4522.18,2265.833,4522.18,2361.042,4223.678,2452.556C3925.177,2544.07,3328.174,2631.89,3029.673,2675.8L2731.172,2719.71" id="my-svg-id_entity-claude_questions-23_entity-products-12_35" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-claude_questions-23_entity-products-12_35" data-points="W3sieCI6NDU1Ni45NzQ1MDk4NTI3MDcsInkiOjU0Mi4zNzV9LHsieCI6NDUyMi4xNzk2ODc1LCJ5Ijo3NDIuNX0seyJ4Ijo0NTIyLjE3OTY4NzUsInkiOjEwMjguMTI1fSx7IngiOjQ1MjIuMTc5Njg3NSwieSI6MTMxMy43NX0seyJ4Ijo0NTIyLjE3OTY4NzUsInkiOjE1OTkuMzc1fSx7IngiOjQ1MjIuMTc5Njg3NSwieSI6MTg4NX0seyJ4Ijo0NTIyLjE3OTY4NzUsInkiOjIxNzAuNjI1fSx7IngiOjQ1MjIuMTc5Njg3NSwieSI6MjQ1Ni4yNX0seyJ4IjoyNzMxLjE3MTg3NSwieSI6MjcxOS43MDk4MDMxMDY5OTQ1fV0=" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M4578.709,542.375L4576.678,575.729C4574.647,609.083,4570.585,675.792,4568.554,756.75C4566.523,837.708,4566.523,932.917,4566.523,1028.125C4566.523,1123.333,4566.523,1218.542,4566.523,1313.75C4566.523,1408.958,4566.523,1504.167,4566.523,1599.375C4566.523,1694.583,4566.523,1789.792,4231.201,1881.985C3895.879,1974.178,3225.234,2063.356,2889.912,2107.944L2554.59,2152.533" id="my-svg-id_entity-claude_questions-23_entity-users-9_36" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-claude_questions-23_entity-users-9_36" data-points="W3sieCI6NDU3OC43MDg1OTYyMzgwNTcsInkiOjU0Mi4zNzV9LHsieCI6NDU2Ni41MjM0Mzc1LCJ5Ijo3NDIuNX0seyJ4Ijo0NTY2LjUyMzQzNzUsInkiOjEwMjguMTI1fSx7IngiOjQ1NjYuNTIzNDM3NSwieSI6MTMxMy43NX0seyJ4Ijo0NTY2LjUyMzQzNzUsInkiOjE1OTkuMzc1fSx7IngiOjQ1NjYuNTIzNDM3NSwieSI6MTg4NX0seyJ4IjoyNTU0LjU4OTg0Mzc1LCJ5IjoyMTUyLjUzMzM2NDkzMDg0OX1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M4623.098,542.375L4628.763,575.729C4634.428,609.083,4645.759,675.792,4651.424,756.75C4657.09,837.708,4657.09,932.917,4657.09,1028.125C4657.09,1123.333,4657.09,1218.542,4657.09,1313.75C4657.09,1408.958,4657.09,1504.167,4657.09,1599.375C4657.09,1694.583,4657.09,1789.792,4306.673,1882.107C3956.257,1974.422,3255.423,2063.844,2905.007,2108.554L2554.59,2153.265" id="my-svg-id_entity-claude_questions-23_entity-users-9_37" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-claude_questions-23_entity-users-9_37" data-points="W3sieCI6NDYyMy4wOTc2NzI0MjIzNzMsInkiOjU0Mi4zNzV9LHsieCI6NDY1Ny4wODk4NDM3NSwieSI6NzQyLjV9LHsieCI6NDY1Ny4wODk4NDM3NSwieSI6MTAyOC4xMjV9LHsieCI6NDY1Ny4wODk4NDM3NSwieSI6MTMxMy43NX0seyJ4Ijo0NjU3LjA4OTg0Mzc1LCJ5IjoxNTk5LjM3NX0seyJ4Ijo0NjU3LjA4OTg0Mzc1LCJ5IjoxODg1fSx7IngiOjI1NTQuNTg5ODQzNzUsInkiOjIxNTMuMjY1MzA3OTAzMDQ4M31d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-zeroOrOneEnd)"/></g><g class="edgeLabels"><g class="edgeLabel" transform="translate(2148.35697, 2490.93209)"><g class="label" data-id="id_entity-users-9_entity-products-12_0" transform="translate(-47.1796875, -10.5)"><foreignObject width="94.359375" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>active_product</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(1190.03947, 1993.45828)"><g class="label" data-id="id_entity-user_roles-10_entity-users-9_1" transform="translate(-13.203125, -10.5)"><foreignObject width="26.40625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>user</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(984.76171875, 1885)"><g class="label" data-id="id_entity-user_roles-10_entity-Role-0_2" transform="translate(-32.2109375, -10.5)"><foreignObject width="64.421875" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>enum:role</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(2683.609375, 1885)"><g class="label" data-id="id_entity-api_tokens-11_entity-users-9_3" transform="translate(-13.203125, -10.5)"><foreignObject width="26.40625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>user</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(2602.38242, 2430.35628)"><g class="label" data-id="id_entity-products-12_entity-users-9_4" transform="translate(-13.203125, -10.5)"><foreignObject width="26.40625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>user</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(2688.22208, 2439.62053)"><g class="label" data-id="id_entity-pbis-13_entity-products-12_5" transform="translate(-24.34375, -10.5)"><foreignObject width="48.6875" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>product</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(3052.66254, 2543.60094)"><g class="label" data-id="id_entity-pbis-13_entity-PbiStatus-2_6" transform="translate(-38.5703125, -10.5)"><foreignObject width="77.140625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>enum:status</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(2849.40234375, 1885)"><g class="label" data-id="id_entity-stories-14_entity-pbis-13_7" transform="translate(-9.796875, -10.5)"><foreignObject width="19.59375" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>pbi</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(3077.52734375, 2170.625)"><g class="label" data-id="id_entity-stories-14_entity-products-12_8" transform="translate(-24.34375, -10.5)"><foreignObject width="48.6875" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>product</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(3243.67695, 1938.60365)"><g class="label" data-id="id_entity-stories-14_entity-sprints-16_9" transform="translate(-18.0546875, -10.5)"><foreignObject width="36.109375" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>sprint</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(3001.38734, 2000.79706)"><g class="label" data-id="id_entity-stories-14_entity-users-9_10" transform="translate(-26.3203125, -10.5)"><foreignObject width="52.640625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>assignee</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(3604.37187, 1932.43134)"><g class="label" data-id="id_entity-stories-14_entity-StoryStatus-1_11" transform="translate(-38.5703125, -10.5)"><foreignObject width="77.140625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>enum:status</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(1551.38751, 1436.70062)"><g class="label" data-id="id_entity-story_logs-15_entity-stories-14_12" transform="translate(-15.5390625, -10.5)"><foreignObject width="31.078125" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>story</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(361.84375, 1313.75)"><g class="label" data-id="id_entity-story_logs-15_entity-LogType-6_13" transform="translate(-33.796875, -10.5)"><foreignObject width="67.59375" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>enum:type</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(1075.96875, 1313.75)"><g class="label" data-id="id_entity-story_logs-15_entity-TestStatus-7_14" transform="translate(-38.5703125, -10.5)"><foreignObject width="77.140625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>enum:status</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(3055.45881, 2530.58351)"><g class="label" data-id="id_entity-sprints-16_entity-products-12_15" transform="translate(-24.34375, -10.5)"><foreignObject width="48.6875" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>product</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(3962.58966, 2492.35109)"><g class="label" data-id="id_entity-sprints-16_entity-SprintStatus-8_16" transform="translate(-38.5703125, -10.5)"><foreignObject width="77.140625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>enum:status</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(3343.62890625, 1313.75)"><g class="label" data-id="id_entity-tasks-17_entity-stories-14_17" transform="translate(-15.5390625, -10.5)"><foreignObject width="31.078125" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>story</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(3738.33984375, 1599.375)"><g class="label" data-id="id_entity-tasks-17_entity-sprints-16_18" transform="translate(-18.0546875, -10.5)"><foreignObject width="36.109375" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>sprint</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(4072.30859375, 1313.75)"><g class="label" data-id="id_entity-tasks-17_entity-TaskStatus-5_19" transform="translate(-38.5703125, -10.5)"><foreignObject width="77.140625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>enum:status</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(21.203125, 1313.75)"><g class="label" data-id="id_entity-claude_jobs-18_entity-users-9_20" transform="translate(-13.203125, -10.5)"><foreignObject width="26.40625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>user</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(65.546875, 1599.375)"><g class="label" data-id="id_entity-claude_jobs-18_entity-products-12_21" transform="translate(-24.34375, -10.5)"><foreignObject width="48.6875" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>product</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(1834.75247, 868.84408)"><g class="label" data-id="id_entity-claude_jobs-18_entity-tasks-17_22" transform="translate(-12.8203125, -10.5)"><foreignObject width="25.640625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>task</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(1104.76171875, 742.5)"><g class="label" data-id="id_entity-claude_jobs-18_entity-ClaudeJobStatus-3_23" transform="translate(-38.5703125, -10.5)"><foreignObject width="77.140625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>enum:status</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(2745.90625, 1028.125)"><g class="label" data-id="id_entity-claude_jobs-18_entity-api_tokens-11_24" transform="translate(-57.1328125, -10.5)"><foreignObject width="114.265625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>claimed_by_token</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(4255.5625, 742.5)"><g class="label" data-id="id_entity-claude_jobs-18_entity-VerifyResult-4_25" transform="translate(-59.5625, -10.5)"><foreignObject width="119.125" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>enum:verify_result</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(1244.53125, 1599.375)"><g class="label" data-id="id_entity-claude_workers-19_entity-users-9_26" transform="translate(-13.203125, -10.5)"><foreignObject width="26.40625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>user</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(2104.02004, 1255.58146)"><g class="label" data-id="id_entity-claude_workers-19_entity-api_tokens-11_27" transform="translate(-17.7109375, -10.5)"><foreignObject width="35.421875" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>token</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(1362.09765625, 2170.625)"><g class="label" data-id="id_entity-product_members-20_entity-products-12_28" transform="translate(-24.34375, -10.5)"><foreignObject width="48.6875" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>product</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(1834.77357, 1959.3567)"><g class="label" data-id="id_entity-product_members-20_entity-users-9_29" transform="translate(-13.203125, -10.5)"><foreignObject width="26.40625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>user</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(1916.88262, 1977.73042)"><g class="label" data-id="id_entity-todos-21_entity-users-9_30" transform="translate(-13.203125, -10.5)"><foreignObject width="26.40625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>user</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(1934.84375, 2170.625)"><g class="label" data-id="id_entity-todos-21_entity-products-12_31" transform="translate(-24.34375, -10.5)"><foreignObject width="48.6875" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>product</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(2264.7109375, 1885)"><g class="label" data-id="id_entity-login_pairings-22_entity-users-9_32" transform="translate(-13.203125, -10.5)"><foreignObject width="26.40625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>user</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(4456.5390625, 1028.125)"><g class="label" data-id="id_entity-claude_questions-23_entity-stories-14_33" transform="translate(-15.5390625, -10.5)"><foreignObject width="31.078125" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>story</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(4215.59215, 828.73036)"><g class="label" data-id="id_entity-claude_questions-23_entity-tasks-17_34" transform="translate(-12.8203125, -10.5)"><foreignObject width="25.640625" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>task</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(4522.1796875, 1599.375)"><g class="label" data-id="id_entity-claude_questions-23_entity-products-12_35" transform="translate(-24.34375, -10.5)"><foreignObject width="48.6875" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>product</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(4566.5234375, 1313.75)"><g class="label" data-id="id_entity-claude_questions-23_entity-users-9_36" transform="translate(-16.5859375, -10.5)"><foreignObject width="33.171875" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>asker</p></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(4657.08984375, 1313.75)"><g class="label" data-id="id_entity-claude_questions-23_entity-users-9_37" transform="translate(-28.625, -10.5)"><foreignObject width="57.25" height="21"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>answerer</p></span></div></foreignObject></g></g></g><g class="nodes"><g class="node default" id="my-svg-entity-Role-0" data-look="classic" transform="translate(984.76171875, 2170.625)"><g class="outer-path" style=""><path d="M-153.96875 -85.5 L153.96875 -85.5 L153.96875 85.5 L-153.96875 85.5" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-153.96875 -85.5 C-48.97983490688945 -85.5, 56.0090801862211 -85.5, 153.96875 -85.5 M-153.96875 -85.5 C-60.545821521305584 -85.5, 32.87710695738883 -85.5, 153.96875 -85.5 M153.96875 -85.5 C153.96875 -32.783371730351185, 153.96875 19.93325653929763, 153.96875 85.5 M153.96875 -85.5 C153.96875 -38.626697038275935, 153.96875 8.24660592344813, 153.96875 85.5 M153.96875 85.5 C35.88799827930856 85.5, -82.19275344138288 85.5, -153.96875 85.5 M153.96875 85.5 C53.663707639201334 85.5, -46.64133472159733 85.5, -153.96875 85.5 M-153.96875 85.5 C-153.96875 45.09727307418797, -153.96875 4.6945461483759345, -153.96875 -85.5 M-153.96875 85.5 C-153.96875 40.49141270053281, -153.96875 -4.517174598934375, -153.96875 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-153.96875 -42.75 L153.96875 -42.75 L153.96875 0 L-153.96875 0" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-153.96875 -42.75 C-83.99097514895476 -42.75, -14.01320029790952 -42.75, 153.96875 -42.75 M-153.96875 -42.75 C-78.75051886189294 -42.75, -3.5322877237858847 -42.75, 153.96875 -42.75 M153.96875 -42.75 C153.96875 -28.066122863652183, 153.96875 -13.382245727304365, 153.96875 0 M153.96875 -42.75 C153.96875 -33.377495185523166, 153.96875 -24.00499037104633, 153.96875 0 M153.96875 0 C43.04446990602797 0, -67.87981018794406 0, -153.96875 0 M153.96875 0 C82.74880650306555 0, 11.528863006131104 0, -153.96875 0 M-153.96875 0 C-153.96875 -10.366562927471076, -153.96875 -20.733125854942152, -153.96875 -42.75 M-153.96875 0 C-153.96875 -12.039614233018014, -153.96875 -24.079228466036028, -153.96875 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-153.96875 0 L153.96875 0 L153.96875 42.75 L-153.96875 42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-153.96875 0 C-90.67828792506145 0, -27.38782585012291 0, 153.96875 0 M-153.96875 0 C-71.09697186005964 0, 11.774806279880721 0, 153.96875 0 M153.96875 0 C153.96875 11.517091057441215, 153.96875 23.03418211488243, 153.96875 42.75 M153.96875 0 C153.96875 15.961036966357694, 153.96875 31.92207393271539, 153.96875 42.75 M153.96875 42.75 C36.912220308950324 42.75, -80.14430938209935 42.75, -153.96875 42.75 M153.96875 42.75 C88.29356095137095 42.75, 22.6183719027419 42.75, -153.96875 42.75 M-153.96875 42.75 C-153.96875 28.35114081368909, -153.96875 13.952281627378177, -153.96875 0 M-153.96875 42.75 C-153.96875 26.122901257589103, -153.96875 9.495802515178205, -153.96875 0" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-153.96875 42.75 L153.96875 42.75 L153.96875 85.5 L-153.96875 85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-153.96875 42.75 C-35.56520010316001 42.75, 82.83834979367998 42.75, 153.96875 42.75 M-153.96875 42.75 C-56.67856966543741 42.75, 40.611610669125184 42.75, 153.96875 42.75 M153.96875 42.75 C153.96875 52.91475698579877, 153.96875 63.079513971597535, 153.96875 85.5 M153.96875 42.75 C153.96875 51.69826937537855, 153.96875 60.6465387507571, 153.96875 85.5 M153.96875 85.5 C48.93758422464887 85.5, -56.093581550702254 85.5, -153.96875 85.5 M153.96875 85.5 C76.82438231265363 85.5, -0.3199853746927488 85.5, -153.96875 85.5 M-153.96875 85.5 C-153.96875 72.0543218733188, -153.96875 58.6086437466376, -153.96875 42.75 M-153.96875 85.5 C-153.96875 71.11531484067385, -153.96875 56.73062968134769, -153.96875 42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-15.3515625, -76.125)" style=""><foreignObject width="30.703125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 131px; text-align: start;"><span class="nodeLabel"><p>Role</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-141.46875, -33.375)" style=""><foreignObject width="128.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 244px; text-align: start;"><span class="nodeLabel"><p>PRODUCT_OWNER</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, -33.375)" style=""><foreignObject width="128.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 244px; text-align: start;"><span class="nodeLabel"><p>PRODUCT_OWNER</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(166.46875, -33.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(166.46875, -33.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-141.46875, 9.375)" style=""><foreignObject width="112.359375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 230px; text-align: start;"><span class="nodeLabel"><p>SCRUM_MASTER</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 9.375)" style=""><foreignObject width="112.359375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 230px; text-align: start;"><span class="nodeLabel"><p>SCRUM_MASTER</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(166.46875, 9.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(166.46875, 9.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-141.46875, 52.125)" style=""><foreignObject width="82.046875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 196px; text-align: start;"><span class="nodeLabel"><p>DEVELOPER</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 52.125)" style=""><foreignObject width="82.046875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 196px; text-align: start;"><span class="nodeLabel"><p>DEVELOPER</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(166.46875, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(166.46875, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-153.96875 -42.75005 L-153.96875 -42.74995 L153.96875 -42.74995 L153.96875 -42.75005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-153.96875 -42.75005 C-153.96875 -42.750023915718224, -153.96875 -42.74999783143644, -153.96875 -42.74995 M-153.96875 -42.75005 C-153.96875 -42.7500247108326, -153.96875 -42.7499994216652, -153.96875 -42.74995 M-153.96875 -42.74995 C-52.39829694388652 -42.74995, 49.17215611222696 -42.74995, 153.96875 -42.74995 M-153.96875 -42.74995 C-31.74066956240563 -42.74995, 90.48741087518874 -42.74995, 153.96875 -42.74995 M153.96875 -42.74995 C153.96875 -42.749981889632394, 153.96875 -42.75001377926479, 153.96875 -42.75005 M153.96875 -42.74995 C153.96875 -42.74998527691202, 153.96875 -42.750020553824044, 153.96875 -42.75005 M153.96875 -42.75005 C34.166997663947654 -42.75005, -85.63475467210469 -42.75005, -153.96875 -42.75005 M153.96875 -42.75005 C87.68809350686442 -42.75005, 21.40743701372884 -42.75005, -153.96875 -42.75005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-0.00005 -42.75 L0.00005 -42.75 L0.00005 85.5 L-0.00005 85.5" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-0.00005 -42.75 C-0.000028566499337411623 -42.75, -0.000007132998674823243 -42.75, 0.00005 -42.75 M-0.00005 -42.75 C-0.00002187290967398017 -42.75, 0.000006254180652039665 -42.75, 0.00005 -42.75 M0.00005 -42.75 C0.00005 -3.741742641897929, 0.00005 35.26651471620414, 0.00005 85.5 M0.00005 -42.75 C0.00005 -12.27254286903824, 0.00005 18.20491426192352, 0.00005 85.5 M0.00005 85.5 C0.000012556561538514818 85.5, -0.000024886876922970367 85.5, -0.00005 85.5 M0.00005 85.5 C0.000015373041934281795 85.5, -0.000019253916131436412 85.5, -0.00005 85.5 M-0.00005 85.5 C-0.00005 41.98057817255216, -0.00005 -1.538843654895686, -0.00005 -42.75 M-0.00005 85.5 C-0.00005 36.195912234898515, -0.00005 -13.10817553020297, -0.00005 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-153.96875 -42.75005 L-153.96875 -42.74995 L153.96875 -42.74995 L153.96875 -42.75005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-153.96875 -42.75005 C-153.96875 -42.750010033033874, -153.96875 -42.74997006606775, -153.96875 -42.74995 M-153.96875 -42.75005 C-153.96875 -42.75001411559067, -153.96875 -42.74997823118135, -153.96875 -42.74995 M-153.96875 -42.74995 C-67.25266181402452 -42.74995, 19.46342637195096 -42.74995, 153.96875 -42.74995 M-153.96875 -42.74995 C-92.28423554612421 -42.74995, -30.599721092248416 -42.74995, 153.96875 -42.74995 M153.96875 -42.74995 C153.96875 -42.74997662776597, 153.96875 -42.75000325553194, 153.96875 -42.75005 M153.96875 -42.74995 C153.96875 -42.74997176303641, 153.96875 -42.74999352607282, 153.96875 -42.75005 M153.96875 -42.75005 C48.175962294333516 -42.75005, -57.61682541133297 -42.75005, -153.96875 -42.75005 M153.96875 -42.75005 C50.32350117035702 -42.75005, -53.32174765928596 -42.75005, -153.96875 -42.75005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-StoryStatus-1" data-look="classic" transform="translate(3728.01953125, 2170.625)"><g class="outer-path" style=""><path d="M-97.9375 -85.5 L97.9375 -85.5 L97.9375 85.5 L-97.9375 85.5" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-97.9375 -85.5 C-42.44356845023251 -85.5, 13.050363099534977 -85.5, 97.9375 -85.5 M-97.9375 -85.5 C-36.64153892511474 -85.5, 24.654422149770525 -85.5, 97.9375 -85.5 M97.9375 -85.5 C97.9375 -26.38401292624937, 97.9375 32.73197414750126, 97.9375 85.5 M97.9375 -85.5 C97.9375 -38.71116758648156, 97.9375 8.077664827036884, 97.9375 85.5 M97.9375 85.5 C19.937815013645263 85.5, -58.061869972709474 85.5, -97.9375 85.5 M97.9375 85.5 C20.925757753497336 85.5, -56.08598449300533 85.5, -97.9375 85.5 M-97.9375 85.5 C-97.9375 22.062630767186427, -97.9375 -41.374738465627146, -97.9375 -85.5 M-97.9375 85.5 C-97.9375 29.3874640020339, -97.9375 -26.725071995932197, -97.9375 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-97.9375 -42.75 L97.9375 -42.75 L97.9375 0 L-97.9375 0" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-97.9375 -42.75 C-29.72285913308623 -42.75, 38.49178173382754 -42.75, 97.9375 -42.75 M-97.9375 -42.75 C-26.37746314427652 -42.75, 45.18257371144696 -42.75, 97.9375 -42.75 M97.9375 -42.75 C97.9375 -27.9926431785973, 97.9375 -13.235286357194603, 97.9375 0 M97.9375 -42.75 C97.9375 -31.00497083644405, 97.9375 -19.259941672888097, 97.9375 0 M97.9375 0 C40.57616884141591 0, -16.785162317168187 0, -97.9375 0 M97.9375 0 C39.247035993264994 0, -19.44342801347001 0, -97.9375 0 M-97.9375 0 C-97.9375 -10.720983697355093, -97.9375 -21.441967394710186, -97.9375 -42.75 M-97.9375 0 C-97.9375 -9.669449870076622, -97.9375 -19.338899740153245, -97.9375 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-97.9375 0 L97.9375 0 L97.9375 42.75 L-97.9375 42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-97.9375 0 C-21.606130653954708 0, 54.725238692090585 0, 97.9375 0 M-97.9375 0 C-46.58127096566684 0, 4.774958068666322 0, 97.9375 0 M97.9375 0 C97.9375 16.053966324536326, 97.9375 32.10793264907265, 97.9375 42.75 M97.9375 0 C97.9375 16.33431832914575, 97.9375 32.6686366582915, 97.9375 42.75 M97.9375 42.75 C46.95444903473087 42.75, -4.028601930538258 42.75, -97.9375 42.75 M97.9375 42.75 C22.876995300045166 42.75, -52.18350939990967 42.75, -97.9375 42.75 M-97.9375 42.75 C-97.9375 34.08556253840159, -97.9375 25.421125076803182, -97.9375 0 M-97.9375 42.75 C-97.9375 26.670983814432347, -97.9375 10.591967628864694, -97.9375 0" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-97.9375 42.75 L97.9375 42.75 L97.9375 85.5 L-97.9375 85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-97.9375 42.75 C-38.691710365319466 42.75, 20.55407926936107 42.75, 97.9375 42.75 M-97.9375 42.75 C-30.00239712850393 42.75, 37.93270574299214 42.75, 97.9375 42.75 M97.9375 42.75 C97.9375 53.60830616388046, 97.9375 64.46661232776091, 97.9375 85.5 M97.9375 42.75 C97.9375 51.710699899830985, 97.9375 60.67139979966196, 97.9375 85.5 M97.9375 85.5 C29.500531929105833 85.5, -38.936436141788334 85.5, -97.9375 85.5 M97.9375 85.5 C23.963407775951126 85.5, -50.01068444809775 85.5, -97.9375 85.5 M-97.9375 85.5 C-97.9375 70.67756027492501, -97.9375 55.855120549850014, -97.9375 42.75 M-97.9375 85.5 C-97.9375 72.54367439657484, -97.9375 59.58734879314969, -97.9375 42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-40.375, -76.125)" style=""><foreignObject width="80.75" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 174px; text-align: start;"><span class="nodeLabel"><p>StoryStatus</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-85.4375, -33.375)" style=""><foreignObject width="38.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 142px; text-align: start;"><span class="nodeLabel"><p>OPEN</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, -33.375)" style=""><foreignObject width="38.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 142px; text-align: start;"><span class="nodeLabel"><p>OPEN</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(110.4375, -33.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(110.4375, -33.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-85.4375, 9.375)" style=""><foreignObject width="72.9375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 180px; text-align: start;"><span class="nodeLabel"><p>IN_SPRINT</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 9.375)" style=""><foreignObject width="72.9375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 180px; text-align: start;"><span class="nodeLabel"><p>IN_SPRINT</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(110.4375, 9.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(110.4375, 9.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-85.4375, 52.125)" style=""><foreignObject width="39.375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 146px; text-align: start;"><span class="nodeLabel"><p>DONE</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 52.125)" style=""><foreignObject width="39.375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 146px; text-align: start;"><span class="nodeLabel"><p>DONE</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(110.4375, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(110.4375, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-97.9375 -42.75005 L-97.9375 -42.74995 L97.9375 -42.74995 L97.9375 -42.75005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-97.9375 -42.75005 C-97.9375 -42.75001326344108, -97.9375 -42.74997652688217, -97.9375 -42.74995 M-97.9375 -42.75005 C-97.9375 -42.750016239502514, -97.9375 -42.74998247900503, -97.9375 -42.74995 M-97.9375 -42.74995 C-51.388263451135025 -42.74995, -4.839026902270049 -42.74995, 97.9375 -42.74995 M-97.9375 -42.74995 C-47.24339671437679 -42.74995, 3.450706571246414 -42.74995, 97.9375 -42.74995 M97.9375 -42.74995 C97.9375 -42.74998647579116, 97.9375 -42.750022951582324, 97.9375 -42.75005 M97.9375 -42.74995 C97.9375 -42.749977166289796, 97.9375 -42.7500043325796, 97.9375 -42.75005 M97.9375 -42.75005 C37.77473047391483 -42.75005, -22.388039052170342 -42.75005, -97.9375 -42.75005 M97.9375 -42.75005 C29.03689613808305 -42.75005, -39.8637077238339 -42.75005, -97.9375 -42.75005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-0.00005 -42.75 L0.00005 -42.75 L0.00005 85.5 L-0.00005 85.5" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-0.00005 -42.75 C-0.00001953816328344683 -42.75, 0.000010923673433106341 -42.75, 0.00005 -42.75 M-0.00005 -42.75 C-0.000013977100833454567 -42.75, 0.000022045798333090868 -42.75, 0.00005 -42.75 M0.00005 -42.75 C0.00005 4.00786832167087, 0.00005 50.76573664334174, 0.00005 85.5 M0.00005 -42.75 C0.00005 -2.3601899975555938, 0.00005 38.02962000488881, 0.00005 85.5 M0.00005 85.5 C0.000021966251920637538 85.5, -0.000006067496158724926 85.5, -0.00005 85.5 M0.00005 85.5 C0.000026891079156115057 85.5, 0.0000037821583122301113 85.5, -0.00005 85.5 M-0.00005 85.5 C-0.00005 39.18184281643342, -0.00005 -7.136314367133167, -0.00005 -42.75 M-0.00005 85.5 C-0.00005 46.14565707011757, -0.00005 6.791314140235144, -0.00005 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-97.9375 -42.75005 L-97.9375 -42.74995 L97.9375 -42.74995 L97.9375 -42.75005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-97.9375 -42.75005 C-97.9375 -42.75002592421281, -97.9375 -42.75000184842561, -97.9375 -42.74995 M-97.9375 -42.75005 C-97.9375 -42.75001607193388, -97.9375 -42.74998214386775, -97.9375 -42.74995 M-97.9375 -42.74995 C-50.005689572253395 -42.74995, -2.0738791445067903 -42.74995, 97.9375 -42.74995 M-97.9375 -42.74995 C-56.8454892386823 -42.74995, -15.753478477364595 -42.74995, 97.9375 -42.74995 M97.9375 -42.74995 C97.9375 -42.74998073257243, 97.9375 -42.750011465144865, 97.9375 -42.75005 M97.9375 -42.74995 C97.9375 -42.7499883596072, 97.9375 -42.75002671921441, 97.9375 -42.75005 M97.9375 -42.75005 C29.60630226531258 -42.75005, -38.72489546937484 -42.75005, -97.9375 -42.75005 M97.9375 -42.75005 C53.68001992062971 -42.75005, 9.422539841259422 -42.75005, -97.9375 -42.75005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-PbiStatus-2" data-look="classic" transform="translate(3321.6015625, 2741.875)"><g class="outer-path" style=""><path d="M-90.109375 -85.5 L90.109375 -85.5 L90.109375 85.5 L-90.109375 85.5" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-90.109375 -85.5 C-21.923386283868922 -85.5, 46.262602432262156 -85.5, 90.109375 -85.5 M-90.109375 -85.5 C-46.71728397437607 -85.5, -3.3251929487521465 -85.5, 90.109375 -85.5 M90.109375 -85.5 C90.109375 -21.75181047176791, 90.109375 41.99637905646418, 90.109375 85.5 M90.109375 -85.5 C90.109375 -23.794802996363735, 90.109375 37.91039400727253, 90.109375 85.5 M90.109375 85.5 C26.866011992659885 85.5, -36.37735101468023 85.5, -90.109375 85.5 M90.109375 85.5 C44.03542967350303 85.5, -2.0385156529939366 85.5, -90.109375 85.5 M-90.109375 85.5 C-90.109375 17.918480859919995, -90.109375 -49.66303828016001, -90.109375 -85.5 M-90.109375 85.5 C-90.109375 39.89364479018781, -90.109375 -5.712710419624386, -90.109375 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-90.109375 -42.75 L90.109375 -42.75 L90.109375 0 L-90.109375 0" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-90.109375 -42.75 C-49.2949479541444 -42.75, -8.480520908288796 -42.75, 90.109375 -42.75 M-90.109375 -42.75 C-32.73963157844135 -42.75, 24.630111843117305 -42.75, 90.109375 -42.75 M90.109375 -42.75 C90.109375 -26.65672676298277, 90.109375 -10.563453525965542, 90.109375 0 M90.109375 -42.75 C90.109375 -27.088072143276605, 90.109375 -11.426144286553214, 90.109375 0 M90.109375 0 C34.56999123347771 0, -20.969392533044584 0, -90.109375 0 M90.109375 0 C34.82418573032972 0, -20.461003539340567 0, -90.109375 0 M-90.109375 0 C-90.109375 -8.73677206462085, -90.109375 -17.4735441292417, -90.109375 -42.75 M-90.109375 0 C-90.109375 -13.388063874708035, -90.109375 -26.77612774941607, -90.109375 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-90.109375 0 L90.109375 0 L90.109375 42.75 L-90.109375 42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-90.109375 0 C-34.96427214053537 0, 20.180830718929258 0, 90.109375 0 M-90.109375 0 C-48.23292402522013 0, -6.356473050440258 0, 90.109375 0 M90.109375 0 C90.109375 14.732260854842158, 90.109375 29.464521709684316, 90.109375 42.75 M90.109375 0 C90.109375 11.870552836515207, 90.109375 23.741105673030415, 90.109375 42.75 M90.109375 42.75 C22.557221226112702 42.75, -44.994932547774596 42.75, -90.109375 42.75 M90.109375 42.75 C34.17413974519592 42.75, -21.761095509608154 42.75, -90.109375 42.75 M-90.109375 42.75 C-90.109375 33.39282291622303, -90.109375 24.03564583244607, -90.109375 0 M-90.109375 42.75 C-90.109375 27.259706037002736, -90.109375 11.769412074005473, -90.109375 0" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-90.109375 42.75 L90.109375 42.75 L90.109375 85.5 L-90.109375 85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-90.109375 42.75 C-41.481771546537495 42.75, 7.145831906925011 42.75, 90.109375 42.75 M-90.109375 42.75 C-51.747394357923206 42.75, -13.385413715846411 42.75, 90.109375 42.75 M90.109375 42.75 C90.109375 56.93113490919843, 90.109375 71.11226981839685, 90.109375 85.5 M90.109375 42.75 C90.109375 53.56565255875418, 90.109375 64.38130511750836, 90.109375 85.5 M90.109375 85.5 C43.70099343569003 85.5, -2.7073881286199395 85.5, -90.109375 85.5 M90.109375 85.5 C41.347067233998544 85.5, -7.415240532002912 85.5, -90.109375 85.5 M-90.109375 85.5 C-90.109375 76.89174846241255, -90.109375 68.2834969248251, -90.109375 42.75 M-90.109375 85.5 C-90.109375 71.20751314088187, -90.109375 56.915026281763744, -90.109375 42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-33.203125, -76.125)" style=""><foreignObject width="66.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 161px; text-align: start;"><span class="nodeLabel"><p>PbiStatus</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-77.609375, -33.375)" style=""><foreignObject width="46.265625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 157px; text-align: start;"><span class="nodeLabel"><p>READY</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, -33.375)" style=""><foreignObject width="46.265625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 157px; text-align: start;"><span class="nodeLabel"><p>READY</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(102.609375, -33.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(102.609375, -33.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-77.609375, 9.375)" style=""><foreignObject width="65.109375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 177px; text-align: start;"><span class="nodeLabel"><p>BLOCKED</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 9.375)" style=""><foreignObject width="65.109375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 177px; text-align: start;"><span class="nodeLabel"><p>BLOCKED</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(102.609375, 9.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(102.609375, 9.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-77.609375, 52.125)" style=""><foreignObject width="39.375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 146px; text-align: start;"><span class="nodeLabel"><p>DONE</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 52.125)" style=""><foreignObject width="39.375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 146px; text-align: start;"><span class="nodeLabel"><p>DONE</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(102.609375, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(102.609375, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-90.109375 -42.75005 L-90.109375 -42.74995 L90.109375 -42.74995 L90.109375 -42.75005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-90.109375 -42.75005 C-90.109375 -42.75001070412799, -90.109375 -42.74997140825597, -90.109375 -42.74995 M-90.109375 -42.75005 C-90.109375 -42.75001771515346, -90.109375 -42.74998543030692, -90.109375 -42.74995 M-90.109375 -42.74995 C-49.90173492781713 -42.74995, -9.694094855634262 -42.74995, 90.109375 -42.74995 M-90.109375 -42.74995 C-51.1719371696887 -42.74995, -12.234499339377393 -42.74995, 90.109375 -42.74995 M90.109375 -42.74995 C90.109375 -42.749984154618964, 90.109375 -42.75001830923793, 90.109375 -42.75005 M90.109375 -42.74995 C90.109375 -42.74997947160875, 90.109375 -42.7500089432175, 90.109375 -42.75005 M90.109375 -42.75005 C38.7914577846243 -42.75005, -12.526459430751402 -42.75005, -90.109375 -42.75005 M90.109375 -42.75005 C48.7825907065796 -42.75005, 7.455806413159195 -42.75005, -90.109375 -42.75005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-0.00005 -42.75 L0.00005 -42.75 L0.00005 85.5 L-0.00005 85.5" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-0.00005 -42.75 C-0.000024809380029696726 -42.75, 3.812399406065496e-7 -42.75, 0.00005 -42.75 M-0.00005 -42.75 C-0.000014328405734260367 -42.75, 0.00002134318853147927 -42.75, 0.00005 -42.75 M0.00005 -42.75 C0.00005 6.922383229920818, 0.00005 56.59476645984164, 0.00005 85.5 M0.00005 -42.75 C0.00005 -11.04776924757515, 0.00005 20.6544615048497, 0.00005 85.5 M0.00005 85.5 C0.00002661270427212592 85.5, 0.0000032254085442518383 85.5, -0.00005 85.5 M0.00005 85.5 C0.000014082497775122037 85.5, -0.00002183500444975593 85.5, -0.00005 85.5 M-0.00005 85.5 C-0.00005 38.654804195827666, -0.00005 -8.190391608344669, -0.00005 -42.75 M-0.00005 85.5 C-0.00005 50.34772817018134, -0.00005 15.195456340362682, -0.00005 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-90.109375 -42.75005 L-90.109375 -42.74995 L90.109375 -42.74995 L90.109375 -42.75005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-90.109375 -42.75005 C-90.109375 -42.75001992662602, -90.109375 -42.74998985325203, -90.109375 -42.74995 M-90.109375 -42.75005 C-90.109375 -42.75001216820585, -90.109375 -42.7499743364117, -90.109375 -42.74995 M-90.109375 -42.74995 C-41.95412169446049 -42.74995, 6.2011316110790204 -42.74995, 90.109375 -42.74995 M-90.109375 -42.74995 C-39.08311870720054 -42.74995, 11.943137585598919 -42.74995, 90.109375 -42.74995 M90.109375 -42.74995 C90.109375 -42.74998667842731, 90.109375 -42.75002335685463, 90.109375 -42.75005 M90.109375 -42.74995 C90.109375 -42.74997832948415, 90.109375 -42.75000665896831, 90.109375 -42.75005 M90.109375 -42.75005 C23.622767211324188 -42.75005, -42.863840577351624 -42.75005, -90.109375 -42.75005 M90.109375 -42.75005 C51.59667713853926 -42.75005, 13.083979277078527 -42.75005, -90.109375 -42.75005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-ClaudeJobStatus-3" data-look="classic" transform="translate(1104.76171875, 1028.125)"><g class="outer-path" style=""><path d="M-106.953125 -149.625 L106.953125 -149.625 L106.953125 149.625 L-106.953125 149.625" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-106.953125 -149.625 C-50.96718464630704 -149.625, 5.018755707385921 -149.625, 106.953125 -149.625 M-106.953125 -149.625 C-53.28379568122385 -149.625, 0.3855336375522995 -149.625, 106.953125 -149.625 M106.953125 -149.625 C106.953125 -44.15902909564241, 106.953125 61.30694180871518, 106.953125 149.625 M106.953125 -149.625 C106.953125 -65.82601271512887, 106.953125 17.972974569742263, 106.953125 149.625 M106.953125 149.625 C31.12726079231939 149.625, -44.69860341536122 149.625, -106.953125 149.625 M106.953125 149.625 C57.14519978112568 149.625, 7.337274562251366 149.625, -106.953125 149.625 M-106.953125 149.625 C-106.953125 37.48909851958713, -106.953125 -74.64680296082574, -106.953125 -149.625 M-106.953125 149.625 C-106.953125 65.59846981192504, -106.953125 -18.428060376149915, -106.953125 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-106.953125 -106.875 L106.953125 -106.875 L106.953125 -64.125 L-106.953125 -64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-106.953125 -106.875 C-59.71755037679854 -106.875, -12.481975753597084 -106.875, 106.953125 -106.875 M-106.953125 -106.875 C-61.28468715674356 -106.875, -15.616249313487117 -106.875, 106.953125 -106.875 M106.953125 -106.875 C106.953125 -91.94395545342027, 106.953125 -77.01291090684055, 106.953125 -64.125 M106.953125 -106.875 C106.953125 -97.00252599785, 106.953125 -87.13005199569999, 106.953125 -64.125 M106.953125 -64.125 C24.303590906059554 -64.125, -58.34594318788089 -64.125, -106.953125 -64.125 M106.953125 -64.125 C54.16469022710927 -64.125, 1.376255454218537 -64.125, -106.953125 -64.125 M-106.953125 -64.125 C-106.953125 -76.22670243416592, -106.953125 -88.32840486833183, -106.953125 -106.875 M-106.953125 -64.125 C-106.953125 -78.0410257964274, -106.953125 -91.9570515928548, -106.953125 -106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-106.953125 -64.125 L106.953125 -64.125 L106.953125 -21.375 L-106.953125 -21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-106.953125 -64.125 C-28.66809340483705 -64.125, 49.6169381903259 -64.125, 106.953125 -64.125 M-106.953125 -64.125 C-52.575964620768566 -64.125, 1.8011957584628675 -64.125, 106.953125 -64.125 M106.953125 -64.125 C106.953125 -47.50554916039171, 106.953125 -30.886098320783425, 106.953125 -21.375 M106.953125 -64.125 C106.953125 -48.55581913321464, 106.953125 -32.98663826642928, 106.953125 -21.375 M106.953125 -21.375 C61.078284101588885 -21.375, 15.20344320317777 -21.375, -106.953125 -21.375 M106.953125 -21.375 C55.10581159591715 -21.375, 3.258498191834306 -21.375, -106.953125 -21.375 M-106.953125 -21.375 C-106.953125 -37.18532559065886, -106.953125 -52.99565118131772, -106.953125 -64.125 M-106.953125 -21.375 C-106.953125 -34.67814921477493, -106.953125 -47.98129842954987, -106.953125 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-106.953125 -21.375 L106.953125 -21.375 L106.953125 21.375 L-106.953125 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-106.953125 -21.375 C-29.29329359607584 -21.375, 48.36653780784832 -21.375, 106.953125 -21.375 M-106.953125 -21.375 C-62.172422799720934 -21.375, -17.391720599441868 -21.375, 106.953125 -21.375 M106.953125 -21.375 C106.953125 -10.058366097679395, 106.953125 1.2582678046412106, 106.953125 21.375 M106.953125 -21.375 C106.953125 -9.900033945798338, 106.953125 1.574932108403324, 106.953125 21.375 M106.953125 21.375 C61.02259969840103 21.375, 15.092074396802062 21.375, -106.953125 21.375 M106.953125 21.375 C25.97533022170748 21.375, -55.00246455658504 21.375, -106.953125 21.375 M-106.953125 21.375 C-106.953125 11.429514392493417, -106.953125 1.4840287849868332, -106.953125 -21.375 M-106.953125 21.375 C-106.953125 7.855519349191804, -106.953125 -5.663961301616393, -106.953125 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-106.953125 21.375 L106.953125 21.375 L106.953125 64.125 L-106.953125 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-106.953125 21.375 C-48.08461439662235 21.375, 10.783896206755301 21.375, 106.953125 21.375 M-106.953125 21.375 C-28.723128792416134 21.375, 49.50686741516773 21.375, 106.953125 21.375 M106.953125 21.375 C106.953125 37.60967387119638, 106.953125 53.84434774239276, 106.953125 64.125 M106.953125 21.375 C106.953125 31.930645381624153, 106.953125 42.486290763248306, 106.953125 64.125 M106.953125 64.125 C49.59225358796174 64.125, -7.7686178240765145 64.125, -106.953125 64.125 M106.953125 64.125 C25.091249097823706 64.125, -56.77062680435259 64.125, -106.953125 64.125 M-106.953125 64.125 C-106.953125 48.00744907570132, -106.953125 31.88989815140264, -106.953125 21.375 M-106.953125 64.125 C-106.953125 47.55602738615745, -106.953125 30.987054772314906, -106.953125 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-106.953125 64.125 L106.953125 64.125 L106.953125 106.875 L-106.953125 106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-106.953125 64.125 C-30.710863554736193 64.125, 45.531397890527614 64.125, 106.953125 64.125 M-106.953125 64.125 C-41.92132429759238 64.125, 23.110476404815245 64.125, 106.953125 64.125 M106.953125 64.125 C106.953125 77.91690733967481, 106.953125 91.7088146793496, 106.953125 106.875 M106.953125 64.125 C106.953125 75.36202928297294, 106.953125 86.59905856594588, 106.953125 106.875 M106.953125 106.875 C47.40627844739723 106.875, -12.140568105205546 106.875, -106.953125 106.875 M106.953125 106.875 C31.134066285239655 106.875, -44.68499242952069 106.875, -106.953125 106.875 M-106.953125 106.875 C-106.953125 93.64805412926985, -106.953125 80.42110825853969, -106.953125 64.125 M-106.953125 106.875 C-106.953125 97.35366093269394, -106.953125 87.83232186538788, -106.953125 64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-106.953125 106.875 L106.953125 106.875 L106.953125 149.625 L-106.953125 149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-106.953125 106.875 C-32.080890718959 106.875, 42.791343562082005 106.875, 106.953125 106.875 M-106.953125 106.875 C-43.2133496637738 106.875, 20.526425672452405 106.875, 106.953125 106.875 M106.953125 106.875 C106.953125 119.28902487697887, 106.953125 131.70304975395774, 106.953125 149.625 M106.953125 106.875 C106.953125 123.66320049541434, 106.953125 140.4514009908287, 106.953125 149.625 M106.953125 149.625 C60.112082101575936 149.625, 13.271039203151872 149.625, -106.953125 149.625 M106.953125 149.625 C57.900398492221164 149.625, 8.847671984442329 149.625, -106.953125 149.625 M-106.953125 149.625 C-106.953125 137.87871958621372, -106.953125 126.13243917242745, -106.953125 106.875 M-106.953125 149.625 C-106.953125 134.15599710032052, -106.953125 118.68699420064104, -106.953125 106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-59.109375, -140.25)" style=""><foreignObject width="118.21875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 207px; text-align: start;"><span class="nodeLabel"><p>ClaudeJobStatus</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-94.453125, -97.5)" style=""><foreignObject width="58.515625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>QUEUED</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, -97.5)" style=""><foreignObject width="58.515625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>QUEUED</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(119.453125, -97.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(119.453125, -97.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-94.453125, -54.75)" style=""><foreignObject width="61.296875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 173px; text-align: start;"><span class="nodeLabel"><p>CLAIMED</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, -54.75)" style=""><foreignObject width="61.296875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 173px; text-align: start;"><span class="nodeLabel"><p>CLAIMED</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(119.453125, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(119.453125, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-94.453125, -12)" style=""><foreignObject width="65.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 175px; text-align: start;"><span class="nodeLabel"><p>RUNNING</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, -12)" style=""><foreignObject width="65.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 175px; text-align: start;"><span class="nodeLabel"><p>RUNNING</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(119.453125, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(119.453125, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-94.453125, 30.75)" style=""><foreignObject width="39.375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 146px; text-align: start;"><span class="nodeLabel"><p>DONE</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 30.75)" style=""><foreignObject width="39.375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 146px; text-align: start;"><span class="nodeLabel"><p>DONE</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(119.453125, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(119.453125, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-94.453125, 73.5)" style=""><foreignObject width="47.078125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 157px; text-align: start;"><span class="nodeLabel"><p>FAILED</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 73.5)" style=""><foreignObject width="47.078125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 157px; text-align: start;"><span class="nodeLabel"><p>FAILED</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(119.453125, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(119.453125, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-94.453125, 116.25)" style=""><foreignObject width="81.953125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 196px; text-align: start;"><span class="nodeLabel"><p>CANCELLED</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 116.25)" style=""><foreignObject width="81.953125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 196px; text-align: start;"><span class="nodeLabel"><p>CANCELLED</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(119.453125, 116.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(119.453125, 116.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-106.953125 -106.87505 L-106.953125 -106.87495 L106.953125 -106.87495 L106.953125 -106.87505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-106.953125 -106.87505 C-106.953125 -106.8750200722876, -106.953125 -106.8749901445752, -106.953125 -106.87495 M-106.953125 -106.87505 C-106.953125 -106.87502327927889, -106.953125 -106.87499655855778, -106.953125 -106.87495 M-106.953125 -106.87495 C-50.57864704884569 -106.87495, 5.795830902308623 -106.87495, 106.953125 -106.87495 M-106.953125 -106.87495 C-21.43653106900301 -106.87495, 64.08006286199398 -106.87495, 106.953125 -106.87495 M106.953125 -106.87495 C106.953125 -106.87498924022285, 106.953125 -106.87502848044569, 106.953125 -106.87505 M106.953125 -106.87495 C106.953125 -106.87497445008512, 106.953125 -106.87499890017024, 106.953125 -106.87505 M106.953125 -106.87505 C49.748506322502614 -106.87505, -7.456112354994772 -106.87505, -106.953125 -106.87505 M106.953125 -106.87505 C38.53221362146759 -106.87505, -29.88869775706482 -106.87505, -106.953125 -106.87505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-0.00005 -106.875 L0.00005 -106.875 L0.00005 149.625 L-0.00005 149.625" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-0.00005 -106.875 C-0.000013696225970131047 -106.875, 0.000022607548059737908 -106.875, 0.00005 -106.875 M-0.00005 -106.875 C-0.000010313203970491682 -106.875, 0.00002937359205901664 -106.875, 0.00005 -106.875 M0.00005 -106.875 C0.00005 -49.270285061823266, 0.00005 8.334429876353468, 0.00005 149.625 M0.00005 -106.875 C0.00005 -17.491527188436706, 0.00005 71.89194562312659, 0.00005 149.625 M0.00005 149.625 C0.000022201522207622278 149.625, -0.000005596955584755447 149.625, -0.00005 149.625 M0.00005 149.625 C0.00001806800299138394 149.625, -0.000013863994017232125 149.625, -0.00005 149.625 M-0.00005 149.625 C-0.00005 63.2921930191107, -0.00005 -23.040613961778604, -0.00005 -106.875 M-0.00005 149.625 C-0.00005 81.61420317149947, -0.00005 13.603406342998937, -0.00005 -106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-106.953125 -106.87505 L-106.953125 -106.87495 L106.953125 -106.87495 L106.953125 -106.87505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-106.953125 -106.87505 C-106.953125 -106.87501630322954, -106.953125 -106.8749826064591, -106.953125 -106.87495 M-106.953125 -106.87505 C-106.953125 -106.87502534489634, -106.953125 -106.87500068979269, -106.953125 -106.87495 M-106.953125 -106.87495 C-38.858696832203535 -106.87495, 29.23573133559293 -106.87495, 106.953125 -106.87495 M-106.953125 -106.87495 C-59.91145717003614 -106.87495, -12.869789340072273 -106.87495, 106.953125 -106.87495 M106.953125 -106.87495 C106.953125 -106.8749866632349, 106.953125 -106.8750233264698, 106.953125 -106.87505 M106.953125 -106.87495 C106.953125 -106.87497871492047, 106.953125 -106.87500742984096, 106.953125 -106.87505 M106.953125 -106.87505 C51.891639961146296 -106.87505, -3.169845077707407 -106.87505, -106.953125 -106.87505 M106.953125 -106.87505 C48.44629417885436 -106.87505, -10.060536642291282 -106.87505, -106.953125 -106.87505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-VerifyResult-4" data-look="classic" transform="translate(4255.5625, 1028.125)"><g class="outer-path" style=""><path d="M-105.4375 -106.875 L105.4375 -106.875 L105.4375 106.875 L-105.4375 106.875" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-105.4375 -106.875 C-48.10676801428885 -106.875, 9.223963971422293 -106.875, 105.4375 -106.875 M-105.4375 -106.875 C-41.1521745354632 -106.875, 23.133150929073594 -106.875, 105.4375 -106.875 M105.4375 -106.875 C105.4375 -43.50375489410083, 105.4375 19.86749021179834, 105.4375 106.875 M105.4375 -106.875 C105.4375 -59.501000142625315, 105.4375 -12.127000285250631, 105.4375 106.875 M105.4375 106.875 C22.396398383065005 106.875, -60.64470323386999 106.875, -105.4375 106.875 M105.4375 106.875 C48.60098854146758 106.875, -8.235522917064841 106.875, -105.4375 106.875 M-105.4375 106.875 C-105.4375 57.47567450869629, -105.4375 8.076349017392573, -105.4375 -106.875 M-105.4375 106.875 C-105.4375 42.89457362888153, -105.4375 -21.085852742236938, -105.4375 -106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-105.4375 -64.125 L105.4375 -64.125 L105.4375 -21.375 L-105.4375 -21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-105.4375 -64.125 C-33.27361248158306 -64.125, 38.890275036833884 -64.125, 105.4375 -64.125 M-105.4375 -64.125 C-46.10976922259959 -64.125, 13.217961554800823 -64.125, 105.4375 -64.125 M105.4375 -64.125 C105.4375 -51.97617407417205, 105.4375 -39.8273481483441, 105.4375 -21.375 M105.4375 -64.125 C105.4375 -49.69078690584467, 105.4375 -35.256573811689336, 105.4375 -21.375 M105.4375 -21.375 C48.07455762873481 -21.375, -9.288384742530383 -21.375, -105.4375 -21.375 M105.4375 -21.375 C51.899816050117586 -21.375, -1.637867899764828 -21.375, -105.4375 -21.375 M-105.4375 -21.375 C-105.4375 -31.09501562326716, -105.4375 -40.81503124653432, -105.4375 -64.125 M-105.4375 -21.375 C-105.4375 -36.67719855606986, -105.4375 -51.97939711213972, -105.4375 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-105.4375 -21.375 L105.4375 -21.375 L105.4375 21.375 L-105.4375 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-105.4375 -21.375 C-23.738169975696223 -21.375, 57.96116004860755 -21.375, 105.4375 -21.375 M-105.4375 -21.375 C-30.135390514681475 -21.375, 45.16671897063705 -21.375, 105.4375 -21.375 M105.4375 -21.375 C105.4375 -10.190240137602421, 105.4375 0.9945197247951576, 105.4375 21.375 M105.4375 -21.375 C105.4375 -6.9267955020538, 105.4375 7.521408995892401, 105.4375 21.375 M105.4375 21.375 C36.05470850526355 21.375, -33.328082989472904 21.375, -105.4375 21.375 M105.4375 21.375 C24.584838797381238 21.375, -56.267822405237524 21.375, -105.4375 21.375 M-105.4375 21.375 C-105.4375 12.07842665764966, -105.4375 2.781853315299319, -105.4375 -21.375 M-105.4375 21.375 C-105.4375 7.561004413689517, -105.4375 -6.252991172620966, -105.4375 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-105.4375 21.375 L105.4375 21.375 L105.4375 64.125 L-105.4375 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-105.4375 21.375 C-56.53020152492261 21.375, -7.62290304984522 21.375, 105.4375 21.375 M-105.4375 21.375 C-40.4352513605793 21.375, 24.5669972788414 21.375, 105.4375 21.375 M105.4375 21.375 C105.4375 37.80663735734527, 105.4375 54.23827471469054, 105.4375 64.125 M105.4375 21.375 C105.4375 34.14210565721582, 105.4375 46.909211314431644, 105.4375 64.125 M105.4375 64.125 C36.437424369671234 64.125, -32.56265126065753 64.125, -105.4375 64.125 M105.4375 64.125 C63.06073182435112 64.125, 20.683963648702246 64.125, -105.4375 64.125 M-105.4375 64.125 C-105.4375 47.03533373651626, -105.4375 29.945667473032515, -105.4375 21.375 M-105.4375 64.125 C-105.4375 53.14718111760972, -105.4375 42.169362235219445, -105.4375 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-105.4375 64.125 L105.4375 64.125 L105.4375 106.875 L-105.4375 106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-105.4375 64.125 C-41.40695936325005 64.125, 22.623581273499894 64.125, 105.4375 64.125 M-105.4375 64.125 C-24.35874027403591 64.125, 56.72001945192818 64.125, 105.4375 64.125 M105.4375 64.125 C105.4375 80.43025360600296, 105.4375 96.73550721200593, 105.4375 106.875 M105.4375 64.125 C105.4375 72.88062326066404, 105.4375 81.63624652132809, 105.4375 106.875 M105.4375 106.875 C54.999408495823204 106.875, 4.561316991646407 106.875, -105.4375 106.875 M105.4375 106.875 C30.54641809263576 106.875, -44.34466381472848 106.875, -105.4375 106.875 M-105.4375 106.875 C-105.4375 95.37080641340822, -105.4375 83.86661282681644, -105.4375 64.125 M-105.4375 106.875 C-105.4375 91.9493710644902, -105.4375 77.0237421289804, -105.4375 64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-42.6796875, -97.5)" style=""><foreignObject width="85.359375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 182px; text-align: start;"><span class="nodeLabel"><p>VerifyResult</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-92.9375, -54.75)" style=""><foreignObject width="61.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 173px; text-align: start;"><span class="nodeLabel"><p>ALIGNED</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, -54.75)" style=""><foreignObject width="61.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 173px; text-align: start;"><span class="nodeLabel"><p>ALIGNED</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(117.9375, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(117.9375, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-92.9375, -12)" style=""><foreignObject width="56.515625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>PARTIAL</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, -12)" style=""><foreignObject width="56.515625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>PARTIAL</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(117.9375, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(117.9375, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-92.9375, 30.75)" style=""><foreignObject width="47.265625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 156px; text-align: start;"><span class="nodeLabel"><p>EMPTY</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 30.75)" style=""><foreignObject width="47.265625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 156px; text-align: start;"><span class="nodeLabel"><p>EMPTY</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(117.9375, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(117.9375, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-92.9375, 73.5)" style=""><foreignObject width="80.4375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 193px; text-align: start;"><span class="nodeLabel"><p>DIVERGENT</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 73.5)" style=""><foreignObject width="80.4375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 193px; text-align: start;"><span class="nodeLabel"><p>DIVERGENT</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(117.9375, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(117.9375, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-105.4375 -64.12505 L-105.4375 -64.12495 L105.4375 -64.12495 L105.4375 -64.12505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-105.4375 -64.12505 C-105.4375 -64.12501132824637, -105.4375 -64.12497265649274, -105.4375 -64.12495 M-105.4375 -64.12505 C-105.4375 -64.12502193879746, -105.4375 -64.12499387759493, -105.4375 -64.12495 M-105.4375 -64.12495 C-21.452314326267597 -64.12495, 62.532871347464805 -64.12495, 105.4375 -64.12495 M-105.4375 -64.12495 C-47.252253195729516 -64.12495, 10.932993608540968 -64.12495, 105.4375 -64.12495 M105.4375 -64.12495 C105.4375 -64.12497161649657, 105.4375 -64.12499323299313, 105.4375 -64.12505 M105.4375 -64.12495 C105.4375 -64.12497901075685, 105.4375 -64.12500802151371, 105.4375 -64.12505 M105.4375 -64.12505 C23.633779768564608 -64.12505, -58.169940462870784 -64.12505, -105.4375 -64.12505 M105.4375 -64.12505 C35.77754108030898 -64.12505, -33.88241783938204 -64.12505, -105.4375 -64.12505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-0.00005 -64.125 L0.00005 -64.125 L0.00005 106.875 L-0.00005 106.875" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-0.00005 -64.125 C-0.0000279539548333861 -64.125, -0.000005907909666772196 -64.125, 0.00005 -64.125 M-0.00005 -64.125 C-0.000028060877006718934 -64.125, -0.000006121754013437866 -64.125, 0.00005 -64.125 M0.00005 -64.125 C0.00005 -27.84454770564195, 0.00005 8.435904588716099, 0.00005 106.875 M0.00005 -64.125 C0.00005 -4.812803728137112, 0.00005 54.499392543725776, 0.00005 106.875 M0.00005 106.875 C0.000015787251913551457 106.875, -0.000018425496172897088 106.875, -0.00005 106.875 M0.00005 106.875 C0.000012127746629114031 106.875, -0.00002574450674177194 106.875, -0.00005 106.875 M-0.00005 106.875 C-0.00005 50.252747180419405, -0.00005 -6.36950563916119, -0.00005 -64.125 M-0.00005 106.875 C-0.00005 58.56442084832102, -0.00005 10.253841696642041, -0.00005 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-105.4375 -64.12505 L-105.4375 -64.12495 L105.4375 -64.12495 L105.4375 -64.12505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-105.4375 -64.12505 C-105.4375 -64.12502622852256, -105.4375 -64.12500245704511, -105.4375 -64.12495 M-105.4375 -64.12505 C-105.4375 -64.1250232277301, -105.4375 -64.12499645546019, -105.4375 -64.12495 M-105.4375 -64.12495 C-34.683595340392145 -64.12495, 36.07030931921571 -64.12495, 105.4375 -64.12495 M-105.4375 -64.12495 C-37.644917952757766 -64.12495, 30.14766409448447 -64.12495, 105.4375 -64.12495 M105.4375 -64.12495 C105.4375 -64.12497039479477, 105.4375 -64.12499078958956, 105.4375 -64.12505 M105.4375 -64.12495 C105.4375 -64.12497717134929, 105.4375 -64.12500434269859, 105.4375 -64.12505 M105.4375 -64.12505 C39.51235557782532 -64.12505, -26.412788844349365 -64.12505, -105.4375 -64.12505 M105.4375 -64.12505 C25.458669434124843 -64.12505, -54.520161131750314 -64.12505, -105.4375 -64.12505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-TaskStatus-5" data-look="classic" transform="translate(4072.30859375, 1599.375)"><g class="outer-path" style=""><path d="M-121.171875 -106.875 L121.171875 -106.875 L121.171875 106.875 L-121.171875 106.875" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-121.171875 -106.875 C-65.16846530209936 -106.875, -9.165055604198727 -106.875, 121.171875 -106.875 M-121.171875 -106.875 C-61.46138223817638 -106.875, -1.7508894763527536 -106.875, 121.171875 -106.875 M121.171875 -106.875 C121.171875 -48.09905611521472, 121.171875 10.676887769570556, 121.171875 106.875 M121.171875 -106.875 C121.171875 -39.21707213104946, 121.171875 28.440855737901074, 121.171875 106.875 M121.171875 106.875 C70.50164079606837 106.875, 19.831406592136744 106.875, -121.171875 106.875 M121.171875 106.875 C42.92201881384045 106.875, -35.327837372319095 106.875, -121.171875 106.875 M-121.171875 106.875 C-121.171875 33.27487584441546, -121.171875 -40.32524831116908, -121.171875 -106.875 M-121.171875 106.875 C-121.171875 45.54052215406979, -121.171875 -15.793955691860418, -121.171875 -106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-121.171875 -64.125 L121.171875 -64.125 L121.171875 -21.375 L-121.171875 -21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-121.171875 -64.125 C-24.89353302462358 -64.125, 71.38480895075284 -64.125, 121.171875 -64.125 M-121.171875 -64.125 C-36.22287198299223 -64.125, 48.72613103401554 -64.125, 121.171875 -64.125 M121.171875 -64.125 C121.171875 -52.67075511262702, 121.171875 -41.21651022525405, 121.171875 -21.375 M121.171875 -64.125 C121.171875 -53.70691052877771, 121.171875 -43.288821057555424, 121.171875 -21.375 M121.171875 -21.375 C36.698872740614775 -21.375, -47.77412951877045 -21.375, -121.171875 -21.375 M121.171875 -21.375 C25.338188593711052 -21.375, -70.4954978125779 -21.375, -121.171875 -21.375 M-121.171875 -21.375 C-121.171875 -34.565074465580224, -121.171875 -47.75514893116045, -121.171875 -64.125 M-121.171875 -21.375 C-121.171875 -32.798537347078415, -121.171875 -44.22207469415683, -121.171875 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-121.171875 -21.375 L121.171875 -21.375 L121.171875 21.375 L-121.171875 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-121.171875 -21.375 C-48.92622068598142 -21.375, 23.31943362803716 -21.375, 121.171875 -21.375 M-121.171875 -21.375 C-68.3219637903295 -21.375, -15.472052580658996 -21.375, 121.171875 -21.375 M121.171875 -21.375 C121.171875 -9.248551483872301, 121.171875 2.8778970322553974, 121.171875 21.375 M121.171875 -21.375 C121.171875 -5.687319885333668, 121.171875 10.000360229332664, 121.171875 21.375 M121.171875 21.375 C41.92386382917047 21.375, -37.32414734165906 21.375, -121.171875 21.375 M121.171875 21.375 C47.18541616978872 21.375, -26.801042660422553 21.375, -121.171875 21.375 M-121.171875 21.375 C-121.171875 6.411670103923225, -121.171875 -8.55165979215355, -121.171875 -21.375 M-121.171875 21.375 C-121.171875 4.414450863278777, -121.171875 -12.546098273442446, -121.171875 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-121.171875 21.375 L121.171875 21.375 L121.171875 64.125 L-121.171875 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-121.171875 21.375 C-63.135983612715236 21.375, -5.100092225430473 21.375, 121.171875 21.375 M-121.171875 21.375 C-51.29171152084207 21.375, 18.588451958315858 21.375, 121.171875 21.375 M121.171875 21.375 C121.171875 37.52159733851461, 121.171875 53.66819467702921, 121.171875 64.125 M121.171875 21.375 C121.171875 34.37759129316938, 121.171875 47.38018258633876, 121.171875 64.125 M121.171875 64.125 C40.20163756195785 64.125, -40.768599876084295 64.125, -121.171875 64.125 M121.171875 64.125 C49.39571794374082 64.125, -22.38043911251836 64.125, -121.171875 64.125 M-121.171875 64.125 C-121.171875 53.51852316020738, -121.171875 42.91204632041475, -121.171875 21.375 M-121.171875 64.125 C-121.171875 51.142504560731396, -121.171875 38.160009121462785, -121.171875 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-121.171875 64.125 L121.171875 64.125 L121.171875 106.875 L-121.171875 106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-121.171875 64.125 C-52.38718103508488 64.125, 16.397512929830242 64.125, 121.171875 64.125 M-121.171875 64.125 C-40.62997861873973 64.125, 39.911917762520545 64.125, 121.171875 64.125 M121.171875 64.125 C121.171875 73.63929271604572, 121.171875 83.15358543209143, 121.171875 106.875 M121.171875 64.125 C121.171875 75.67558800535805, 121.171875 87.2261760107161, 121.171875 106.875 M121.171875 106.875 C66.1040078609202 106.875, 11.036140721840425 106.875, -121.171875 106.875 M121.171875 106.875 C65.29341589577824 106.875, 9.414956791556477 106.875, -121.171875 106.875 M-121.171875 106.875 C-121.171875 96.73231911751535, -121.171875 86.58963823503069, -121.171875 64.125 M-121.171875 106.875 C-121.171875 90.68955033924357, -121.171875 74.50410067848712, -121.171875 64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-37.1328125, -97.5)" style=""><foreignObject width="74.265625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 169px; text-align: start;"><span class="nodeLabel"><p>TaskStatus</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-108.671875, -54.75)" style=""><foreignObject width="48.171875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 153px; text-align: start;"><span class="nodeLabel"><p>TO_DO</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, -54.75)" style=""><foreignObject width="48.171875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 153px; text-align: start;"><span class="nodeLabel"><p>TO_DO</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(133.671875, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(133.671875, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-108.671875, -12)" style=""><foreignObject width="96.171875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 206px; text-align: start;"><span class="nodeLabel"><p>IN_PROGRESS</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, -12)" style=""><foreignObject width="96.171875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 206px; text-align: start;"><span class="nodeLabel"><p>IN_PROGRESS</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(133.671875, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(133.671875, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-108.671875, 30.75)" style=""><foreignObject width="53.9375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>REVIEW</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 30.75)" style=""><foreignObject width="53.9375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>REVIEW</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(133.671875, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(133.671875, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-108.671875, 73.5)" style=""><foreignObject width="39.375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 146px; text-align: start;"><span class="nodeLabel"><p>DONE</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 73.5)" style=""><foreignObject width="39.375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 146px; text-align: start;"><span class="nodeLabel"><p>DONE</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(133.671875, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(133.671875, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-121.171875 -64.12505 L-121.171875 -64.12495 L121.171875 -64.12495 L121.171875 -64.12505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-121.171875 -64.12505 C-121.171875 -64.12502649990115, -121.171875 -64.1250029998023, -121.171875 -64.12495 M-121.171875 -64.12505 C-121.171875 -64.12501199881675, -121.171875 -64.1249739976335, -121.171875 -64.12495 M-121.171875 -64.12495 C-58.00286427224342 -64.12495, 5.166146455513157 -64.12495, 121.171875 -64.12495 M-121.171875 -64.12495 C-46.361035992073155 -64.12495, 28.44980301585369 -64.12495, 121.171875 -64.12495 M121.171875 -64.12495 C121.171875 -64.12497442105598, 121.171875 -64.12499884211198, 121.171875 -64.12505 M121.171875 -64.12495 C121.171875 -64.12498573767415, 121.171875 -64.1250214753483, 121.171875 -64.12505 M121.171875 -64.12505 C68.81295138926015 -64.12505, 16.4540277785203 -64.12505, -121.171875 -64.12505 M121.171875 -64.12505 C60.715562803752015 -64.12505, 0.25925060750402906 -64.12505, -121.171875 -64.12505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-0.00005 -64.125 L0.00005 -64.125 L0.00005 106.875 L-0.00005 106.875" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-0.00005 -64.125 C-0.00001558898845240635 -64.125, 0.0000188220230951873 -64.125, 0.00005 -64.125 M-0.00005 -64.125 C-0.00002107336633879087 -64.125, 0.000007853267322418265 -64.125, 0.00005 -64.125 M0.00005 -64.125 C0.00005 -28.32390140139139, 0.00005 7.477197197217222, 0.00005 106.875 M0.00005 -64.125 C0.00005 -26.056665880511275, 0.00005 12.01166823897745, 0.00005 106.875 M0.00005 106.875 C0.000013553863609647835 106.875, -0.000022892272780704333 106.875, -0.00005 106.875 M0.00005 106.875 C0.000028047302180543227 106.875, 0.000006094604361086451 106.875, -0.00005 106.875 M-0.00005 106.875 C-0.00005 40.18558870175676, -0.00005 -26.503822596486486, -0.00005 -64.125 M-0.00005 106.875 C-0.00005 60.5667711952648, -0.00005 14.258542390529598, -0.00005 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-121.171875 -64.12505 L-121.171875 -64.12495 L121.171875 -64.12495 L121.171875 -64.12505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-121.171875 -64.12505 C-121.171875 -64.12502432454745, -121.171875 -64.12499864909492, -121.171875 -64.12495 M-121.171875 -64.12505 C-121.171875 -64.12501966326896, -121.171875 -64.12498932653791, -121.171875 -64.12495 M-121.171875 -64.12495 C-26.08954094699604 -64.12495, 68.99279310600792 -64.12495, 121.171875 -64.12495 M-121.171875 -64.12495 C-72.01644085767978 -64.12495, -22.86100671535955 -64.12495, 121.171875 -64.12495 M121.171875 -64.12495 C121.171875 -64.12498124645475, 121.171875 -64.12501249290952, 121.171875 -64.12505 M121.171875 -64.12495 C121.171875 -64.12497848284045, 121.171875 -64.12500696568091, 121.171875 -64.12505 M121.171875 -64.12505 C42.53868402868157 -64.12505, -36.094506942636855 -64.12505, -121.171875 -64.12505 M121.171875 -64.12505 C66.8106314028976 -64.12505, 12.449387805795197 -64.12505, -121.171875 -64.12505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-LogType-6" data-look="classic" transform="translate(361.84375, 1599.375)"><g class="outer-path" style=""><path d="M-191.953125 -85.5 L191.953125 -85.5 L191.953125 85.5 L-191.953125 85.5" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-191.953125 -85.5 C-110.74387708928407 -85.5, -29.53462917856814 -85.5, 191.953125 -85.5 M-191.953125 -85.5 C-63.735002392218576 -85.5, 64.48312021556285 -85.5, 191.953125 -85.5 M191.953125 -85.5 C191.953125 -18.492981334157562, 191.953125 48.514037331684875, 191.953125 85.5 M191.953125 -85.5 C191.953125 -19.885532005408322, 191.953125 45.728935989183356, 191.953125 85.5 M191.953125 85.5 C63.808717171260554 85.5, -64.33569065747889 85.5, -191.953125 85.5 M191.953125 85.5 C110.8323271502215 85.5, 29.711529300443004 85.5, -191.953125 85.5 M-191.953125 85.5 C-191.953125 42.643939990125205, -191.953125 -0.21212001974959094, -191.953125 -85.5 M-191.953125 85.5 C-191.953125 50.07797179288788, -191.953125 14.65594358577576, -191.953125 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-191.953125 -42.75 L191.953125 -42.75 L191.953125 0 L-191.953125 0" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-191.953125 -42.75 C-55.93786226451135 -42.75, 80.0774004709773 -42.75, 191.953125 -42.75 M-191.953125 -42.75 C-74.35366951041243 -42.75, 43.24578597917514 -42.75, 191.953125 -42.75 M191.953125 -42.75 C191.953125 -34.1086252364602, 191.953125 -25.467250472920405, 191.953125 0 M191.953125 -42.75 C191.953125 -31.218581399235507, 191.953125 -19.687162798471014, 191.953125 0 M191.953125 0 C65.66468939164014 0, -60.623746216719724 0, -191.953125 0 M191.953125 0 C53.520366395426066 0, -84.91239220914787 0, -191.953125 0 M-191.953125 0 C-191.953125 -11.035405941276714, -191.953125 -22.07081188255343, -191.953125 -42.75 M-191.953125 0 C-191.953125 -9.510555672010344, -191.953125 -19.02111134402069, -191.953125 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-191.953125 0 L191.953125 0 L191.953125 42.75 L-191.953125 42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-191.953125 0 C-86.45744868038253 0, 19.038227639234947 0, 191.953125 0 M-191.953125 0 C-80.33326516084644 0, 31.286594678307125 0, 191.953125 0 M191.953125 0 C191.953125 10.99515235739672, 191.953125 21.99030471479344, 191.953125 42.75 M191.953125 0 C191.953125 16.61279389612783, 191.953125 33.22558779225566, 191.953125 42.75 M191.953125 42.75 C113.55472586642772 42.75, 35.15632673285543 42.75, -191.953125 42.75 M191.953125 42.75 C63.61380710231202 42.75, -64.72551079537595 42.75, -191.953125 42.75 M-191.953125 42.75 C-191.953125 33.40639771706542, -191.953125 24.06279543413084, -191.953125 0 M-191.953125 42.75 C-191.953125 29.7412223253275, -191.953125 16.732444650654994, -191.953125 0" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-191.953125 42.75 L191.953125 42.75 L191.953125 85.5 L-191.953125 85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-191.953125 42.75 C-86.45045588729545 42.75, 19.052213225409105 42.75, 191.953125 42.75 M-191.953125 42.75 C-40.3063814327096 42.75, 111.3403621345808 42.75, 191.953125 42.75 M191.953125 42.75 C191.953125 56.92451356758515, 191.953125 71.0990271351703, 191.953125 85.5 M191.953125 42.75 C191.953125 58.73328325372148, 191.953125 74.71656650744296, 191.953125 85.5 M191.953125 85.5 C93.37419751625805 85.5, -5.2047299674839 85.5, -191.953125 85.5 M191.953125 85.5 C105.97212088484086 85.5, 19.991116769681724 85.5, -191.953125 85.5 M-191.953125 85.5 C-191.953125 69.48756964438475, -191.953125 53.475139288769505, -191.953125 42.75 M-191.953125 85.5 C-191.953125 73.29121900934396, -191.953125 61.08243801868794, -191.953125 42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-28.8515625, -76.125)" style=""><foreignObject width="57.703125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 159px; text-align: start;"><span class="nodeLabel"><p>LogType</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-179.453125, -33.375)" style=""><foreignObject width="166.953125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 290px; text-align: start;"><span class="nodeLabel"><p>IMPLEMENTATION_PLAN</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, -33.375)" style=""><foreignObject width="166.953125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 290px; text-align: start;"><span class="nodeLabel"><p>IMPLEMENTATION_PLAN</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(204.453125, -33.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(204.453125, -33.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-179.453125, 9.375)" style=""><foreignObject width="94.953125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 205px; text-align: start;"><span class="nodeLabel"><p>TEST_RESULT</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 9.375)" style=""><foreignObject width="94.953125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 205px; text-align: start;"><span class="nodeLabel"><p>TEST_RESULT</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(204.453125, 9.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(204.453125, 9.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-179.453125, 52.125)" style=""><foreignObject width="56.796875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>COMMIT</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 52.125)" style=""><foreignObject width="56.796875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>COMMIT</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(204.453125, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(204.453125, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-191.953125 -42.75005 L-191.953125 -42.74995 L191.953125 -42.74995 L191.953125 -42.75005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-191.953125 -42.75005 C-191.953125 -42.75001558753757, -191.953125 -42.74998117507514, -191.953125 -42.74995 M-191.953125 -42.75005 C-191.953125 -42.750020326428164, -191.953125 -42.74999065285633, -191.953125 -42.74995 M-191.953125 -42.74995 C-96.53249232224378 -42.74995, -1.1118596444875664 -42.74995, 191.953125 -42.74995 M-191.953125 -42.74995 C-67.43221878374358 -42.74995, 57.08868743251284 -42.74995, 191.953125 -42.74995 M191.953125 -42.74995 C191.953125 -42.74997950800232, 191.953125 -42.75000901600463, 191.953125 -42.75005 M191.953125 -42.74995 C191.953125 -42.74997529582886, 191.953125 -42.75000059165773, 191.953125 -42.75005 M191.953125 -42.75005 C43.21652618151532 -42.75005, -105.52007263696936 -42.75005, -191.953125 -42.75005 M191.953125 -42.75005 C107.26232401446086 -42.75005, 22.571523028921717 -42.75005, -191.953125 -42.75005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-0.00005 -42.75 L0.00005 -42.75 L0.00005 85.5 L-0.00005 85.5" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-0.00005 -42.75 C-0.000019407946131143076 -42.75, 0.000011184107737713851 -42.75, 0.00005 -42.75 M-0.00005 -42.75 C-0.000023303037273947885 -42.75, 0.000003393925452104232 -42.75, 0.00005 -42.75 M0.00005 -42.75 C0.00005 -13.618781290775381, 0.00005 15.512437418449238, 0.00005 85.5 M0.00005 -42.75 C0.00005 -8.282289828099515, 0.00005 26.18542034380097, 0.00005 85.5 M0.00005 85.5 C0.000028248952812069574 85.5, 0.000006497905624139146 85.5, -0.00005 85.5 M0.00005 85.5 C0.000028334830424033266 85.5, 0.0000066696608480665295 85.5, -0.00005 85.5 M-0.00005 85.5 C-0.00005 53.0610416447518, -0.00005 20.622083289503607, -0.00005 -42.75 M-0.00005 85.5 C-0.00005 35.840370087910145, -0.00005 -13.81925982417971, -0.00005 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-191.953125 -42.75005 L-191.953125 -42.74995 L191.953125 -42.74995 L191.953125 -42.75005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-191.953125 -42.75005 C-191.953125 -42.750010607384, -191.953125 -42.749971214767996, -191.953125 -42.74995 M-191.953125 -42.75005 C-191.953125 -42.75001045363225, -191.953125 -42.74997090726449, -191.953125 -42.74995 M-191.953125 -42.74995 C-105.79546911089933 -42.74995, -19.637813221798666 -42.74995, 191.953125 -42.74995 M-191.953125 -42.74995 C-78.87823297472389 -42.74995, 34.19665905055223 -42.74995, 191.953125 -42.74995 M191.953125 -42.74995 C191.953125 -42.74997154325475, 191.953125 -42.74999308650951, 191.953125 -42.75005 M191.953125 -42.74995 C191.953125 -42.7499722881589, 191.953125 -42.74999457631781, 191.953125 -42.75005 M191.953125 -42.75005 C53.806994694233424 -42.75005, -84.33913561153315 -42.75005, -191.953125 -42.75005 M191.953125 -42.75005 C43.79182254393814 -42.75005, -104.36947991212372 -42.75005, -191.953125 -42.75005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-TestStatus-7" data-look="classic" transform="translate(1075.96875, 1599.375)"><g class="outer-path" style=""><path d="M-75.359375 -64.125 L75.359375 -64.125 L75.359375 64.125 L-75.359375 64.125" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-75.359375 -64.125 C-29.793995017557563 -64.125, 15.771384964884874 -64.125, 75.359375 -64.125 M-75.359375 -64.125 C-17.212497597093083 -64.125, 40.93437980581383 -64.125, 75.359375 -64.125 M75.359375 -64.125 C75.359375 -15.746020605431639, 75.359375 32.63295878913672, 75.359375 64.125 M75.359375 -64.125 C75.359375 -31.165625326879088, 75.359375 1.7937493462418246, 75.359375 64.125 M75.359375 64.125 C34.855106332353195 64.125, -5.64916233529361 64.125, -75.359375 64.125 M75.359375 64.125 C16.87389669593157 64.125, -41.61158160813686 64.125, -75.359375 64.125 M-75.359375 64.125 C-75.359375 27.168221181770527, -75.359375 -9.788557636458947, -75.359375 -64.125 M-75.359375 64.125 C-75.359375 34.86304228143169, -75.359375 5.6010845628633845, -75.359375 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-75.359375 -21.375 L75.359375 -21.375 L75.359375 21.375 L-75.359375 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-75.359375 -21.375 C-31.843070830658135 -21.375, 11.67323333868373 -21.375, 75.359375 -21.375 M-75.359375 -21.375 C-26.81904607752695 -21.375, 21.721282844946103 -21.375, 75.359375 -21.375 M75.359375 -21.375 C75.359375 -6.0231267865286995, 75.359375 9.328746426942601, 75.359375 21.375 M75.359375 -21.375 C75.359375 -11.622560485430013, 75.359375 -1.8701209708600253, 75.359375 21.375 M75.359375 21.375 C32.95612373255149 21.375, -9.447127534897021 21.375, -75.359375 21.375 M75.359375 21.375 C17.9020994101623 21.375, -39.5551761796754 21.375, -75.359375 21.375 M-75.359375 21.375 C-75.359375 8.381520807328712, -75.359375 -4.611958385342575, -75.359375 -21.375 M-75.359375 21.375 C-75.359375 5.953068890904245, -75.359375 -9.46886221819151, -75.359375 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-75.359375 21.375 L75.359375 21.375 L75.359375 64.125 L-75.359375 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-75.359375 21.375 C-29.77505036096332 21.375, 15.80927427807336 21.375, 75.359375 21.375 M-75.359375 21.375 C-15.229415030773929 21.375, 44.90054493845214 21.375, 75.359375 21.375 M75.359375 21.375 C75.359375 32.539679484904894, 75.359375 43.70435896980979, 75.359375 64.125 M75.359375 21.375 C75.359375 30.53974746170952, 75.359375 39.70449492341904, 75.359375 64.125 M75.359375 64.125 C33.03626164488577 64.125, -9.286851710228461 64.125, -75.359375 64.125 M75.359375 64.125 C38.918219403564926 64.125, 2.477063807129852 64.125, -75.359375 64.125 M-75.359375 64.125 C-75.359375 55.1286651740985, -75.359375 46.132330348196994, -75.359375 21.375 M-75.359375 64.125 C-75.359375 54.496485378383795, -75.359375 44.86797075676759, -75.359375 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-36.4296875, -54.75)" style=""><foreignObject width="72.859375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>TestStatus</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-62.859375, -12)" style=""><foreignObject width="50.359375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 160px; text-align: start;"><span class="nodeLabel"><p>PASSED</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, -12)" style=""><foreignObject width="50.359375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 160px; text-align: start;"><span class="nodeLabel"><p>PASSED</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(87.859375, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(87.859375, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-62.859375, 30.75)" style=""><foreignObject width="47.078125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 157px; text-align: start;"><span class="nodeLabel"><p>FAILED</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 30.75)" style=""><foreignObject width="47.078125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 157px; text-align: start;"><span class="nodeLabel"><p>FAILED</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(87.859375, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(87.859375, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-75.359375 -21.37505 L-75.359375 -21.37495 L75.359375 -21.37495 L75.359375 -21.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-75.359375 -21.37505 C-75.359375 -21.375015070202302, -75.359375 -21.374980140404602, -75.359375 -21.37495 M-75.359375 -21.37505 C-75.359375 -21.37501764064578, -75.359375 -21.37498528129156, -75.359375 -21.37495 M-75.359375 -21.37495 C-34.50849249854136 -21.37495, 6.342390002917284 -21.37495, 75.359375 -21.37495 M-75.359375 -21.37495 C-18.476618744740442 -21.37495, 38.406137510519116 -21.37495, 75.359375 -21.37495 M75.359375 -21.37495 C75.359375 -21.374989316342514, 75.359375 -21.37502863268503, 75.359375 -21.37505 M75.359375 -21.37495 C75.359375 -21.37497886009568, 75.359375 -21.375007720191366, 75.359375 -21.37505 M75.359375 -21.37505 C44.13261151452774 -21.37505, 12.90584802905547 -21.37505, -75.359375 -21.37505 M75.359375 -21.37505 C38.014310618317054 -21.37505, 0.669246236634109 -21.37505, -75.359375 -21.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-0.00005 -21.375 L0.00005 -21.375 L0.00005 64.125 L-0.00005 64.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-0.00005 -21.375 C-0.00002976507162345089 -21.375, -0.00000953014324690178 -21.375, 0.00005 -21.375 M-0.00005 -21.375 C-0.000011422383162661579 -21.375, 0.000027155233674676844 -21.375, 0.00005 -21.375 M0.00005 -21.375 C0.00005 3.1291164375172293, 0.00005 27.63323287503446, 0.00005 64.125 M0.00005 -21.375 C0.00005 12.286003813857903, 0.00005 45.947007627715806, 0.00005 64.125 M0.00005 64.125 C0.000014953372681142563 64.125, -0.000020093254637714877 64.125, -0.00005 64.125 M0.00005 64.125 C0.000021684786585160804 64.125, -0.000006630426829678395 64.125, -0.00005 64.125 M-0.00005 64.125 C-0.00005 37.622451848935086, -0.00005 11.119903697870178, -0.00005 -21.375 M-0.00005 64.125 C-0.00005 42.00008182109448, -0.00005 19.875163642188966, -0.00005 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-75.359375 -21.37505 L-75.359375 -21.37495 L75.359375 -21.37495 L75.359375 -21.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-75.359375 -21.37505 C-75.359375 -21.37502043449393, -75.359375 -21.374990868987858, -75.359375 -21.37495 M-75.359375 -21.37505 C-75.359375 -21.375027165915533, -75.359375 -21.375004331831068, -75.359375 -21.37495 M-75.359375 -21.37495 C-32.701887763506534 -21.37495, 9.955599472986933 -21.37495, 75.359375 -21.37495 M-75.359375 -21.37495 C-44.588925257572356 -21.37495, -13.818475515144705 -21.37495, 75.359375 -21.37495 M75.359375 -21.37495 C75.359375 -21.374974198989637, 75.359375 -21.374998397979276, 75.359375 -21.37505 M75.359375 -21.37495 C75.359375 -21.374973016758513, 75.359375 -21.37499603351703, 75.359375 -21.37505 M75.359375 -21.37505 C24.02200733013786 -21.37505, -27.31536033972428 -21.37505, -75.359375 -21.37505 M75.359375 -21.37505 C23.12286422734011 -21.37505, -29.11364654531978 -21.37505, -75.359375 -21.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-SprintStatus-8" data-look="classic" transform="translate(4564.671875, 2741.875)"><g class="outer-path" style=""><path d="M-109.96875 -64.125 L109.96875 -64.125 L109.96875 64.125 L-109.96875 64.125" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-109.96875 -64.125 C-27.15273532716249 -64.125, 55.66327934567502 -64.125, 109.96875 -64.125 M-109.96875 -64.125 C-49.89686457437964 -64.125, 10.175020851240717 -64.125, 109.96875 -64.125 M109.96875 -64.125 C109.96875 -18.333668019136596, 109.96875 27.45766396172681, 109.96875 64.125 M109.96875 -64.125 C109.96875 -23.06587364824926, 109.96875 17.993252703501483, 109.96875 64.125 M109.96875 64.125 C39.591552848590254 64.125, -30.78564430281949 64.125, -109.96875 64.125 M109.96875 64.125 C24.11928590601967 64.125, -61.73017818796066 64.125, -109.96875 64.125 M-109.96875 64.125 C-109.96875 22.96180153893399, -109.96875 -18.20139692213202, -109.96875 -64.125 M-109.96875 64.125 C-109.96875 21.64144763046614, -109.96875 -20.84210473906772, -109.96875 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-109.96875 -21.375 L109.96875 -21.375 L109.96875 21.375 L-109.96875 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-109.96875 -21.375 C-29.75154333495422 -21.375, 50.46566333009156 -21.375, 109.96875 -21.375 M-109.96875 -21.375 C-48.75700339483811 -21.375, 12.454743210323784 -21.375, 109.96875 -21.375 M109.96875 -21.375 C109.96875 -9.405129104051285, 109.96875 2.564741791897429, 109.96875 21.375 M109.96875 -21.375 C109.96875 -6.408481652704291, 109.96875 8.558036694591419, 109.96875 21.375 M109.96875 21.375 C61.64317943075529 21.375, 13.317608861510578 21.375, -109.96875 21.375 M109.96875 21.375 C57.78888053145228 21.375, 5.609011062904557 21.375, -109.96875 21.375 M-109.96875 21.375 C-109.96875 8.70751686591487, -109.96875 -3.959966268170259, -109.96875 -21.375 M-109.96875 21.375 C-109.96875 9.802836166857254, -109.96875 -1.7693276662854913, -109.96875 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-109.96875 21.375 L109.96875 21.375 L109.96875 64.125 L-109.96875 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-109.96875 21.375 C-56.02431292740644 21.375, -2.079875854812883 21.375, 109.96875 21.375 M-109.96875 21.375 C-59.04713422230841 21.375, -8.125518444616816 21.375, 109.96875 21.375 M109.96875 21.375 C109.96875 33.1393095350947, 109.96875 44.90361907018939, 109.96875 64.125 M109.96875 21.375 C109.96875 32.53137750456575, 109.96875 43.68775500913149, 109.96875 64.125 M109.96875 64.125 C30.714554789690013 64.125, -48.539640420619975 64.125, -109.96875 64.125 M109.96875 64.125 C58.64294706005697 64.125, 7.317144120113937 64.125, -109.96875 64.125 M-109.96875 64.125 C-109.96875 55.51737684072117, -109.96875 46.90975368144234, -109.96875 21.375 M-109.96875 64.125 C-109.96875 47.420167498087295, -109.96875 30.715334996174597, -109.96875 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-43.2421875, -54.75)" style=""><foreignObject width="86.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 178px; text-align: start;"><span class="nodeLabel"><p>SprintStatus</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-97.46875, -12)" style=""><foreignObject width="50.71875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 160px; text-align: start;"><span class="nodeLabel"><p>ACTIVE</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, -12)" style=""><foreignObject width="50.71875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 160px; text-align: start;"><span class="nodeLabel"><p>ACTIVE</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(122.46875, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(122.46875, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-97.46875, 30.75)" style=""><foreignObject width="84.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 196px; text-align: start;"><span class="nodeLabel"><p>COMPLETED</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(12.5, 30.75)" style=""><foreignObject width="84.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 196px; text-align: start;"><span class="nodeLabel"><p>COMPLETED</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(122.46875, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(122.46875, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-109.96875 -21.37505 L-109.96875 -21.37495 L109.96875 -21.37495 L109.96875 -21.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-109.96875 -21.37505 C-109.96875 -21.375020034687843, -109.96875 -21.374990069375688, -109.96875 -21.37495 M-109.96875 -21.37505 C-109.96875 -21.37502511690448, -109.96875 -21.37500023380896, -109.96875 -21.37495 M-109.96875 -21.37495 C-62.68585167255717 -21.37495, -15.40295334511434 -21.37495, 109.96875 -21.37495 M-109.96875 -21.37495 C-28.28253174461412 -21.37495, 53.40368651077176 -21.37495, 109.96875 -21.37495 M109.96875 -21.37495 C109.96875 -21.374970116019885, 109.96875 -21.37499023203977, 109.96875 -21.37505 M109.96875 -21.37495 C109.96875 -21.374975016121002, 109.96875 -21.375000032242006, 109.96875 -21.37505 M109.96875 -21.37505 C57.80125184002063 -21.37505, 5.633753680041266 -21.37505, -109.96875 -21.37505 M109.96875 -21.37505 C25.259819084602498 -21.37505, -59.449111830795005 -21.37505, -109.96875 -21.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-0.00005 -21.375 L0.00005 -21.375 L0.00005 64.125 L-0.00005 64.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-0.00005 -21.375 C-0.000024289385610457388 -21.375, 0.0000014212287790852271 -21.375, 0.00005 -21.375 M-0.00005 -21.375 C-0.00002487459465562292 -21.375, 2.508106887541634e-7 -21.375, 0.00005 -21.375 M0.00005 -21.375 C0.00005 10.01365544860413, 0.00005 41.40231089720826, 0.00005 64.125 M0.00005 -21.375 C0.00005 12.711561105091093, 0.00005 46.798122210182186, 0.00005 64.125 M0.00005 64.125 C0.000019848813318001736 64.125, -0.00001030237336399653 64.125, -0.00005 64.125 M0.00005 64.125 C0.000014036821838729068 64.125, -0.000021926356322541866 64.125, -0.00005 64.125 M-0.00005 64.125 C-0.00005 38.753750297620854, -0.00005 13.382500595241702, -0.00005 -21.375 M-0.00005 64.125 C-0.00005 34.127483287507786, -0.00005 4.12996657501558, -0.00005 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-109.96875 -21.37505 L-109.96875 -21.37495 L109.96875 -21.37495 L109.96875 -21.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-109.96875 -21.37505 C-109.96875 -21.37501138717192, -109.96875 -21.37497277434384, -109.96875 -21.37495 M-109.96875 -21.37505 C-109.96875 -21.375010369401984, -109.96875 -21.374970738803967, -109.96875 -21.37495 M-109.96875 -21.37495 C-24.159003114964932 -21.37495, 61.650743770070136 -21.37495, 109.96875 -21.37495 M-109.96875 -21.37495 C-28.942801824059686 -21.37495, 52.08314635188063 -21.37495, 109.96875 -21.37495 M109.96875 -21.37495 C109.96875 -21.374987541269412, 109.96875 -21.37502508253883, 109.96875 -21.37505 M109.96875 -21.37495 C109.96875 -21.3749812092476, 109.96875 -21.375012418495206, 109.96875 -21.37505 M109.96875 -21.37505 C55.8029963426372 -21.37505, 1.6372426852744013 -21.37505, -109.96875 -21.37505 M109.96875 -21.37505 C41.410693972454496 -21.37505, -27.14736205509101 -21.37505, -109.96875 -21.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-users-9" data-look="classic" transform="translate(2418.53515625, 2170.625)"><g class="outer-path" style=""><path d="M-136.0546875 -235.125 L136.0546875 -235.125 L136.0546875 235.125 L-136.0546875 235.125" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-136.0546875 -235.125 C-36.66597854463136 -235.125, 62.722730410737285 -235.125, 136.0546875 -235.125 M-136.0546875 -235.125 C-37.39795016315375 -235.125, 61.2587871736925 -235.125, 136.0546875 -235.125 M136.0546875 -235.125 C136.0546875 -82.42122129711302, 136.0546875 70.28255740577396, 136.0546875 235.125 M136.0546875 -235.125 C136.0546875 -135.73065759672272, 136.0546875 -36.33631519344547, 136.0546875 235.125 M136.0546875 235.125 C61.165950375170866 235.125, -13.722786749658269 235.125, -136.0546875 235.125 M136.0546875 235.125 C44.64392101554837 235.125, -46.766845468903256 235.125, -136.0546875 235.125 M-136.0546875 235.125 C-136.0546875 138.33335166422438, -136.0546875 41.54170332844879, -136.0546875 -235.125 M-136.0546875 235.125 C-136.0546875 115.85092050250437, -136.0546875 -3.423158994991269, -136.0546875 -235.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-136.0546875 -192.375 L136.0546875 -192.375 L136.0546875 -149.625 L-136.0546875 -149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-136.0546875 -192.375 C-38.24758425135772 -192.375, 59.559518997284556 -192.375, 136.0546875 -192.375 M-136.0546875 -192.375 C-47.063921740042844 -192.375, 41.92684401991431 -192.375, 136.0546875 -192.375 M136.0546875 -192.375 C136.0546875 -182.26840201389234, 136.0546875 -172.16180402778468, 136.0546875 -149.625 M136.0546875 -192.375 C136.0546875 -178.51962605110904, 136.0546875 -164.66425210221811, 136.0546875 -149.625 M136.0546875 -149.625 C65.50283662681177 -149.625, -5.0490142463764585 -149.625, -136.0546875 -149.625 M136.0546875 -149.625 C46.298097464945315 -149.625, -43.45849257010937 -149.625, -136.0546875 -149.625 M-136.0546875 -149.625 C-136.0546875 -159.3441307307623, -136.0546875 -169.06326146152455, -136.0546875 -192.375 M-136.0546875 -149.625 C-136.0546875 -163.67060610234503, -136.0546875 -177.71621220469007, -136.0546875 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-136.0546875 -149.625 L136.0546875 -149.625 L136.0546875 -106.875 L-136.0546875 -106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-136.0546875 -149.625 C-81.53015675677541 -149.625, -27.005626013550824 -149.625, 136.0546875 -149.625 M-136.0546875 -149.625 C-48.702063967673254 -149.625, 38.65055956465349 -149.625, 136.0546875 -149.625 M136.0546875 -149.625 C136.0546875 -135.04481318251504, 136.0546875 -120.46462636503009, 136.0546875 -106.875 M136.0546875 -149.625 C136.0546875 -139.16266734924727, 136.0546875 -128.70033469849454, 136.0546875 -106.875 M136.0546875 -106.875 C36.0726267025227 -106.875, -63.909434094954605 -106.875, -136.0546875 -106.875 M136.0546875 -106.875 C81.62955374987379 -106.875, 27.2044199997476 -106.875, -136.0546875 -106.875 M-136.0546875 -106.875 C-136.0546875 -118.9929008849221, -136.0546875 -131.1108017698442, -136.0546875 -149.625 M-136.0546875 -106.875 C-136.0546875 -121.0314689790043, -136.0546875 -135.1879379580086, -136.0546875 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-136.0546875 -106.875 L136.0546875 -106.875 L136.0546875 -64.125 L-136.0546875 -64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-136.0546875 -106.875 C-34.95458638703235 -106.875, 66.1455147259353 -106.875, 136.0546875 -106.875 M-136.0546875 -106.875 C-56.27111952034173 -106.875, 23.512448459316545 -106.875, 136.0546875 -106.875 M136.0546875 -106.875 C136.0546875 -90.75172389399188, 136.0546875 -74.62844778798377, 136.0546875 -64.125 M136.0546875 -106.875 C136.0546875 -97.56477215498136, 136.0546875 -88.2545443099627, 136.0546875 -64.125 M136.0546875 -64.125 C72.66028404991994 -64.125, 9.26588059983986 -64.125, -136.0546875 -64.125 M136.0546875 -64.125 C37.11609456592096 -64.125, -61.82249836815808 -64.125, -136.0546875 -64.125 M-136.0546875 -64.125 C-136.0546875 -75.66201872338354, -136.0546875 -87.1990374467671, -136.0546875 -106.875 M-136.0546875 -64.125 C-136.0546875 -79.98496870179389, -136.0546875 -95.84493740358778, -136.0546875 -106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-136.0546875 -64.125 L136.0546875 -64.125 L136.0546875 -21.375 L-136.0546875 -21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-136.0546875 -64.125 C-56.11298343080925 -64.125, 23.828720638381498 -64.125, 136.0546875 -64.125 M-136.0546875 -64.125 C-35.7223783636519 -64.125, 64.6099307726962 -64.125, 136.0546875 -64.125 M136.0546875 -64.125 C136.0546875 -53.0263560075677, 136.0546875 -41.92771201513539, 136.0546875 -21.375 M136.0546875 -64.125 C136.0546875 -52.50222634458364, 136.0546875 -40.87945268916728, 136.0546875 -21.375 M136.0546875 -21.375 C45.41149819418288 -21.375, -45.231691111634234 -21.375, -136.0546875 -21.375 M136.0546875 -21.375 C79.67731228867152 -21.375, 23.299937077343046 -21.375, -136.0546875 -21.375 M-136.0546875 -21.375 C-136.0546875 -34.6285782866112, -136.0546875 -47.88215657322241, -136.0546875 -64.125 M-136.0546875 -21.375 C-136.0546875 -35.025170633696085, -136.0546875 -48.67534126739217, -136.0546875 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-136.0546875 -21.375 L136.0546875 -21.375 L136.0546875 21.375 L-136.0546875 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-136.0546875 -21.375 C-27.240911717800998 -21.375, 81.572864064398 -21.375, 136.0546875 -21.375 M-136.0546875 -21.375 C-59.39491813014051 -21.375, 17.26485123971898 -21.375, 136.0546875 -21.375 M136.0546875 -21.375 C136.0546875 -6.0838828419251225, 136.0546875 9.207234316149755, 136.0546875 21.375 M136.0546875 -21.375 C136.0546875 -7.8465661648673315, 136.0546875 5.681867670265337, 136.0546875 21.375 M136.0546875 21.375 C73.3304982679823 21.375, 10.6063090359646 21.375, -136.0546875 21.375 M136.0546875 21.375 C49.85050759164116 21.375, -36.35367231671768 21.375, -136.0546875 21.375 M-136.0546875 21.375 C-136.0546875 8.831386413585115, -136.0546875 -3.7122271728297704, -136.0546875 -21.375 M-136.0546875 21.375 C-136.0546875 12.70467775053338, -136.0546875 4.034355501066759, -136.0546875 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-136.0546875 21.375 L136.0546875 21.375 L136.0546875 64.125 L-136.0546875 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-136.0546875 21.375 C-51.00186253902359 21.375, 34.05096242195282 21.375, 136.0546875 21.375 M-136.0546875 21.375 C-63.00906872373615 21.375, 10.036550052527701 21.375, 136.0546875 21.375 M136.0546875 21.375 C136.0546875 32.39761354498339, 136.0546875 43.42022708996679, 136.0546875 64.125 M136.0546875 21.375 C136.0546875 36.5007414944294, 136.0546875 51.6264829888588, 136.0546875 64.125 M136.0546875 64.125 C39.62749912865429 64.125, -56.799689242691414 64.125, -136.0546875 64.125 M136.0546875 64.125 C79.11248402502443 64.125, 22.170280550048858 64.125, -136.0546875 64.125 M-136.0546875 64.125 C-136.0546875 53.063535984442964, -136.0546875 42.00207196888592, -136.0546875 21.375 M-136.0546875 64.125 C-136.0546875 50.308958976159055, -136.0546875 36.49291795231811, -136.0546875 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-136.0546875 64.125 L136.0546875 64.125 L136.0546875 106.875 L-136.0546875 106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-136.0546875 64.125 C-47.9354365991737 64.125, 40.1838143016526 64.125, 136.0546875 64.125 M-136.0546875 64.125 C-65.48680562877286 64.125, 5.081076242454287 64.125, 136.0546875 64.125 M136.0546875 64.125 C136.0546875 77.72954020974173, 136.0546875 91.33408041948346, 136.0546875 106.875 M136.0546875 64.125 C136.0546875 74.65949485214882, 136.0546875 85.19398970429765, 136.0546875 106.875 M136.0546875 106.875 C54.11415179877601 106.875, -27.826383902447986 106.875, -136.0546875 106.875 M136.0546875 106.875 C56.48024785193638 106.875, -23.094191796127234 106.875, -136.0546875 106.875 M-136.0546875 106.875 C-136.0546875 91.75347954007242, -136.0546875 76.63195908014482, -136.0546875 64.125 M-136.0546875 106.875 C-136.0546875 92.4482984316992, -136.0546875 78.0215968633984, -136.0546875 64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-136.0546875 106.875 L136.0546875 106.875 L136.0546875 149.625 L-136.0546875 149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-136.0546875 106.875 C-75.07655724599417 106.875, -14.098426991988319 106.875, 136.0546875 106.875 M-136.0546875 106.875 C-61.15842665454542 106.875, 13.737834190909155 106.875, 136.0546875 106.875 M136.0546875 106.875 C136.0546875 122.24512849783696, 136.0546875 137.61525699567392, 136.0546875 149.625 M136.0546875 106.875 C136.0546875 120.99358231659977, 136.0546875 135.11216463319954, 136.0546875 149.625 M136.0546875 149.625 C43.840390390664666 149.625, -48.37390671867067 149.625, -136.0546875 149.625 M136.0546875 149.625 C46.178719527499865 149.625, -43.69724844500027 149.625, -136.0546875 149.625 M-136.0546875 149.625 C-136.0546875 140.04321517302265, -136.0546875 130.4614303460453, -136.0546875 106.875 M-136.0546875 149.625 C-136.0546875 134.47344504426974, -136.0546875 119.32189008853948, -136.0546875 106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-136.0546875 149.625 L136.0546875 149.625 L136.0546875 192.375 L-136.0546875 192.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-136.0546875 149.625 C-30.98815320573557 149.625, 74.07838108852886 149.625, 136.0546875 149.625 M-136.0546875 149.625 C-46.16973335444841 149.625, 43.71522079110318 149.625, 136.0546875 149.625 M136.0546875 149.625 C136.0546875 160.69756108887967, 136.0546875 171.77012217775933, 136.0546875 192.375 M136.0546875 149.625 C136.0546875 161.87774911488623, 136.0546875 174.13049822977246, 136.0546875 192.375 M136.0546875 192.375 C32.35908657836468 192.375, -71.33651434327064 192.375, -136.0546875 192.375 M136.0546875 192.375 C61.95856212615705 192.375, -12.137563247685904 192.375, -136.0546875 192.375 M-136.0546875 192.375 C-136.0546875 175.87033321885644, -136.0546875 159.3656664377129, -136.0546875 149.625 M-136.0546875 192.375 C-136.0546875 177.40131732406448, -136.0546875 162.42763464812896, -136.0546875 149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-136.0546875 192.375 L136.0546875 192.375 L136.0546875 235.125 L-136.0546875 235.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-136.0546875 192.375 C-35.834454757846416 192.375, 64.38577798430717 192.375, 136.0546875 192.375 M-136.0546875 192.375 C-75.90800197051576 192.375, -15.761316441031497 192.375, 136.0546875 192.375 M136.0546875 192.375 C136.0546875 208.77649667179975, 136.0546875 225.17799334359952, 136.0546875 235.125 M136.0546875 192.375 C136.0546875 206.81086102759926, 136.0546875 221.24672205519852, 136.0546875 235.125 M136.0546875 235.125 C57.9285453991848 235.125, -20.197596701630403 235.125, -136.0546875 235.125 M136.0546875 235.125 C37.295238646376674 235.125, -61.46421020724665 235.125, -136.0546875 235.125 M-136.0546875 235.125 C-136.0546875 222.80770398915107, -136.0546875 210.49040797830213, -136.0546875 192.375 M-136.0546875 235.125 C-136.0546875 220.46926059772917, -136.0546875 205.81352119545838, -136.0546875 192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-18.3203125, -225.75)" style=""><foreignObject width="36.640625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 134px; text-align: start;"><span class="nodeLabel"><p>users</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-123.5546875, -183)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-30.0703125, -183)" style=""><foreignObject width="13.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 113px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(101.5859375, -183)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(101.5859375, -183)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p>🗝️</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-123.5546875, -140.25)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-30.0703125, -140.25)" style=""><foreignObject width="69.328125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 162px; text-align: start;"><span class="nodeLabel"><p>username</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(101.5859375, -140.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(101.5859375, -140.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-123.5546875, -97.5)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-30.0703125, -97.5)" style=""><foreignObject width="39.703125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 136px; text-align: start;"><span class="nodeLabel"><p>email</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(101.5859375, -97.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(101.5859375, -97.5)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-123.5546875, -54.75)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-30.0703125, -54.75)" style=""><foreignObject width="106.65625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: start;"><span class="nodeLabel"><p>password_hash</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(101.5859375, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(101.5859375, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-123.5546875, -12)" style=""><foreignObject width="56.828125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 155px; text-align: start;"><span class="nodeLabel"><p>Boolean</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-30.0703125, -12)" style=""><foreignObject width="58.9375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 154px; text-align: start;"><span class="nodeLabel"><p>is_demo</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(101.5859375, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(101.5859375, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-123.5546875, 30.75)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-30.0703125, 30.75)" style=""><foreignObject width="22.0625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 121px; text-align: start;"><span class="nodeLabel"><p>bio</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(101.5859375, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(101.5859375, 30.75)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-123.5546875, 73.5)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-30.0703125, 73.5)" style=""><foreignObject width="72.125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>bio_detail</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(101.5859375, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(101.5859375, 73.5)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-123.5546875, 116.25)" style=""><foreignObject width="38.5" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 137px; text-align: start;"><span class="nodeLabel"><p>Bytes</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-30.0703125, 116.25)" style=""><foreignObject width="86.078125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 175px; text-align: start;"><span class="nodeLabel"><p>avatar_data</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(101.5859375, 116.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(101.5859375, 116.25)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-123.5546875, 159)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-30.0703125, 159)" style=""><foreignObject width="78.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>created_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(101.5859375, 159)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(101.5859375, 159)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-123.5546875, 201.75)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-30.0703125, 201.75)" style=""><foreignObject width="82.109375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 172px; text-align: start;"><span class="nodeLabel"><p>updated_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(101.5859375, 201.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(101.5859375, 201.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-136.0546875 -192.37505 L-136.0546875 -192.37495 L136.0546875 -192.37495 L136.0546875 -192.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-136.0546875 -192.37505 C-136.0546875 -192.37502162840102, -136.0546875 -192.37499325680201, -136.0546875 -192.37495 M-136.0546875 -192.37505 C-136.0546875 -192.3750251156, -136.0546875 -192.37500023120006, -136.0546875 -192.37495 M-136.0546875 -192.37495 C-30.56721798443421 -192.37495, 74.92025153113158 -192.37495, 136.0546875 -192.37495 M-136.0546875 -192.37495 C-80.85610198052913 -192.37495, -25.65751646105825 -192.37495, 136.0546875 -192.37495 M136.0546875 -192.37495 C136.0546875 -192.37498019911706, 136.0546875 -192.37501039823408, 136.0546875 -192.37505 M136.0546875 -192.37495 C136.0546875 -192.37498825813734, 136.0546875 -192.3750265162747, 136.0546875 -192.37505 M136.0546875 -192.37505 C50.32958043804108 -192.37505, -35.395526623917846 -192.37505, -136.0546875 -192.37505 M136.0546875 -192.37505 C75.94166766045865 -192.37505, 15.828647820917311 -192.37505, -136.0546875 -192.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-42.5703625 -192.375 L-42.5702625 -192.375 L-42.5702625 235.125 L-42.5703625 235.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-42.5703625 -192.375 C-42.57033837443746 -192.375, -42.570314248874915 -192.375, -42.5702625 -192.375 M-42.5703625 -192.375 C-42.570334718185194 -192.375, -42.570306936370386 -192.375, -42.5702625 -192.375 M-42.5702625 -192.375 C-42.5702625 -90.338572287714, -42.5702625 11.697855424571998, -42.5702625 235.125 M-42.5702625 -192.375 C-42.5702625 -76.83071005411246, -42.5702625 38.71357989177508, -42.5702625 235.125 M-42.5702625 235.125 C-42.570300809273185 235.125, -42.570339118546364 235.125, -42.5703625 235.125 M-42.5702625 235.125 C-42.570284323896324 235.125, -42.57030614779265 235.125, -42.5703625 235.125 M-42.5703625 235.125 C-42.5703625 126.72686159195085, -42.5703625 18.3287231839017, -42.5703625 -192.375 M-42.5703625 235.125 C-42.5703625 125.47404397335012, -42.5703625 15.823087946700241, -42.5703625 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M89.0858875 -192.375 L89.0859875 -192.375 L89.0859875 235.125 L89.0858875 235.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M89.0858875 -192.375 C89.08591510514816 -192.375, 89.08594271029631 -192.375, 89.0859875 -192.375 M89.0858875 -192.375 C89.08591070321656 -192.375, 89.0859339064331 -192.375, 89.0859875 -192.375 M89.0859875 -192.375 C89.0859875 -102.21063883449224, 89.0859875 -12.046277668984487, 89.0859875 235.125 M89.0859875 -192.375 C89.0859875 -106.0274372592239, 89.0859875 -19.679874518447804, 89.0859875 235.125 M89.0859875 235.125 C89.08595127273658 235.125, 89.08591504547317 235.125, 89.0858875 235.125 M89.0859875 235.125 C89.08596745396206 235.125, 89.08594740792411 235.125, 89.0858875 235.125 M89.0858875 235.125 C89.0858875 115.45742434967053, 89.0858875 -4.210151300658936, 89.0858875 -192.375 M89.0858875 235.125 C89.0858875 136.67016759894415, 89.0858875 38.21533519788832, 89.0858875 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-136.0546875 -192.37505 L-136.0546875 -192.37495 L136.0546875 -192.37495 L136.0546875 -192.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-136.0546875 -192.37505 C-136.0546875 -192.3750165293456, -136.0546875 -192.37498305869124, -136.0546875 -192.37495 M-136.0546875 -192.37505 C-136.0546875 -192.37501860373328, -136.0546875 -192.3749872074666, -136.0546875 -192.37495 M-136.0546875 -192.37495 C-40.97621654012079 -192.37495, 54.102254419758424 -192.37495, 136.0546875 -192.37495 M-136.0546875 -192.37495 C-42.62590317204085 -192.37495, 50.8028811559183 -192.37495, 136.0546875 -192.37495 M136.0546875 -192.37495 C136.0546875 -192.37497622236683, 136.0546875 -192.37500244473367, 136.0546875 -192.37505 M136.0546875 -192.37495 C136.0546875 -192.3749882311927, 136.0546875 -192.3750264623854, 136.0546875 -192.37505 M136.0546875 -192.37505 C67.28120431104296 -192.37505, -1.4922788779140888 -192.37505, -136.0546875 -192.37505 M136.0546875 -192.37505 C28.369850482053423 -192.37505, -79.31498653589315 -192.37505, -136.0546875 -192.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-user_roles-10" data-look="classic" transform="translate(777.203125, 1599.375)"><g class="outer-path" style=""><path d="M-83.40625 -64.125 L83.40625 -64.125 L83.40625 64.125 L-83.40625 64.125" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-83.40625 -64.125 C-24.964001669417634 -64.125, 33.47824666116473 -64.125, 83.40625 -64.125 M-83.40625 -64.125 C-30.73041226801881 -64.125, 21.94542546396238 -64.125, 83.40625 -64.125 M83.40625 -64.125 C83.40625 -34.142200082267955, 83.40625 -4.15940016453591, 83.40625 64.125 M83.40625 -64.125 C83.40625 -30.38084381822855, 83.40625 3.363312363542903, 83.40625 64.125 M83.40625 64.125 C28.364081051176804 64.125, -26.678087897646392 64.125, -83.40625 64.125 M83.40625 64.125 C48.013189864779164 64.125, 12.620129729558329 64.125, -83.40625 64.125 M-83.40625 64.125 C-83.40625 17.555559447162686, -83.40625 -29.013881105674628, -83.40625 -64.125 M-83.40625 64.125 C-83.40625 30.611444584303328, -83.40625 -2.902110831393344, -83.40625 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-83.40625 -21.375 L83.40625 -21.375 L83.40625 21.375 L-83.40625 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-83.40625 -21.375 C-30.014565970648732 -21.375, 23.377118058702536 -21.375, 83.40625 -21.375 M-83.40625 -21.375 C-40.94084527128994 -21.375, 1.5245594574201249 -21.375, 83.40625 -21.375 M83.40625 -21.375 C83.40625 -11.581678576350667, 83.40625 -1.7883571527013338, 83.40625 21.375 M83.40625 -21.375 C83.40625 -12.312288808038781, 83.40625 -3.2495776160775627, 83.40625 21.375 M83.40625 21.375 C33.32798659867737 21.375, -16.75027680264526 21.375, -83.40625 21.375 M83.40625 21.375 C42.186556182460244 21.375, 0.9668623649204875 21.375, -83.40625 21.375 M-83.40625 21.375 C-83.40625 10.362550658224261, -83.40625 -0.6498986835514771, -83.40625 -21.375 M-83.40625 21.375 C-83.40625 4.70593936747958, -83.40625 -11.96312126504084, -83.40625 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-83.40625 21.375 L83.40625 21.375 L83.40625 64.125 L-83.40625 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-83.40625 21.375 C-20.365182332570413 21.375, 42.675885334859174 21.375, 83.40625 21.375 M-83.40625 21.375 C-23.050551546628505 21.375, 37.30514690674299 21.375, 83.40625 21.375 M83.40625 21.375 C83.40625 31.90062870805143, 83.40625 42.42625741610286, 83.40625 64.125 M83.40625 21.375 C83.40625 30.741344443749327, 83.40625 40.107688887498654, 83.40625 64.125 M83.40625 64.125 C36.25690944833882 64.125, -10.892431103322366 64.125, -83.40625 64.125 M83.40625 64.125 C22.556684220386046 64.125, -38.29288155922791 64.125, -83.40625 64.125 M-83.40625 64.125 C-83.40625 54.366344225129765, -83.40625 44.60768845025954, -83.40625 21.375 M-83.40625 64.125 C-83.40625 53.25839158074222, -83.40625 42.39178316148444, -83.40625 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-36.640625, -54.75)" style=""><foreignObject width="73.28125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 167px; text-align: start;"><span class="nodeLabel"><p>user_roles</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-70.90625, -12)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-4.3125, -12)" style=""><foreignObject width="13.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 113px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(48.9375, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(48.9375, -12)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p>🗝️</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-70.90625, 30.75)" style=""><foreignObject width="30.703125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 131px; text-align: start;"><span class="nodeLabel"><p>Role</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-4.3125, 30.75)" style=""><foreignObject width="28.25" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 126px; text-align: start;"><span class="nodeLabel"><p>role</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(48.9375, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(48.9375, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-83.40625 -21.37505 L-83.40625 -21.37495 L83.40625 -21.37495 L83.40625 -21.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-83.40625 -21.37505 C-83.40625 -21.37501821935838, -83.40625 -21.374986438716764, -83.40625 -21.37495 M-83.40625 -21.37505 C-83.40625 -21.37502396824081, -83.40625 -21.37499793648162, -83.40625 -21.37495 M-83.40625 -21.37495 C-32.16013731110271 -21.37495, 19.085975377794583 -21.37495, 83.40625 -21.37495 M-83.40625 -21.37495 C-39.76633068009593 -21.37495, 3.8735886398081334 -21.37495, 83.40625 -21.37495 M83.40625 -21.37495 C83.40625 -21.37498463226245, 83.40625 -21.3750192645249, 83.40625 -21.37505 M83.40625 -21.37495 C83.40625 -21.374978482114805, 83.40625 -21.375006964229616, 83.40625 -21.37505 M83.40625 -21.37505 C20.05047642669014 -21.37505, -43.30529714661972 -21.37505, -83.40625 -21.37505 M83.40625 -21.37505 C31.65515802800438 -21.37505, -20.09593394399124 -21.37505, -83.40625 -21.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-16.81255 -21.375 L-16.81245 -21.375 L-16.81245 64.125 L-16.81255 64.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-16.81255 -21.375 C-16.812518388790142 -21.375, -16.812486777580286 -21.375, -16.81245 -21.375 M-16.81255 -21.375 C-16.812524343924597 -21.375, -16.812498687849192 -21.375, -16.81245 -21.375 M-16.81245 -21.375 C-16.81245 11.98672988672044, -16.81245 45.34845977344088, -16.81245 64.125 M-16.81245 -21.375 C-16.81245 5.618099483900277, -16.81245 32.611198967800554, -16.81245 64.125 M-16.81245 64.125 C-16.8124854016485 64.125, -16.81252080329701 64.125, -16.81255 64.125 M-16.81245 64.125 C-16.812485675543417 64.125, -16.81252135108684 64.125, -16.81255 64.125 M-16.81255 64.125 C-16.81255 43.13563544324002, -16.81255 22.14627088648004, -16.81255 -21.375 M-16.81255 64.125 C-16.81255 32.84234355716877, -16.81255 1.5596871143375353, -16.81255 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M36.43745 -21.375 L36.43755 -21.375 L36.43755 64.125 L36.43745 64.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M36.43745 -21.375 C36.43747860904443 -21.375, 36.437507218088875 -21.375, 36.43755 -21.375 M36.43745 -21.375 C36.43748512381876 -21.375, 36.43752024763753 -21.375, 36.43755 -21.375 M36.43755 -21.375 C36.43755 3.818690193214188, 36.43755 29.012380386428376, 36.43755 64.125 M36.43755 -21.375 C36.43755 6.546414878179991, 36.43755 34.46782975635998, 36.43755 64.125 M36.43755 64.125 C36.437512632247575 64.125, 36.43747526449515 64.125, 36.43745 64.125 M36.43755 64.125 C36.43752129674274 64.125, 36.437492593485466 64.125, 36.43745 64.125 M36.43745 64.125 C36.43745 33.74018677799293, 36.43745 3.3553735559858566, 36.43745 -21.375 M36.43745 64.125 C36.43745 38.56864579640744, 36.43745 13.012291592814876, 36.43745 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-83.40625 -21.37505 L-83.40625 -21.37495 L83.40625 -21.37495 L83.40625 -21.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-83.40625 -21.37505 C-83.40625 -21.375017333832023, -83.40625 -21.374984667664048, -83.40625 -21.37495 M-83.40625 -21.37505 C-83.40625 -21.37502038529379, -83.40625 -21.374990770587583, -83.40625 -21.37495 M-83.40625 -21.37495 C-24.047045973278017 -21.37495, 35.312158053443966 -21.37495, 83.40625 -21.37495 M-83.40625 -21.37495 C-38.863315931258356 -21.37495, 5.679618137483288 -21.37495, 83.40625 -21.37495 M83.40625 -21.37495 C83.40625 -21.374988378972716, 83.40625 -21.375026757945434, 83.40625 -21.37505 M83.40625 -21.37495 C83.40625 -21.374979757508445, 83.40625 -21.37500951501689, 83.40625 -21.37505 M83.40625 -21.37505 C21.026990004646713 -21.37505, -41.352269990706574 -21.37505, -83.40625 -21.37505 M83.40625 -21.37505 C43.79702985173978 -21.37505, 4.187809703479559 -21.37505, -83.40625 -21.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-api_tokens-11" data-look="classic" transform="translate(2683.609375, 1599.375)"><g class="outer-path" style=""><path d="M-123.34375 -128.25 L123.34375 -128.25 L123.34375 128.25 L-123.34375 128.25" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-123.34375 -128.25 C-64.9385618477483 -128.25, -6.533373695496621 -128.25, 123.34375 -128.25 M-123.34375 -128.25 C-54.131204506340154 -128.25, 15.081340987319692 -128.25, 123.34375 -128.25 M123.34375 -128.25 C123.34375 -65.95962275127536, 123.34375 -3.6692455025507087, 123.34375 128.25 M123.34375 -128.25 C123.34375 -55.198381839467515, 123.34375 17.85323632106497, 123.34375 128.25 M123.34375 128.25 C66.26537041188747 128.25, 9.186990823774948 128.25, -123.34375 128.25 M123.34375 128.25 C36.7503008819497 128.25, -49.8431482361006 128.25, -123.34375 128.25 M-123.34375 128.25 C-123.34375 34.74010717541306, -123.34375 -58.76978564917388, -123.34375 -128.25 M-123.34375 128.25 C-123.34375 36.75029678557627, -123.34375 -54.749406428847465, -123.34375 -128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-123.34375 -85.5 L123.34375 -85.5 L123.34375 -42.75 L-123.34375 -42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-123.34375 -85.5 C-55.24240045274884 -85.5, 12.858949094502321 -85.5, 123.34375 -85.5 M-123.34375 -85.5 C-26.097825607879614 -85.5, 71.14809878424077 -85.5, 123.34375 -85.5 M123.34375 -85.5 C123.34375 -75.75246185597184, 123.34375 -66.00492371194369, 123.34375 -42.75 M123.34375 -85.5 C123.34375 -69.53316864390067, 123.34375 -53.566337287801346, 123.34375 -42.75 M123.34375 -42.75 C58.349300162804795 -42.75, -6.64514967439041 -42.75, -123.34375 -42.75 M123.34375 -42.75 C27.956608546338316 -42.75, -67.43053290732337 -42.75, -123.34375 -42.75 M-123.34375 -42.75 C-123.34375 -56.307600762735305, -123.34375 -69.86520152547061, -123.34375 -85.5 M-123.34375 -42.75 C-123.34375 -55.77190813967046, -123.34375 -68.79381627934092, -123.34375 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-123.34375 -42.75 L123.34375 -42.75 L123.34375 0 L-123.34375 0" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-123.34375 -42.75 C-26.205272645598242 -42.75, 70.93320470880352 -42.75, 123.34375 -42.75 M-123.34375 -42.75 C-53.25591341043463 -42.75, 16.83192317913074 -42.75, 123.34375 -42.75 M123.34375 -42.75 C123.34375 -26.53289250957514, 123.34375 -10.315785019150283, 123.34375 0 M123.34375 -42.75 C123.34375 -27.344471940592392, 123.34375 -11.93894388118478, 123.34375 0 M123.34375 0 C61.38593343785125 0, -0.5718831242975 0, -123.34375 0 M123.34375 0 C62.543899047826685 0, 1.744048095653369 0, -123.34375 0 M-123.34375 0 C-123.34375 -12.757226101766033, -123.34375 -25.514452203532066, -123.34375 -42.75 M-123.34375 0 C-123.34375 -12.733885288937534, -123.34375 -25.46777057787507, -123.34375 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-123.34375 0 L123.34375 0 L123.34375 42.75 L-123.34375 42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-123.34375 0 C-56.14440548582067 0, 11.05493902835866 0, 123.34375 0 M-123.34375 0 C-49.844970018677245 0, 23.65380996264551 0, 123.34375 0 M123.34375 0 C123.34375 13.532632889563384, 123.34375 27.06526577912677, 123.34375 42.75 M123.34375 0 C123.34375 16.370919658996403, 123.34375 32.741839317992806, 123.34375 42.75 M123.34375 42.75 C63.562593866632604 42.75, 3.781437733265207 42.75, -123.34375 42.75 M123.34375 42.75 C32.14230926890352 42.75, -59.059131462192966 42.75, -123.34375 42.75 M-123.34375 42.75 C-123.34375 27.02823402582355, -123.34375 11.306468051647101, -123.34375 0 M-123.34375 42.75 C-123.34375 31.340671662465645, -123.34375 19.93134332493129, -123.34375 0" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-123.34375 42.75 L123.34375 42.75 L123.34375 85.5 L-123.34375 85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-123.34375 42.75 C-35.452525540259714 42.75, 52.43869891948057 42.75, 123.34375 42.75 M-123.34375 42.75 C-27.92185624011853 42.75, 67.50003751976294 42.75, 123.34375 42.75 M123.34375 42.75 C123.34375 53.91224382646397, 123.34375 65.07448765292794, 123.34375 85.5 M123.34375 42.75 C123.34375 56.649867713585095, 123.34375 70.54973542717019, 123.34375 85.5 M123.34375 85.5 C34.28070105378488 85.5, -54.78234789243024 85.5, -123.34375 85.5 M123.34375 85.5 C50.89193831249416 85.5, -21.559873375011676 85.5, -123.34375 85.5 M-123.34375 85.5 C-123.34375 74.93205841731061, -123.34375 64.36411683462123, -123.34375 42.75 M-123.34375 85.5 C-123.34375 72.87725648385548, -123.34375 60.25451296771096, -123.34375 42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-123.34375 85.5 L123.34375 85.5 L123.34375 128.25 L-123.34375 128.25" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-123.34375 85.5 C-69.4367651768172 85.5, -15.529780353634393 85.5, 123.34375 85.5 M-123.34375 85.5 C-62.72541526098959 85.5, -2.107080521979185 85.5, 123.34375 85.5 M123.34375 85.5 C123.34375 99.46568996387121, 123.34375 113.43137992774241, 123.34375 128.25 M123.34375 85.5 C123.34375 97.52925441176662, 123.34375 109.55850882353323, 123.34375 128.25 M123.34375 128.25 C57.88924096717328 128.25, -7.5652680656534415 128.25, -123.34375 128.25 M123.34375 128.25 C25.939082674251893 128.25, -71.46558465149621 128.25, -123.34375 128.25 M-123.34375 128.25 C-123.34375 115.7763163255555, -123.34375 103.30263265111101, -123.34375 85.5 M-123.34375 128.25 C-123.34375 114.13414217822633, -123.34375 100.01828435645265, -123.34375 85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-38.609375, -118.875)" style=""><foreignObject width="77.21875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 169px; text-align: start;"><span class="nodeLabel"><p>api_tokens</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-110.84375, -76.125)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.359375, -76.125)" style=""><foreignObject width="13.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 113px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(88.875, -76.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(88.875, -76.125)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p>🗝️</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-110.84375, -33.375)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.359375, -33.375)" style=""><foreignObject width="81.234375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 175px; text-align: start;"><span class="nodeLabel"><p>token_hash</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(88.875, -33.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(88.875, -33.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-110.84375, 9.375)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.359375, 9.375)" style=""><foreignObject width="35.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 132px; text-align: start;"><span class="nodeLabel"><p>label</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(88.875, 9.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(88.875, 9.375)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-110.84375, 52.125)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.359375, 52.125)" style=""><foreignObject width="78.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>created_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(88.875, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(88.875, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-110.84375, 94.875)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.359375, 94.875)" style=""><foreignObject width="80.21875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 173px; text-align: start;"><span class="nodeLabel"><p>revoked_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(88.875, 94.875)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(88.875, 94.875)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="divider"><path d="M-123.34375 -85.50005 L-123.34375 -85.49995 L123.34375 -85.49995 L123.34375 -85.50005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-123.34375 -85.50005 C-123.34375 -85.50002717322994, -123.34375 -85.50000434645986, -123.34375 -85.49995 M-123.34375 -85.50005 C-123.34375 -85.500024621972, -123.34375 -85.49999924394402, -123.34375 -85.49995 M-123.34375 -85.49995 C-29.117649569509396 -85.49995, 65.10845086098121 -85.49995, 123.34375 -85.49995 M-123.34375 -85.49995 C-36.143113495785514 -85.49995, 51.05752300842897 -85.49995, 123.34375 -85.49995 M123.34375 -85.49995 C123.34375 -85.49997583351288, 123.34375 -85.50000166702576, 123.34375 -85.50005 M123.34375 -85.49995 C123.34375 -85.49998549580674, 123.34375 -85.50002099161347, 123.34375 -85.50005 M123.34375 -85.50005 C34.004363976692915 -85.50005, -55.33502204661417 -85.50005, -123.34375 -85.50005 M123.34375 -85.50005 C41.186947155750374 -85.50005, -40.96985568849925 -85.50005, -123.34375 -85.50005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-29.859425 -85.5 L-29.859325 -85.5 L-29.859325 128.25 L-29.859425 128.25" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-29.859425 -85.5 C-29.859387455474423 -85.5, -29.85934991094884 -85.5, -29.859325 -85.5 M-29.859425 -85.5 C-29.859404604638087 -85.5, -29.85938420927617 -85.5, -29.859325 -85.5 M-29.859325 -85.5 C-29.859325 -34.94604161247955, -29.859325 15.607916775040906, -29.859325 128.25 M-29.859325 -85.5 C-29.859325 -29.838700598171847, -29.859325 25.822598803656305, -29.859325 128.25 M-29.859325 128.25 C-29.859345707548385 128.25, -29.859366415096773 128.25, -29.859425 128.25 M-29.859325 128.25 C-29.85935962648781 128.25, -29.85939425297562 128.25, -29.859425 128.25 M-29.859425 128.25 C-29.859425 70.31879224374487, -29.859425 12.387584487489718, -29.859425 -85.5 M-29.859425 128.25 C-29.859425 61.83655578075259, -29.859425 -4.576888438494819, -29.859425 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M76.37495 -85.5 L76.37505 -85.5 L76.37505 128.25 L76.37495 128.25" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M76.37495 -85.5 C76.37497878450839 -85.5, 76.37500756901679 -85.5, 76.37505 -85.5 M76.37495 -85.5 C76.37498729773401 -85.5, 76.37502459546802 -85.5, 76.37505 -85.5 M76.37505 -85.5 C76.37505 -26.441226193028747, 76.37505 32.617547613942506, 76.37505 128.25 M76.37505 -85.5 C76.37505 -38.28046352021436, 76.37505 8.939072959571277, 76.37505 128.25 M76.37505 128.25 C76.3750227163098 128.25, 76.3749954326196 128.25, 76.37495 128.25 M76.37505 128.25 C76.37501702703284 128.25, 76.37498405406569 128.25, 76.37495 128.25 M76.37495 128.25 C76.37495 66.64497817680675, 76.37495 5.039956353613505, 76.37495 -85.5 M76.37495 128.25 C76.37495 56.79679716908815, 76.37495 -14.656405661823698, 76.37495 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-123.34375 -85.50005 L-123.34375 -85.49995 L123.34375 -85.49995 L123.34375 -85.50005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-123.34375 -85.50005 C-123.34375 -85.50002501811092, -123.34375 -85.50000003622185, -123.34375 -85.49995 M-123.34375 -85.50005 C-123.34375 -85.50001828893161, -123.34375 -85.49998657786323, -123.34375 -85.49995 M-123.34375 -85.49995 C-47.038115626310514 -85.49995, 29.267518747378972 -85.49995, 123.34375 -85.49995 M-123.34375 -85.49995 C-26.26032047865219 -85.49995, 70.82310904269562 -85.49995, 123.34375 -85.49995 M123.34375 -85.49995 C123.34375 -85.49998451845092, 123.34375 -85.50001903690183, 123.34375 -85.50005 M123.34375 -85.49995 C123.34375 -85.4999761536451, 123.34375 -85.50000230729019, 123.34375 -85.50005 M123.34375 -85.50005 C27.472389055357013 -85.50005, -68.39897188928597 -85.50005, -123.34375 -85.50005 M123.34375 -85.50005 C64.00848379813561 -85.50005, 4.673217596271215 -85.50005, -123.34375 -85.50005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-products-12" data-look="classic" transform="translate(2580.4921875, 2741.875)"><g class="outer-path" style=""><path d="M-150.6796875 -235.125 L150.6796875 -235.125 L150.6796875 235.125 L-150.6796875 235.125" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-150.6796875 -235.125 C-48.924903961865695 -235.125, 52.82987957626861 -235.125, 150.6796875 -235.125 M-150.6796875 -235.125 C-78.34990720534684 -235.125, -6.020126910693676 -235.125, 150.6796875 -235.125 M150.6796875 -235.125 C150.6796875 -67.60769798413529, 150.6796875 99.90960403172943, 150.6796875 235.125 M150.6796875 -235.125 C150.6796875 -86.85854610473285, 150.6796875 61.407907790534296, 150.6796875 235.125 M150.6796875 235.125 C37.089735091935765 235.125, -76.50021731612847 235.125, -150.6796875 235.125 M150.6796875 235.125 C53.19841307106209 235.125, -44.28286135787582 235.125, -150.6796875 235.125 M-150.6796875 235.125 C-150.6796875 120.78114351844015, -150.6796875 6.437287036880292, -150.6796875 -235.125 M-150.6796875 235.125 C-150.6796875 107.06861637652324, -150.6796875 -20.987767246953524, -150.6796875 -235.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-150.6796875 -192.375 L150.6796875 -192.375 L150.6796875 -149.625 L-150.6796875 -149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-150.6796875 -192.375 C-66.46805091505578 -192.375, 17.743585669888432 -192.375, 150.6796875 -192.375 M-150.6796875 -192.375 C-38.55232360841603 -192.375, 73.57504028316794 -192.375, 150.6796875 -192.375 M150.6796875 -192.375 C150.6796875 -176.62896123605663, 150.6796875 -160.88292247211325, 150.6796875 -149.625 M150.6796875 -192.375 C150.6796875 -178.07268273295858, 150.6796875 -163.77036546591717, 150.6796875 -149.625 M150.6796875 -149.625 C44.99500380084734 -149.625, -60.689679898305315 -149.625, -150.6796875 -149.625 M150.6796875 -149.625 C51.94505651329439 -149.625, -46.78957447341122 -149.625, -150.6796875 -149.625 M-150.6796875 -149.625 C-150.6796875 -162.88242118454647, -150.6796875 -176.13984236909297, -150.6796875 -192.375 M-150.6796875 -149.625 C-150.6796875 -161.57992004811672, -150.6796875 -173.53484009623344, -150.6796875 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-150.6796875 -149.625 L150.6796875 -149.625 L150.6796875 -106.875 L-150.6796875 -106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-150.6796875 -149.625 C-61.906623478822496 -149.625, 26.866440542355008 -149.625, 150.6796875 -149.625 M-150.6796875 -149.625 C-57.181328322876695 -149.625, 36.31703085424661 -149.625, 150.6796875 -149.625 M150.6796875 -149.625 C150.6796875 -137.4164559952947, 150.6796875 -125.20791199058941, 150.6796875 -106.875 M150.6796875 -149.625 C150.6796875 -134.7205144933182, 150.6796875 -119.81602898663643, 150.6796875 -106.875 M150.6796875 -106.875 C31.861978981626876 -106.875, -86.95572953674625 -106.875, -150.6796875 -106.875 M150.6796875 -106.875 C54.52933371895186 -106.875, -41.62102006209628 -106.875, -150.6796875 -106.875 M-150.6796875 -106.875 C-150.6796875 -116.21026724490616, -150.6796875 -125.54553448981234, -150.6796875 -149.625 M-150.6796875 -106.875 C-150.6796875 -119.69768876308864, -150.6796875 -132.52037752617727, -150.6796875 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-150.6796875 -106.875 L150.6796875 -106.875 L150.6796875 -64.125 L-150.6796875 -64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-150.6796875 -106.875 C-53.73985578035682 -106.875, 43.19997593928636 -106.875, 150.6796875 -106.875 M-150.6796875 -106.875 C-47.04935327806686 -106.875, 56.58098094386628 -106.875, 150.6796875 -106.875 M150.6796875 -106.875 C150.6796875 -91.09175474150219, 150.6796875 -75.30850948300437, 150.6796875 -64.125 M150.6796875 -106.875 C150.6796875 -93.14319341182693, 150.6796875 -79.41138682365384, 150.6796875 -64.125 M150.6796875 -64.125 C73.51475218059335 -64.125, -3.650183138813304 -64.125, -150.6796875 -64.125 M150.6796875 -64.125 C68.1670252687596 -64.125, -14.345636962480796 -64.125, -150.6796875 -64.125 M-150.6796875 -64.125 C-150.6796875 -73.84488618108495, -150.6796875 -83.56477236216989, -150.6796875 -106.875 M-150.6796875 -64.125 C-150.6796875 -73.44501585608981, -150.6796875 -82.76503171217962, -150.6796875 -106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-150.6796875 -64.125 L150.6796875 -64.125 L150.6796875 -21.375 L-150.6796875 -21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-150.6796875 -64.125 C-87.2326205198809 -64.125, -23.785553539761793 -64.125, 150.6796875 -64.125 M-150.6796875 -64.125 C-40.81377109280146 -64.125, 69.05214531439708 -64.125, 150.6796875 -64.125 M150.6796875 -64.125 C150.6796875 -51.95527583879431, 150.6796875 -39.785551677588614, 150.6796875 -21.375 M150.6796875 -64.125 C150.6796875 -53.214374980368596, 150.6796875 -42.30374996073719, 150.6796875 -21.375 M150.6796875 -21.375 C57.11475665584965 -21.375, -36.45017418830071 -21.375, -150.6796875 -21.375 M150.6796875 -21.375 C75.11492752717572 -21.375, -0.4498324456485534 -21.375, -150.6796875 -21.375 M-150.6796875 -21.375 C-150.6796875 -33.19492970270794, -150.6796875 -45.01485940541588, -150.6796875 -64.125 M-150.6796875 -21.375 C-150.6796875 -33.09330935640763, -150.6796875 -44.81161871281526, -150.6796875 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-150.6796875 -21.375 L150.6796875 -21.375 L150.6796875 21.375 L-150.6796875 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-150.6796875 -21.375 C-73.83718757909033 -21.375, 3.005312341819348 -21.375, 150.6796875 -21.375 M-150.6796875 -21.375 C-38.51531369758639 -21.375, 73.64906010482721 -21.375, 150.6796875 -21.375 M150.6796875 -21.375 C150.6796875 -7.673943198613383, 150.6796875 6.027113602773234, 150.6796875 21.375 M150.6796875 -21.375 C150.6796875 -4.606605381634278, 150.6796875 12.161789236731444, 150.6796875 21.375 M150.6796875 21.375 C85.25608265817002 21.375, 19.83247781634003 21.375, -150.6796875 21.375 M150.6796875 21.375 C31.744184598982443 21.375, -87.19131830203511 21.375, -150.6796875 21.375 M-150.6796875 21.375 C-150.6796875 8.802427380356656, -150.6796875 -3.7701452392866877, -150.6796875 -21.375 M-150.6796875 21.375 C-150.6796875 12.192032290401837, -150.6796875 3.009064580803674, -150.6796875 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-150.6796875 21.375 L150.6796875 21.375 L150.6796875 64.125 L-150.6796875 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-150.6796875 21.375 C-59.08138671502718 21.375, 32.51691406994564 21.375, 150.6796875 21.375 M-150.6796875 21.375 C-78.8153525524339 21.375, -6.951017604867786 21.375, 150.6796875 21.375 M150.6796875 21.375 C150.6796875 36.34161239238674, 150.6796875 51.308224784773486, 150.6796875 64.125 M150.6796875 21.375 C150.6796875 32.089700459441175, 150.6796875 42.80440091888235, 150.6796875 64.125 M150.6796875 64.125 C36.289885233276806 64.125, -78.09991703344639 64.125, -150.6796875 64.125 M150.6796875 64.125 C65.62354594367116 64.125, -19.43259561265768 64.125, -150.6796875 64.125 M-150.6796875 64.125 C-150.6796875 55.53110358018277, -150.6796875 46.93720716036555, -150.6796875 21.375 M-150.6796875 64.125 C-150.6796875 53.913481520558875, -150.6796875 43.70196304111775, -150.6796875 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-150.6796875 64.125 L150.6796875 64.125 L150.6796875 106.875 L-150.6796875 106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-150.6796875 64.125 C-81.02324956676289 64.125, -11.36681163352577 64.125, 150.6796875 64.125 M-150.6796875 64.125 C-37.36361589526216 64.125, 75.95245570947569 64.125, 150.6796875 64.125 M150.6796875 64.125 C150.6796875 73.18733860224089, 150.6796875 82.24967720448177, 150.6796875 106.875 M150.6796875 64.125 C150.6796875 74.84506051991832, 150.6796875 85.56512103983664, 150.6796875 106.875 M150.6796875 106.875 C69.5829363264353 106.875, -11.513814847129396 106.875, -150.6796875 106.875 M150.6796875 106.875 C46.21580655437903 106.875, -58.24807439124194 106.875, -150.6796875 106.875 M-150.6796875 106.875 C-150.6796875 95.69258973735008, -150.6796875 84.51017947470015, -150.6796875 64.125 M-150.6796875 106.875 C-150.6796875 93.49740790510123, -150.6796875 80.11981581020247, -150.6796875 64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-150.6796875 106.875 L150.6796875 106.875 L150.6796875 149.625 L-150.6796875 149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-150.6796875 106.875 C-51.61097130715645 106.875, 47.457744885687106 106.875, 150.6796875 106.875 M-150.6796875 106.875 C-75.11269088596636 106.875, 0.45430572806728264 106.875, 150.6796875 106.875 M150.6796875 106.875 C150.6796875 121.34981391575181, 150.6796875 135.82462783150362, 150.6796875 149.625 M150.6796875 106.875 C150.6796875 116.77187539431691, 150.6796875 126.66875078863382, 150.6796875 149.625 M150.6796875 149.625 C59.25913356919983 149.625, -32.161420361600335 149.625, -150.6796875 149.625 M150.6796875 149.625 C50.3128916158913 149.625, -50.053904268217394 149.625, -150.6796875 149.625 M-150.6796875 149.625 C-150.6796875 132.82420361420418, -150.6796875 116.02340722840835, -150.6796875 106.875 M-150.6796875 149.625 C-150.6796875 136.55006548118047, -150.6796875 123.47513096236094, -150.6796875 106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-150.6796875 149.625 L150.6796875 149.625 L150.6796875 192.375 L-150.6796875 192.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-150.6796875 149.625 C-69.79782699765931 149.625, 11.084033504681372 149.625, 150.6796875 149.625 M-150.6796875 149.625 C-60.27215250565267 149.625, 30.13538248869466 149.625, 150.6796875 149.625 M150.6796875 149.625 C150.6796875 165.17318868654542, 150.6796875 180.7213773730908, 150.6796875 192.375 M150.6796875 149.625 C150.6796875 158.81850751598074, 150.6796875 168.01201503196148, 150.6796875 192.375 M150.6796875 192.375 C54.95901047940275 192.375, -40.7616665411945 192.375, -150.6796875 192.375 M150.6796875 192.375 C83.0428151143867 192.375, 15.405942728773397 192.375, -150.6796875 192.375 M-150.6796875 192.375 C-150.6796875 180.03449891760863, -150.6796875 167.69399783521726, -150.6796875 149.625 M-150.6796875 192.375 C-150.6796875 179.57522207148872, -150.6796875 166.77544414297745, -150.6796875 149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-150.6796875 192.375 L150.6796875 192.375 L150.6796875 235.125 L-150.6796875 235.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-150.6796875 192.375 C-87.4311915735926 192.375, -24.1826956471852 192.375, 150.6796875 192.375 M-150.6796875 192.375 C-31.242851129307084 192.375, 88.19398524138583 192.375, 150.6796875 192.375 M150.6796875 192.375 C150.6796875 206.25258654191862, 150.6796875 220.13017308383724, 150.6796875 235.125 M150.6796875 192.375 C150.6796875 205.0845742170385, 150.6796875 217.794148434077, 150.6796875 235.125 M150.6796875 235.125 C50.84880579236956 235.125, -48.98207591526088 235.125, -150.6796875 235.125 M150.6796875 235.125 C79.2258178036751 235.125, 7.771948107350198 235.125, -150.6796875 235.125 M-150.6796875 235.125 C-150.6796875 226.1364547992522, -150.6796875 217.14790959850436, -150.6796875 192.375 M-150.6796875 235.125 C-150.6796875 224.4533776572557, -150.6796875 213.78175531451137, -150.6796875 192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-31.0625, -225.75)" style=""><foreignObject width="62.125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 156px; text-align: start;"><span class="nodeLabel"><p>products</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-138.1796875, -183)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-44.6953125, -183)" style=""><foreignObject width="13.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 113px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(116.2109375, -183)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(116.2109375, -183)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p>🗝️</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-138.1796875, -140.25)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-44.6953125, -140.25)" style=""><foreignObject width="39.15625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 136px; text-align: start;"><span class="nodeLabel"><p>name</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(116.2109375, -140.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(116.2109375, -140.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-138.1796875, -97.5)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-44.6953125, -97.5)" style=""><foreignObject width="34.15625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 130px; text-align: start;"><span class="nodeLabel"><p>code</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(116.2109375, -97.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(116.2109375, -97.5)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-138.1796875, -54.75)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-44.6953125, -54.75)" style=""><foreignObject width="79.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 172px; text-align: start;"><span class="nodeLabel"><p>description</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(116.2109375, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(116.2109375, -54.75)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-138.1796875, -12)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-44.6953125, -12)" style=""><foreignObject width="60.515625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 156px; text-align: start;"><span class="nodeLabel"><p>repo_url</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(116.2109375, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(116.2109375, -12)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-138.1796875, 30.75)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-44.6953125, 30.75)" style=""><foreignObject width="135.90625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 223px; text-align: start;"><span class="nodeLabel"><p>definition_of_done</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(116.2109375, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(116.2109375, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-138.1796875, 73.5)" style=""><foreignObject width="56.828125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 155px; text-align: start;"><span class="nodeLabel"><p>Boolean</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-44.6953125, 73.5)" style=""><foreignObject width="55.609375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 150px; text-align: start;"><span class="nodeLabel"><p>auto_pr</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(116.2109375, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(116.2109375, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-138.1796875, 116.25)" style=""><foreignObject width="56.828125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 155px; text-align: start;"><span class="nodeLabel"><p>Boolean</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-44.6953125, 116.25)" style=""><foreignObject width="61.328125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 156px; text-align: start;"><span class="nodeLabel"><p>archived</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(116.2109375, 116.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(116.2109375, 116.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-138.1796875, 159)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-44.6953125, 159)" style=""><foreignObject width="78.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>created_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(116.2109375, 159)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(116.2109375, 159)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-138.1796875, 201.75)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-44.6953125, 201.75)" style=""><foreignObject width="82.109375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 172px; text-align: start;"><span class="nodeLabel"><p>updated_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(116.2109375, 201.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(116.2109375, 201.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-150.6796875 -192.37505 L-150.6796875 -192.37495 L150.6796875 -192.37495 L150.6796875 -192.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-150.6796875 -192.37505 C-150.6796875 -192.3750249465881, -150.6796875 -192.37499989317624, -150.6796875 -192.37495 M-150.6796875 -192.37505 C-150.6796875 -192.3750242486362, -150.6796875 -192.37499849727246, -150.6796875 -192.37495 M-150.6796875 -192.37495 C-52.56732110897704 -192.37495, 45.54504528204592 -192.37495, 150.6796875 -192.37495 M-150.6796875 -192.37495 C-69.58729990901826 -192.37495, 11.505087681963488 -192.37495, 150.6796875 -192.37495 M150.6796875 -192.37495 C150.6796875 -192.37498698601658, 150.6796875 -192.37502397203312, 150.6796875 -192.37505 M150.6796875 -192.37495 C150.6796875 -192.37497540951566, 150.6796875 -192.3750008190313, 150.6796875 -192.37505 M150.6796875 -192.37505 C78.3440873972676 -192.37505, 6.0084872945352 -192.37505, -150.6796875 -192.37505 M150.6796875 -192.37505 C65.91679133557031 -192.37505, -18.84610482885938 -192.37505, -150.6796875 -192.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-57.1953625 -192.375 L-57.1952625 -192.375 L-57.1952625 235.125 L-57.1953625 235.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-57.1953625 -192.375 C-57.195330786794415 -192.375, -57.19529907358883 -192.375, -57.1952625 -192.375 M-57.1953625 -192.375 C-57.195340651796506 -192.375, -57.195318803593004 -192.375, -57.1952625 -192.375 M-57.1952625 -192.375 C-57.1952625 -73.22060264452882, -57.1952625 45.93379471094235, -57.1952625 235.125 M-57.1952625 -192.375 C-57.1952625 -26.162561960148906, -57.1952625 140.0498760797022, -57.1952625 235.125 M-57.1952625 235.125 C-57.19529590206186 235.125, -57.19532930412371 235.125, -57.1953625 235.125 M-57.1952625 235.125 C-57.19528279725447 235.125, -57.19530309450895 235.125, -57.1953625 235.125 M-57.1953625 235.125 C-57.1953625 87.52198540088105, -57.1953625 -60.0810291982379, -57.1953625 -192.375 M-57.1953625 235.125 C-57.1953625 65.35265452765145, -57.1953625 -104.4196909446971, -57.1953625 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M103.7108875 -192.375 L103.7109875 -192.375 L103.7109875 235.125 L103.7108875 235.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M103.7108875 -192.375 C103.71091587822589 -192.375, 103.71094425645178 -192.375, 103.7109875 -192.375 M103.7108875 -192.375 C103.71092140209896 -192.375, 103.71095530419792 -192.375, 103.7109875 -192.375 M103.7109875 -192.375 C103.7109875 -46.30307183234871, 103.7109875 99.76885633530259, 103.7109875 235.125 M103.7109875 -192.375 C103.7109875 -78.08378907959441, 103.7109875 36.20742184081118, 103.7109875 235.125 M103.7109875 235.125 C103.71096700167567 235.125, 103.71094650335134 235.125, 103.7108875 235.125 M103.7109875 235.125 C103.71095165001253 235.125, 103.71091580002506 235.125, 103.7108875 235.125 M103.7108875 235.125 C103.7108875 102.45673093404795, 103.7108875 -30.211538131904092, 103.7108875 -192.375 M103.7108875 235.125 C103.7108875 64.64855174437, 103.7108875 -105.82789651126001, 103.7108875 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-150.6796875 -192.37505 L-150.6796875 -192.37495 L150.6796875 -192.37495 L150.6796875 -192.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-150.6796875 -192.37505 C-150.6796875 -192.37502900793606, -150.6796875 -192.37500801587214, -150.6796875 -192.37495 M-150.6796875 -192.37505 C-150.6796875 -192.37501478515293, -150.6796875 -192.37497957030587, -150.6796875 -192.37495 M-150.6796875 -192.37495 C-35.22315051969372 -192.37495, 80.23338646061256 -192.37495, 150.6796875 -192.37495 M-150.6796875 -192.37495 C-68.9026249977812 -192.37495, 12.874437504437594 -192.37495, 150.6796875 -192.37495 M150.6796875 -192.37495 C150.6796875 -192.37497060390592, 150.6796875 -192.37499120781183, 150.6796875 -192.37505 M150.6796875 -192.37495 C150.6796875 -192.374985126818, 150.6796875 -192.37502025363594, 150.6796875 -192.37505 M150.6796875 -192.37505 C39.190175255355314 -192.37505, -72.29933698928937 -192.37505, -150.6796875 -192.37505 M150.6796875 -192.37505 C58.4995221274085 -192.37505, -33.680643245183006 -192.37505, -150.6796875 -192.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-pbis-13" data-look="classic" transform="translate(2849.40234375, 2170.625)"><g class="outer-path" style=""><path d="M-123.78125 -213.75 L123.78125 -213.75 L123.78125 213.75 L-123.78125 213.75" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-123.78125 -213.75 C-33.959618434729975 -213.75, 55.86201313054005 -213.75, 123.78125 -213.75 M-123.78125 -213.75 C-51.67163284056355 -213.75, 20.437984318872907 -213.75, 123.78125 -213.75 M123.78125 -213.75 C123.78125 -111.0516102527129, 123.78125 -8.35322050542581, 123.78125 213.75 M123.78125 -213.75 C123.78125 -98.1532176832669, 123.78125 17.443564633466195, 123.78125 213.75 M123.78125 213.75 C57.57901971595945 213.75, -8.623210568081106 213.75, -123.78125 213.75 M123.78125 213.75 C60.6290905833983 213.75, -2.5230688332033964 213.75, -123.78125 213.75 M-123.78125 213.75 C-123.78125 92.54947316821193, -123.78125 -28.651053663576135, -123.78125 -213.75 M-123.78125 213.75 C-123.78125 109.31778984768627, -123.78125 4.885579695372542, -123.78125 -213.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-123.78125 -171 L123.78125 -171 L123.78125 -128.25 L-123.78125 -128.25" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-123.78125 -171 C-58.35095147171471 -171, 7.079347056570583 -171, 123.78125 -171 M-123.78125 -171 C-29.496750599067013 -171, 64.78774880186597 -171, 123.78125 -171 M123.78125 -171 C123.78125 -156.67833948996477, 123.78125 -142.35667897992954, 123.78125 -128.25 M123.78125 -171 C123.78125 -161.5323354049344, 123.78125 -152.0646708098688, 123.78125 -128.25 M123.78125 -128.25 C47.54462775816775 -128.25, -28.6919944836645 -128.25, -123.78125 -128.25 M123.78125 -128.25 C43.635014041747525 -128.25, -36.51122191650495 -128.25, -123.78125 -128.25 M-123.78125 -128.25 C-123.78125 -140.89192948865897, -123.78125 -153.53385897731795, -123.78125 -171 M-123.78125 -128.25 C-123.78125 -140.44293819689057, -123.78125 -152.6358763937811, -123.78125 -171" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-123.78125 -128.25 L123.78125 -128.25 L123.78125 -85.5 L-123.78125 -85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-123.78125 -128.25 C-66.09902224804274 -128.25, -8.416794496085487 -128.25, 123.78125 -128.25 M-123.78125 -128.25 C-52.08392115197624 -128.25, 19.613407696047517 -128.25, 123.78125 -128.25 M123.78125 -128.25 C123.78125 -118.184556366798, 123.78125 -108.119112733596, 123.78125 -85.5 M123.78125 -128.25 C123.78125 -115.94257849593635, 123.78125 -103.63515699187269, 123.78125 -85.5 M123.78125 -85.5 C71.10822311355855 -85.5, 18.435196227117117 -85.5, -123.78125 -85.5 M123.78125 -85.5 C63.453920117968956 -85.5, 3.126590235937911 -85.5, -123.78125 -85.5 M-123.78125 -85.5 C-123.78125 -94.69184869308937, -123.78125 -103.88369738617874, -123.78125 -128.25 M-123.78125 -85.5 C-123.78125 -98.48814481804398, -123.78125 -111.47628963608796, -123.78125 -128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-123.78125 -85.5 L123.78125 -85.5 L123.78125 -42.75 L-123.78125 -42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-123.78125 -85.5 C-29.927203084982594 -85.5, 63.92684383003481 -85.5, 123.78125 -85.5 M-123.78125 -85.5 C-51.11663922706231 -85.5, 21.547971545875384 -85.5, 123.78125 -85.5 M123.78125 -85.5 C123.78125 -68.89077508601775, 123.78125 -52.2815501720355, 123.78125 -42.75 M123.78125 -85.5 C123.78125 -70.37523064044089, 123.78125 -55.25046128088179, 123.78125 -42.75 M123.78125 -42.75 C49.38205522512955 -42.75, -25.017139549740904 -42.75, -123.78125 -42.75 M123.78125 -42.75 C34.85336373556599 -42.75, -54.074522528868016 -42.75, -123.78125 -42.75 M-123.78125 -42.75 C-123.78125 -54.417998673560966, -123.78125 -66.08599734712193, -123.78125 -85.5 M-123.78125 -42.75 C-123.78125 -54.35097716166329, -123.78125 -65.95195432332658, -123.78125 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-123.78125 -42.75 L123.78125 -42.75 L123.78125 0 L-123.78125 0" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-123.78125 -42.75 C-72.82418533635135 -42.75, -21.867120672702697 -42.75, 123.78125 -42.75 M-123.78125 -42.75 C-50.736247856374206 -42.75, 22.30875428725159 -42.75, 123.78125 -42.75 M123.78125 -42.75 C123.78125 -31.198393738403823, 123.78125 -19.646787476807646, 123.78125 0 M123.78125 -42.75 C123.78125 -26.044482443404696, 123.78125 -9.338964886809393, 123.78125 0 M123.78125 0 C70.91904170263984 0, 18.056833405279676 0, -123.78125 0 M123.78125 0 C56.97911487072898 0, -9.823020258542044 0, -123.78125 0 M-123.78125 0 C-123.78125 -10.640107220319504, -123.78125 -21.280214440639007, -123.78125 -42.75 M-123.78125 0 C-123.78125 -10.019088595510702, -123.78125 -20.038177191021404, -123.78125 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-123.78125 0 L123.78125 0 L123.78125 42.75 L-123.78125 42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-123.78125 0 C-61.769429525707245 0, 0.24239094858550914 0, 123.78125 0 M-123.78125 0 C-40.33699950386497 0, 43.10725099227005 0, 123.78125 0 M123.78125 0 C123.78125 9.333523089069956, 123.78125 18.667046178139913, 123.78125 42.75 M123.78125 0 C123.78125 13.372832723285454, 123.78125 26.745665446570907, 123.78125 42.75 M123.78125 42.75 C59.111591250478355 42.75, -5.55806749904329 42.75, -123.78125 42.75 M123.78125 42.75 C46.72510162495948 42.75, -30.331046750081043 42.75, -123.78125 42.75 M-123.78125 42.75 C-123.78125 26.622147760602548, -123.78125 10.494295521205096, -123.78125 0 M-123.78125 42.75 C-123.78125 28.111065857867743, -123.78125 13.47213171573549, -123.78125 0" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-123.78125 42.75 L123.78125 42.75 L123.78125 85.5 L-123.78125 85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-123.78125 42.75 C-30.848343608907342 42.75, 62.084562782185316 42.75, 123.78125 42.75 M-123.78125 42.75 C-37.481879786095945 42.75, 48.81749042780811 42.75, 123.78125 42.75 M123.78125 42.75 C123.78125 59.1746946203134, 123.78125 75.5993892406268, 123.78125 85.5 M123.78125 42.75 C123.78125 53.18715673493805, 123.78125 63.6243134698761, 123.78125 85.5 M123.78125 85.5 C57.50173028125754 85.5, -8.777789437484927 85.5, -123.78125 85.5 M123.78125 85.5 C70.54572265675111 85.5, 17.31019531350222 85.5, -123.78125 85.5 M-123.78125 85.5 C-123.78125 74.27293700994056, -123.78125 63.04587401988111, -123.78125 42.75 M-123.78125 85.5 C-123.78125 68.95017051206248, -123.78125 52.40034102412496, -123.78125 42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-123.78125 85.5 L123.78125 85.5 L123.78125 128.25 L-123.78125 128.25" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-123.78125 85.5 C-39.03285375948673 85.5, 45.715542481026546 85.5, 123.78125 85.5 M-123.78125 85.5 C-25.933992070656046 85.5, 71.91326585868791 85.5, 123.78125 85.5 M123.78125 85.5 C123.78125 98.38848414097902, 123.78125 111.27696828195803, 123.78125 128.25 M123.78125 85.5 C123.78125 101.19493400016754, 123.78125 116.88986800033507, 123.78125 128.25 M123.78125 128.25 C39.675637055080585 128.25, -44.42997588983883 128.25, -123.78125 128.25 M123.78125 128.25 C44.56574566903292 128.25, -34.64975866193416 128.25, -123.78125 128.25 M-123.78125 128.25 C-123.78125 111.22907702812995, -123.78125 94.2081540562599, -123.78125 85.5 M-123.78125 128.25 C-123.78125 116.84194780116327, -123.78125 105.43389560232654, -123.78125 85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-123.78125 128.25 L123.78125 128.25 L123.78125 171 L-123.78125 171" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-123.78125 128.25 C-71.14404955489633 128.25, -18.506849109792668 128.25, 123.78125 128.25 M-123.78125 128.25 C-69.59643467539435 128.25, -15.411619350788698 128.25, 123.78125 128.25 M123.78125 128.25 C123.78125 137.9286952523167, 123.78125 147.60739050463337, 123.78125 171 M123.78125 128.25 C123.78125 144.8081838747674, 123.78125 161.3663677495348, 123.78125 171 M123.78125 171 C41.046471791718375 171, -41.68830641656325 171, -123.78125 171 M123.78125 171 C62.19918061322672 171, 0.6171112264534457 171, -123.78125 171 M-123.78125 171 C-123.78125 154.65375314030985, -123.78125 138.30750628061966, -123.78125 128.25 M-123.78125 171 C-123.78125 154.41571027822368, -123.78125 137.8314205564474, -123.78125 128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-123.78125 171 L123.78125 171 L123.78125 213.75 L-123.78125 213.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-123.78125 171 C-30.059097402747426 171, 63.66305519450515 171, 123.78125 171 M-123.78125 171 C-68.695532758599 171, -13.609815517197987 171, 123.78125 171 M123.78125 171 C123.78125 185.6547745094689, 123.78125 200.3095490189378, 123.78125 213.75 M123.78125 171 C123.78125 187.2244085529349, 123.78125 203.4488171058698, 123.78125 213.75 M123.78125 213.75 C30.057564513114414 213.75, -63.66612097377117 213.75, -123.78125 213.75 M123.78125 213.75 C68.31300830932102 213.75, 12.844766618642026 213.75, -123.78125 213.75 M-123.78125 213.75 C-123.78125 198.44495147543324, -123.78125 183.13990295086646, -123.78125 171 M-123.78125 213.75 C-123.78125 201.7686340727294, -123.78125 189.78726814545882, -123.78125 171" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-14.4375, -204.375)" style=""><foreignObject width="28.875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 128px; text-align: start;"><span class="nodeLabel"><p>pbis</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-111.28125, -161.625)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.796875, -161.625)" style=""><foreignObject width="13.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 113px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.3125, -161.625)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(89.3125, -161.625)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p>🗝️</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-111.28125, -118.875)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.796875, -118.875)" style=""><foreignObject width="34.15625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 130px; text-align: start;"><span class="nodeLabel"><p>code</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.3125, -118.875)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(89.3125, -118.875)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-111.28125, -76.125)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.796875, -76.125)" style=""><foreignObject width="30.703125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 126px; text-align: start;"><span class="nodeLabel"><p>title</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.3125, -76.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(89.3125, -76.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-111.28125, -33.375)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.796875, -33.375)" style=""><foreignObject width="79.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 172px; text-align: start;"><span class="nodeLabel"><p>description</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.3125, -33.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(89.3125, -33.375)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-111.28125, 9.375)" style=""><foreignObject width="19.546875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 118px; text-align: start;"><span class="nodeLabel"><p>Int</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.796875, 9.375)" style=""><foreignObject width="53.296875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 150px; text-align: start;"><span class="nodeLabel"><p>priority</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.3125, 9.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(89.3125, 9.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-111.28125, 52.125)" style=""><foreignObject width="36.453125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 134px; text-align: start;"><span class="nodeLabel"><p>Float</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.796875, 52.125)" style=""><foreignObject width="74.6875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>sort_order</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.3125, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(89.3125, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-111.28125, 94.875)" style=""><foreignObject width="66.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 161px; text-align: start;"><span class="nodeLabel"><p>PbiStatus</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.796875, 94.875)" style=""><foreignObject width="42.796875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 136px; text-align: start;"><span class="nodeLabel"><p>status</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.3125, 94.875)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(89.3125, 94.875)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-111.28125, 137.625)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.796875, 137.625)" style=""><foreignObject width="78.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>created_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.3125, 137.625)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(89.3125, 137.625)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-111.28125, 180.375)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.796875, 180.375)" style=""><foreignObject width="82.109375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 172px; text-align: start;"><span class="nodeLabel"><p>updated_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.3125, 180.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(89.3125, 180.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-123.78125 -171.00005 L-123.78125 -170.99995 L123.78125 -170.99995 L123.78125 -171.00005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-123.78125 -171.00005 C-123.78125 -171.00001715573308, -123.78125 -170.99998431146616, -123.78125 -170.99995 M-123.78125 -171.00005 C-123.78125 -171.00001280042486, -123.78125 -170.9999756008497, -123.78125 -170.99995 M-123.78125 -170.99995 C-44.96711071702511 -170.99995, 33.847028565949785 -170.99995, 123.78125 -170.99995 M-123.78125 -170.99995 C-64.92692434607417 -170.99995, -6.072598692148347 -170.99995, 123.78125 -170.99995 M123.78125 -170.99995 C123.78125 -170.99997788312467, 123.78125 -171.00000576624933, 123.78125 -171.00005 M123.78125 -170.99995 C123.78125 -170.99997212545526, 123.78125 -170.99999425091048, 123.78125 -171.00005 M123.78125 -171.00005 C65.68460722129248 -171.00005, 7.587964442584962 -171.00005, -123.78125 -171.00005 M123.78125 -171.00005 C30.349070675769653 -171.00005, -63.083108648460694 -171.00005, -123.78125 -171.00005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-30.296925 -171 L-30.296825 -171 L-30.296825 213.75 L-30.296925 213.75" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-30.296925 -171 C-30.296897173875386 -171, -30.296869347750768 -171, -30.296825 -171 M-30.296925 -171 C-30.296889753942832 -171, -30.296854507885662 -171, -30.296825 -171 M-30.296825 -171 C-30.296825 -85.7710482493327, -30.296825 -0.5420964986653871, -30.296825 213.75 M-30.296825 -171 C-30.296825 -21.297344907841875, -30.296825 128.40531018431625, -30.296825 213.75 M-30.296825 213.75 C-30.296856825755192 213.75, -30.296888651510386 213.75, -30.296925 213.75 M-30.296825 213.75 C-30.29685504102275 213.75, -30.2968850820455 213.75, -30.296925 213.75 M-30.296925 213.75 C-30.296925 65.46423148649518, -30.296925 -82.82153702700964, -30.296925 -171 M-30.296925 213.75 C-30.296925 69.21602118089172, -30.296925 -75.31795763821657, -30.296925 -171" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M76.81245 -171 L76.81255 -171 L76.81255 213.75 L76.81245 213.75" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M76.81245 -171 C76.81248980910172 -171, 76.81252961820343 -171, 76.81255 -171 M76.81245 -171 C76.81247974834434 -171, 76.81250949668869 -171, 76.81255 -171 M76.81255 -171 C76.81255 -67.2077559969522, 76.81255 36.5844880060956, 76.81255 213.75 M76.81255 -171 C76.81255 -22.704176305831965, 76.81255 125.59164738833607, 76.81255 213.75 M76.81255 213.75 C76.81252223075863 213.75, 76.81249446151728 213.75, 76.81245 213.75 M76.81255 213.75 C76.8125188985084 213.75, 76.81248779701681 213.75, 76.81245 213.75 M76.81245 213.75 C76.81245 91.16437763217749, 76.81245 -31.42124473564502, 76.81245 -171 M76.81245 213.75 C76.81245 67.96151515951158, 76.81245 -77.82696968097684, 76.81245 -171" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-123.78125 -171.00005 L-123.78125 -170.99995 L123.78125 -170.99995 L123.78125 -171.00005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-123.78125 -171.00005 C-123.78125 -171.0000299832101, -123.78125 -171.00000996642027, -123.78125 -170.99995 M-123.78125 -171.00005 C-123.78125 -171.0000191790768, -123.78125 -170.99998835815356, -123.78125 -170.99995 M-123.78125 -170.99995 C-67.35793099063454 -170.99995, -10.934611981269086 -170.99995, 123.78125 -170.99995 M-123.78125 -170.99995 C-74.2227409320057 -170.99995, -24.6642318640114 -170.99995, 123.78125 -170.99995 M123.78125 -170.99995 C123.78125 -170.99997736810542, 123.78125 -171.00000473621083, 123.78125 -171.00005 M123.78125 -170.99995 C123.78125 -170.99997026668575, 123.78125 -170.99999053337152, 123.78125 -171.00005 M123.78125 -171.00005 C67.99189197747441 -171.00005, 12.20253395494882 -171.00005, -123.78125 -171.00005 M123.78125 -171.00005 C35.65047095599003 -171.00005, -52.48030808801994 -171.00005, -123.78125 -171.00005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-stories-14" data-look="classic" transform="translate(3343.62890625, 1599.375)"><g class="outer-path" style=""><path d="M-160.5546875 -235.125 L160.5546875 -235.125 L160.5546875 235.125 L-160.5546875 235.125" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-160.5546875 -235.125 C-42.57179808736102 -235.125, 75.41109132527797 -235.125, 160.5546875 -235.125 M-160.5546875 -235.125 C-74.85776580916442 -235.125, 10.83915588167116 -235.125, 160.5546875 -235.125 M160.5546875 -235.125 C160.5546875 -95.78648976641131, 160.5546875 43.552020467177385, 160.5546875 235.125 M160.5546875 -235.125 C160.5546875 -82.5526013124504, 160.5546875 70.01979737509919, 160.5546875 235.125 M160.5546875 235.125 C55.024661082666384 235.125, -50.50536533466723 235.125, -160.5546875 235.125 M160.5546875 235.125 C94.10853097250921 235.125, 27.66237444501843 235.125, -160.5546875 235.125 M-160.5546875 235.125 C-160.5546875 113.34982483724954, -160.5546875 -8.425350325500915, -160.5546875 -235.125 M-160.5546875 235.125 C-160.5546875 117.95824048828801, -160.5546875 0.7914809765760253, -160.5546875 -235.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-160.5546875 -192.375 L160.5546875 -192.375 L160.5546875 -149.625 L-160.5546875 -149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-160.5546875 -192.375 C-32.81064449833171 -192.375, 94.93339850333658 -192.375, 160.5546875 -192.375 M-160.5546875 -192.375 C-46.640071755855004 -192.375, 67.27454398828999 -192.375, 160.5546875 -192.375 M160.5546875 -192.375 C160.5546875 -175.35114651399732, 160.5546875 -158.32729302799464, 160.5546875 -149.625 M160.5546875 -192.375 C160.5546875 -176.90273124503156, 160.5546875 -161.43046249006312, 160.5546875 -149.625 M160.5546875 -149.625 C89.58934825046812 -149.625, 18.62400900093624 -149.625, -160.5546875 -149.625 M160.5546875 -149.625 C62.434246374527575 -149.625, -35.68619475094485 -149.625, -160.5546875 -149.625 M-160.5546875 -149.625 C-160.5546875 -164.89143978802002, -160.5546875 -180.15787957604005, -160.5546875 -192.375 M-160.5546875 -149.625 C-160.5546875 -159.35842919856802, -160.5546875 -169.09185839713604, -160.5546875 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-160.5546875 -149.625 L160.5546875 -149.625 L160.5546875 -106.875 L-160.5546875 -106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-160.5546875 -149.625 C-70.50366727235283 -149.625, 19.547352955294343 -149.625, 160.5546875 -149.625 M-160.5546875 -149.625 C-59.231802706798604 -149.625, 42.09108208640279 -149.625, 160.5546875 -149.625 M160.5546875 -149.625 C160.5546875 -140.9173143505849, 160.5546875 -132.20962870116975, 160.5546875 -106.875 M160.5546875 -149.625 C160.5546875 -139.71358903735376, 160.5546875 -129.8021780747075, 160.5546875 -106.875 M160.5546875 -106.875 C90.36695172244052 -106.875, 20.179215944881037 -106.875, -160.5546875 -106.875 M160.5546875 -106.875 C72.13912467735031 -106.875, -16.27643814529938 -106.875, -160.5546875 -106.875 M-160.5546875 -106.875 C-160.5546875 -118.33326127430736, -160.5546875 -129.79152254861472, -160.5546875 -149.625 M-160.5546875 -106.875 C-160.5546875 -121.18171996107122, -160.5546875 -135.48843992214245, -160.5546875 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-160.5546875 -106.875 L160.5546875 -106.875 L160.5546875 -64.125 L-160.5546875 -64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-160.5546875 -106.875 C-55.27885097301693 -106.875, 49.99698555396614 -106.875, 160.5546875 -106.875 M-160.5546875 -106.875 C-82.8693189702184 -106.875, -5.183950440436803 -106.875, 160.5546875 -106.875 M160.5546875 -106.875 C160.5546875 -95.96620746263378, 160.5546875 -85.05741492526757, 160.5546875 -64.125 M160.5546875 -106.875 C160.5546875 -97.70366595277495, 160.5546875 -88.53233190554992, 160.5546875 -64.125 M160.5546875 -64.125 C48.92219386563161 -64.125, -62.710299768736775 -64.125, -160.5546875 -64.125 M160.5546875 -64.125 C79.26964021030086 -64.125, -2.0154070793982726 -64.125, -160.5546875 -64.125 M-160.5546875 -64.125 C-160.5546875 -73.13683192195865, -160.5546875 -82.14866384391729, -160.5546875 -106.875 M-160.5546875 -64.125 C-160.5546875 -80.64670799983338, -160.5546875 -97.16841599966676, -160.5546875 -106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-160.5546875 -64.125 L160.5546875 -64.125 L160.5546875 -21.375 L-160.5546875 -21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-160.5546875 -64.125 C-38.986054998907306 -64.125, 82.58257750218539 -64.125, 160.5546875 -64.125 M-160.5546875 -64.125 C-74.06574084877555 -64.125, 12.423205802448905 -64.125, 160.5546875 -64.125 M160.5546875 -64.125 C160.5546875 -48.91058367823707, 160.5546875 -33.696167356474135, 160.5546875 -21.375 M160.5546875 -64.125 C160.5546875 -54.110260448758154, 160.5546875 -44.09552089751631, 160.5546875 -21.375 M160.5546875 -21.375 C75.18812982457118 -21.375, -10.178427850857645 -21.375, -160.5546875 -21.375 M160.5546875 -21.375 C55.466744443587345 -21.375, -49.62119861282531 -21.375, -160.5546875 -21.375 M-160.5546875 -21.375 C-160.5546875 -31.532031772467192, -160.5546875 -41.689063544934385, -160.5546875 -64.125 M-160.5546875 -21.375 C-160.5546875 -30.09917090885385, -160.5546875 -38.8233418177077, -160.5546875 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-160.5546875 -21.375 L160.5546875 -21.375 L160.5546875 21.375 L-160.5546875 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-160.5546875 -21.375 C-93.5411943961976 -21.375, -26.527701292395193 -21.375, 160.5546875 -21.375 M-160.5546875 -21.375 C-54.23172575261199 -21.375, 52.091235994776014 -21.375, 160.5546875 -21.375 M160.5546875 -21.375 C160.5546875 -11.913649930419355, 160.5546875 -2.4522998608387105, 160.5546875 21.375 M160.5546875 -21.375 C160.5546875 -4.724536514340905, 160.5546875 11.92592697131819, 160.5546875 21.375 M160.5546875 21.375 C67.43706305005855 21.375, -25.68056139988289 21.375, -160.5546875 21.375 M160.5546875 21.375 C44.74927996796616 21.375, -71.05612756406768 21.375, -160.5546875 21.375 M-160.5546875 21.375 C-160.5546875 10.938472449669742, -160.5546875 0.5019448993394846, -160.5546875 -21.375 M-160.5546875 21.375 C-160.5546875 12.017705110219344, -160.5546875 2.6604102204386884, -160.5546875 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-160.5546875 21.375 L160.5546875 21.375 L160.5546875 64.125 L-160.5546875 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-160.5546875 21.375 C-84.1247088420952 21.375, -7.694730184190405 21.375, 160.5546875 21.375 M-160.5546875 21.375 C-79.58807486787708 21.375, 1.3785377642458343 21.375, 160.5546875 21.375 M160.5546875 21.375 C160.5546875 35.81127280080433, 160.5546875 50.247545601608664, 160.5546875 64.125 M160.5546875 21.375 C160.5546875 37.01736510126196, 160.5546875 52.65973020252391, 160.5546875 64.125 M160.5546875 64.125 C74.32818899417282 64.125, -11.898309511654361 64.125, -160.5546875 64.125 M160.5546875 64.125 C37.20268734355531 64.125, -86.14931281288938 64.125, -160.5546875 64.125 M-160.5546875 64.125 C-160.5546875 47.288753447654315, -160.5546875 30.45250689530863, -160.5546875 21.375 M-160.5546875 64.125 C-160.5546875 50.85154506642688, -160.5546875 37.57809013285375, -160.5546875 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-160.5546875 64.125 L160.5546875 64.125 L160.5546875 106.875 L-160.5546875 106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-160.5546875 64.125 C-44.8806836913609 64.125, 70.7933201172782 64.125, 160.5546875 64.125 M-160.5546875 64.125 C-69.50870312653532 64.125, 21.537281246929354 64.125, 160.5546875 64.125 M160.5546875 64.125 C160.5546875 75.79506164438156, 160.5546875 87.46512328876312, 160.5546875 106.875 M160.5546875 64.125 C160.5546875 76.5416067679455, 160.5546875 88.95821353589099, 160.5546875 106.875 M160.5546875 106.875 C83.08696011281502 106.875, 5.619232725630042 106.875, -160.5546875 106.875 M160.5546875 106.875 C70.22780604576405 106.875, -20.09907540847189 106.875, -160.5546875 106.875 M-160.5546875 106.875 C-160.5546875 90.80081096664026, -160.5546875 74.72662193328051, -160.5546875 64.125 M-160.5546875 106.875 C-160.5546875 94.5341492594801, -160.5546875 82.1932985189602, -160.5546875 64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-160.5546875 106.875 L160.5546875 106.875 L160.5546875 149.625 L-160.5546875 149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-160.5546875 106.875 C-37.34247862271525 106.875, 85.8697302545695 106.875, 160.5546875 106.875 M-160.5546875 106.875 C-75.21256791243319 106.875, 10.129551675133627 106.875, 160.5546875 106.875 M160.5546875 106.875 C160.5546875 119.82343123119043, 160.5546875 132.77186246238085, 160.5546875 149.625 M160.5546875 106.875 C160.5546875 123.36101724676399, 160.5546875 139.84703449352799, 160.5546875 149.625 M160.5546875 149.625 C90.2669106138024 149.625, 19.97913372760479 149.625, -160.5546875 149.625 M160.5546875 149.625 C60.71171553431331 149.625, -39.13125643137337 149.625, -160.5546875 149.625 M-160.5546875 149.625 C-160.5546875 132.83469602529613, -160.5546875 116.04439205059224, -160.5546875 106.875 M-160.5546875 149.625 C-160.5546875 135.66750615264186, -160.5546875 121.71001230528373, -160.5546875 106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-160.5546875 149.625 L160.5546875 149.625 L160.5546875 192.375 L-160.5546875 192.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-160.5546875 149.625 C-53.1215001588441 149.625, 54.3116871823118 149.625, 160.5546875 149.625 M-160.5546875 149.625 C-64.08247221620856 149.625, 32.389743067582884 149.625, 160.5546875 149.625 M160.5546875 149.625 C160.5546875 163.55161189145443, 160.5546875 177.47822378290886, 160.5546875 192.375 M160.5546875 149.625 C160.5546875 159.09079781811107, 160.5546875 168.55659563622214, 160.5546875 192.375 M160.5546875 192.375 C59.255206306186565 192.375, -42.04427488762687 192.375, -160.5546875 192.375 M160.5546875 192.375 C43.48525998126516 192.375, -73.58416753746968 192.375, -160.5546875 192.375 M-160.5546875 192.375 C-160.5546875 183.75374884896289, -160.5546875 175.1324976979258, -160.5546875 149.625 M-160.5546875 192.375 C-160.5546875 177.66606269378283, -160.5546875 162.95712538756564, -160.5546875 149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-160.5546875 192.375 L160.5546875 192.375 L160.5546875 235.125 L-160.5546875 235.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-160.5546875 192.375 C-40.518258885642126 192.375, 79.51816972871575 192.375, 160.5546875 192.375 M-160.5546875 192.375 C-75.104419986492 192.375, 10.34584752701599 192.375, 160.5546875 192.375 M160.5546875 192.375 C160.5546875 205.5323763470716, 160.5546875 218.68975269414318, 160.5546875 235.125 M160.5546875 192.375 C160.5546875 209.2725678299289, 160.5546875 226.17013565985783, 160.5546875 235.125 M160.5546875 235.125 C93.06734931684075 235.125, 25.580011133681495 235.125, -160.5546875 235.125 M160.5546875 235.125 C83.93354628502661 235.125, 7.312405070053217 235.125, -160.5546875 235.125 M-160.5546875 235.125 C-160.5546875 219.98113093879707, -160.5546875 204.8372618775941, -160.5546875 192.375 M-160.5546875 235.125 C-160.5546875 221.49026257161316, -160.5546875 207.8555251432263, -160.5546875 192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-23.6953125, -225.75)" style=""><foreignObject width="47.390625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 142px; text-align: start;"><span class="nodeLabel"><p>stories</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-148.0546875, -183)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-42.3046875, -183)" style=""><foreignObject width="13.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 113px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(126.0859375, -183)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(126.0859375, -183)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p>🗝️</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-148.0546875, -140.25)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-42.3046875, -140.25)" style=""><foreignObject width="34.15625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 130px; text-align: start;"><span class="nodeLabel"><p>code</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(126.0859375, -140.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(126.0859375, -140.25)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-148.0546875, -97.5)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-42.3046875, -97.5)" style=""><foreignObject width="30.703125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 126px; text-align: start;"><span class="nodeLabel"><p>title</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(126.0859375, -97.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(126.0859375, -97.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-148.0546875, -54.75)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-42.3046875, -54.75)" style=""><foreignObject width="79.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 172px; text-align: start;"><span class="nodeLabel"><p>description</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(126.0859375, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(126.0859375, -54.75)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-148.0546875, -12)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-42.3046875, -12)" style=""><foreignObject width="143.390625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 224px; text-align: start;"><span class="nodeLabel"><p>acceptance_criteria</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(126.0859375, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(126.0859375, -12)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-148.0546875, 30.75)" style=""><foreignObject width="19.546875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 118px; text-align: start;"><span class="nodeLabel"><p>Int</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-42.3046875, 30.75)" style=""><foreignObject width="53.296875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 150px; text-align: start;"><span class="nodeLabel"><p>priority</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(126.0859375, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(126.0859375, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-148.0546875, 73.5)" style=""><foreignObject width="36.453125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 134px; text-align: start;"><span class="nodeLabel"><p>Float</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-42.3046875, 73.5)" style=""><foreignObject width="74.6875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>sort_order</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(126.0859375, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(126.0859375, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-148.0546875, 116.25)" style=""><foreignObject width="80.75" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 174px; text-align: start;"><span class="nodeLabel"><p>StoryStatus</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-42.3046875, 116.25)" style=""><foreignObject width="42.796875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 136px; text-align: start;"><span class="nodeLabel"><p>status</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(126.0859375, 116.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(126.0859375, 116.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-148.0546875, 159)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-42.3046875, 159)" style=""><foreignObject width="78.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>created_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(126.0859375, 159)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(126.0859375, 159)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-148.0546875, 201.75)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-42.3046875, 201.75)" style=""><foreignObject width="82.109375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 172px; text-align: start;"><span class="nodeLabel"><p>updated_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(126.0859375, 201.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(126.0859375, 201.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-160.5546875 -192.37505 L-160.5546875 -192.37495 L160.5546875 -192.37495 L160.5546875 -192.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-160.5546875 -192.37505 C-160.5546875 -192.37501810518253, -160.5546875 -192.37498621036508, -160.5546875 -192.37495 M-160.5546875 -192.37505 C-160.5546875 -192.37502903647774, -160.5546875 -192.3750080729555, -160.5546875 -192.37495 M-160.5546875 -192.37495 C-54.06697089215514 -192.37495, 52.42074571568972 -192.37495, 160.5546875 -192.37495 M-160.5546875 -192.37495 C-93.58206947573109 -192.37495, -26.609451451462178 -192.37495, 160.5546875 -192.37495 M160.5546875 -192.37495 C160.5546875 -192.37497325826024, 160.5546875 -192.37499651652047, 160.5546875 -192.37505 M160.5546875 -192.37495 C160.5546875 -192.37497043692406, 160.5546875 -192.37499087384813, 160.5546875 -192.37505 M160.5546875 -192.37505 C91.66638804177985 -192.37505, 22.778088583559708 -192.37505, -160.5546875 -192.37505 M160.5546875 -192.37505 C68.48634383184148 -192.37505, -23.58199983631704 -192.37505, -160.5546875 -192.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-54.8047375 -192.375 L-54.8046375 -192.375 L-54.8046375 235.125 L-54.8047375 235.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-54.8047375 -192.375 C-54.80471268277062 -192.375, -54.80468786554124 -192.375, -54.8046375 -192.375 M-54.8047375 -192.375 C-54.804697700959515 -192.375, -54.80465790191902 -192.375, -54.8046375 -192.375 M-54.8046375 -192.375 C-54.8046375 -33.08879474350809, -54.8046375 126.19741051298382, -54.8046375 235.125 M-54.8046375 -192.375 C-54.8046375 -102.40290105051116, -54.8046375 -12.430802101022323, -54.8046375 235.125 M-54.8046375 235.125 C-54.80466727275461 235.125, -54.80469704550921 235.125, -54.8047375 235.125 M-54.8046375 235.125 C-54.804659490860445 235.125, -54.80468148172089 235.125, -54.8047375 235.125 M-54.8047375 235.125 C-54.8047375 101.77541139939478, -54.8047375 -31.574177201210432, -54.8047375 -192.375 M-54.8047375 235.125 C-54.8047375 113.39909146191158, -54.8047375 -8.326817076176837, -54.8047375 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M113.5858875 -192.375 L113.5859875 -192.375 L113.5859875 235.125 L113.5858875 235.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M113.5858875 -192.375 C113.58591777880311 -192.375, 113.58594805760622 -192.375, 113.5859875 -192.375 M113.5858875 -192.375 C113.58592283203595 -192.375, 113.5859581640719 -192.375, 113.5859875 -192.375 M113.5859875 -192.375 C113.5859875 -58.10393117653183, 113.5859875 76.16713764693634, 113.5859875 235.125 M113.5859875 -192.375 C113.5859875 -100.83365318274501, 113.5859875 -9.29230636549002, 113.5859875 235.125 M113.5859875 235.125 C113.58595148378132 235.125, 113.58591546756263 235.125, 113.5858875 235.125 M113.5859875 235.125 C113.5859503316648 235.125, 113.58591316332961 235.125, 113.5858875 235.125 M113.5858875 235.125 C113.5858875 71.317688457976, 113.5858875 -92.48962308404799, 113.5858875 -192.375 M113.5858875 235.125 C113.5858875 143.8539456613664, 113.5858875 52.58289132273279, 113.5858875 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-160.5546875 -192.37505 L-160.5546875 -192.37495 L160.5546875 -192.37495 L160.5546875 -192.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-160.5546875 -192.37505 C-160.5546875 -192.3750210937845, -160.5546875 -192.374992187569, -160.5546875 -192.37495 M-160.5546875 -192.37505 C-160.5546875 -192.37502672679673, -160.5546875 -192.37500345359345, -160.5546875 -192.37495 M-160.5546875 -192.37495 C-75.97829136080483 -192.37495, 8.598104778390336 -192.37495, 160.5546875 -192.37495 M-160.5546875 -192.37495 C-79.75874979363249 -192.37495, 1.0371879127350212 -192.37495, 160.5546875 -192.37495 M160.5546875 -192.37495 C160.5546875 -192.37498407483554, 160.5546875 -192.3750181496711, 160.5546875 -192.37505 M160.5546875 -192.37495 C160.5546875 -192.37497438937172, 160.5546875 -192.37499877874345, 160.5546875 -192.37505 M160.5546875 -192.37505 C75.97703785231955 -192.37505, -8.60061179536089 -192.37505, -160.5546875 -192.37505 M160.5546875 -192.37505 C62.059757436390484 -192.37505, -36.43517262721903 -192.37505, -160.5546875 -192.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-story_logs-15" data-look="classic" transform="translate(562.1640625, 1028.125)"><g class="outer-path" style=""><path d="M-146.1640625 -192.375 L146.1640625 -192.375 L146.1640625 192.375 L-146.1640625 192.375" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-146.1640625 -192.375 C-81.4604410800044 -192.375, -16.7568196600088 -192.375, 146.1640625 -192.375 M-146.1640625 -192.375 C-44.60780174888798 -192.375, 56.94845900222404 -192.375, 146.1640625 -192.375 M146.1640625 -192.375 C146.1640625 -54.47660659797813, 146.1640625 83.42178680404373, 146.1640625 192.375 M146.1640625 -192.375 C146.1640625 -113.29800736124268, 146.1640625 -34.221014722485364, 146.1640625 192.375 M146.1640625 192.375 C46.309204517268654 192.375, -53.54565346546269 192.375, -146.1640625 192.375 M146.1640625 192.375 C48.80587416233419 192.375, -48.55231417533162 192.375, -146.1640625 192.375 M-146.1640625 192.375 C-146.1640625 63.61628390466157, -146.1640625 -65.14243219067686, -146.1640625 -192.375 M-146.1640625 192.375 C-146.1640625 108.11281231119979, -146.1640625 23.85062462239958, -146.1640625 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-146.1640625 -149.625 L146.1640625 -149.625 L146.1640625 -106.875 L-146.1640625 -106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-146.1640625 -149.625 C-59.516475870941306 -149.625, 27.131110758117387 -149.625, 146.1640625 -149.625 M-146.1640625 -149.625 C-70.29962843706501 -149.625, 5.56480562586998 -149.625, 146.1640625 -149.625 M146.1640625 -149.625 C146.1640625 -134.30949017283857, 146.1640625 -118.99398034567713, 146.1640625 -106.875 M146.1640625 -149.625 C146.1640625 -140.68151400542843, 146.1640625 -131.73802801085685, 146.1640625 -106.875 M146.1640625 -106.875 C80.68400879076255 -106.875, 15.203955081525095 -106.875, -146.1640625 -106.875 M146.1640625 -106.875 C84.85299347647417 -106.875, 23.541924452948336 -106.875, -146.1640625 -106.875 M-146.1640625 -106.875 C-146.1640625 -115.7175088686415, -146.1640625 -124.560017737283, -146.1640625 -149.625 M-146.1640625 -106.875 C-146.1640625 -120.8529359693553, -146.1640625 -134.8308719387106, -146.1640625 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-146.1640625 -106.875 L146.1640625 -106.875 L146.1640625 -64.125 L-146.1640625 -64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-146.1640625 -106.875 C-71.0321272610876 -106.875, 4.09980797782481 -106.875, 146.1640625 -106.875 M-146.1640625 -106.875 C-63.68607020814129 -106.875, 18.791922083717424 -106.875, 146.1640625 -106.875 M146.1640625 -106.875 C146.1640625 -94.22310951248082, 146.1640625 -81.57121902496164, 146.1640625 -64.125 M146.1640625 -106.875 C146.1640625 -91.67320173262718, 146.1640625 -76.47140346525435, 146.1640625 -64.125 M146.1640625 -64.125 C36.19349866984433 -64.125, -73.77706516031134 -64.125, -146.1640625 -64.125 M146.1640625 -64.125 C68.65794323718536 -64.125, -8.848176025629272 -64.125, -146.1640625 -64.125 M-146.1640625 -64.125 C-146.1640625 -77.92753856853385, -146.1640625 -91.73007713706771, -146.1640625 -106.875 M-146.1640625 -64.125 C-146.1640625 -75.23751549792705, -146.1640625 -86.35003099585408, -146.1640625 -106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-146.1640625 -64.125 L146.1640625 -64.125 L146.1640625 -21.375 L-146.1640625 -21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-146.1640625 -64.125 C-78.96413227933807 -64.125, -11.764202058676148 -64.125, 146.1640625 -64.125 M-146.1640625 -64.125 C-44.266982663878466 -64.125, 57.63009717224307 -64.125, 146.1640625 -64.125 M146.1640625 -64.125 C146.1640625 -53.1701455577885, 146.1640625 -42.215291115577, 146.1640625 -21.375 M146.1640625 -64.125 C146.1640625 -51.4840288116876, 146.1640625 -38.8430576233752, 146.1640625 -21.375 M146.1640625 -21.375 C47.934241702476356 -21.375, -50.29557909504729 -21.375, -146.1640625 -21.375 M146.1640625 -21.375 C39.69625238667027 -21.375, -66.77155772665947 -21.375, -146.1640625 -21.375 M-146.1640625 -21.375 C-146.1640625 -30.293411180775298, -146.1640625 -39.211822361550595, -146.1640625 -64.125 M-146.1640625 -21.375 C-146.1640625 -32.82601978511868, -146.1640625 -44.27703957023736, -146.1640625 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-146.1640625 -21.375 L146.1640625 -21.375 L146.1640625 21.375 L-146.1640625 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-146.1640625 -21.375 C-54.50485469460506 -21.375, 37.154353110789884 -21.375, 146.1640625 -21.375 M-146.1640625 -21.375 C-42.31131926593402 -21.375, 61.541423968131966 -21.375, 146.1640625 -21.375 M146.1640625 -21.375 C146.1640625 -5.167464756239383, 146.1640625 11.040070487521234, 146.1640625 21.375 M146.1640625 -21.375 C146.1640625 -6.827081779577108, 146.1640625 7.720836440845783, 146.1640625 21.375 M146.1640625 21.375 C45.9465226788744 21.375, -54.271017142251196 21.375, -146.1640625 21.375 M146.1640625 21.375 C34.635406259831626 21.375, -76.89324998033675 21.375, -146.1640625 21.375 M-146.1640625 21.375 C-146.1640625 8.847029766319022, -146.1640625 -3.680940467361957, -146.1640625 -21.375 M-146.1640625 21.375 C-146.1640625 6.490267611398178, -146.1640625 -8.394464777203645, -146.1640625 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-146.1640625 21.375 L146.1640625 21.375 L146.1640625 64.125 L-146.1640625 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-146.1640625 21.375 C-45.61177902878798 21.375, 54.94050444242404 21.375, 146.1640625 21.375 M-146.1640625 21.375 C-66.02799284140437 21.375, 14.108076817191261 21.375, 146.1640625 21.375 M146.1640625 21.375 C146.1640625 33.317559345270496, 146.1640625 45.260118690541, 146.1640625 64.125 M146.1640625 21.375 C146.1640625 33.626186560541086, 146.1640625 45.877373121082165, 146.1640625 64.125 M146.1640625 64.125 C85.39110183129196 64.125, 24.61814116258391 64.125, -146.1640625 64.125 M146.1640625 64.125 C57.98002938736498 64.125, -30.20400372527004 64.125, -146.1640625 64.125 M-146.1640625 64.125 C-146.1640625 53.26071151033382, -146.1640625 42.39642302066764, -146.1640625 21.375 M-146.1640625 64.125 C-146.1640625 53.4268708152535, -146.1640625 42.728741630507, -146.1640625 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-146.1640625 64.125 L146.1640625 64.125 L146.1640625 106.875 L-146.1640625 106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-146.1640625 64.125 C-68.25465066400636 64.125, 9.654761171987275 64.125, 146.1640625 64.125 M-146.1640625 64.125 C-32.87709466227446 64.125, 80.40987317545108 64.125, 146.1640625 64.125 M146.1640625 64.125 C146.1640625 79.25216671313763, 146.1640625 94.37933342627524, 146.1640625 106.875 M146.1640625 64.125 C146.1640625 76.9084237110897, 146.1640625 89.69184742217939, 146.1640625 106.875 M146.1640625 106.875 C37.0584242581982 106.875, -72.0472139836036 106.875, -146.1640625 106.875 M146.1640625 106.875 C36.53634392222256 106.875, -73.09137465555489 106.875, -146.1640625 106.875 M-146.1640625 106.875 C-146.1640625 97.3173828573747, -146.1640625 87.75976571474939, -146.1640625 64.125 M-146.1640625 106.875 C-146.1640625 98.30547587582699, -146.1640625 89.73595175165397, -146.1640625 64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-146.1640625 106.875 L146.1640625 106.875 L146.1640625 149.625 L-146.1640625 149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-146.1640625 106.875 C-71.00428495833961 106.875, 4.155492583320779 106.875, 146.1640625 106.875 M-146.1640625 106.875 C-73.6533274009262 106.875, -1.1425923018524031 106.875, 146.1640625 106.875 M146.1640625 106.875 C146.1640625 119.3378998454735, 146.1640625 131.800799690947, 146.1640625 149.625 M146.1640625 106.875 C146.1640625 121.57017139387605, 146.1640625 136.2653427877521, 146.1640625 149.625 M146.1640625 149.625 C67.2216269690111 149.625, -11.720808561977805 149.625, -146.1640625 149.625 M146.1640625 149.625 C69.2619341126615 149.625, -7.640194274676986 149.625, -146.1640625 149.625 M-146.1640625 149.625 C-146.1640625 134.13368086246814, -146.1640625 118.64236172493628, -146.1640625 106.875 M-146.1640625 149.625 C-146.1640625 137.14087818718616, -146.1640625 124.65675637437235, -146.1640625 106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-146.1640625 149.625 L146.1640625 149.625 L146.1640625 192.375 L-146.1640625 192.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-146.1640625 149.625 C-76.14056056786154 149.625, -6.117058635723083 149.625, 146.1640625 149.625 M-146.1640625 149.625 C-30.544048452337904 149.625, 85.07596559532419 149.625, 146.1640625 149.625 M146.1640625 149.625 C146.1640625 166.10772349841113, 146.1640625 182.5904469968223, 146.1640625 192.375 M146.1640625 149.625 C146.1640625 164.6367769393778, 146.1640625 179.6485538787556, 146.1640625 192.375 M146.1640625 192.375 C47.631660254007045 192.375, -50.90074199198591 192.375, -146.1640625 192.375 M146.1640625 192.375 C34.04153296565231 192.375, -78.08099656869538 192.375, -146.1640625 192.375 M-146.1640625 192.375 C-146.1640625 181.97155174037144, -146.1640625 171.56810348074288, -146.1640625 149.625 M-146.1640625 192.375 C-146.1640625 178.5883737405553, -146.1640625 164.80174748111062, -146.1640625 149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-35.859375, -183)" style=""><foreignObject width="71.71875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 167px; text-align: start;"><span class="nodeLabel"><p>story_logs</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-133.6640625, -140.25)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-35.8046875, -140.25)" style=""><foreignObject width="13.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 113px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(111.6953125, -140.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(111.6953125, -140.25)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p>🗝️</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-133.6640625, -97.5)" style=""><foreignObject width="57.703125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 159px; text-align: start;"><span class="nodeLabel"><p>LogType</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-35.8046875, -97.5)" style=""><foreignObject width="31.875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 129px; text-align: start;"><span class="nodeLabel"><p>type</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(111.6953125, -97.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(111.6953125, -97.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-133.6640625, -54.75)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-35.8046875, -54.75)" style=""><foreignObject width="55.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 148px; text-align: start;"><span class="nodeLabel"><p>content</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(111.6953125, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(111.6953125, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-133.6640625, -12)" style=""><foreignObject width="72.859375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>TestStatus</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-35.8046875, -12)" style=""><foreignObject width="42.796875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 136px; text-align: start;"><span class="nodeLabel"><p>status</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(111.6953125, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(111.6953125, -12)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-133.6640625, 30.75)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-35.8046875, 30.75)" style=""><foreignObject width="94.734375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 187px; text-align: start;"><span class="nodeLabel"><p>commit_hash</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(111.6953125, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(111.6953125, 30.75)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-133.6640625, 73.5)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-35.8046875, 73.5)" style=""><foreignObject width="122.5" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 211px; text-align: start;"><span class="nodeLabel"><p>commit_message</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(111.6953125, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(111.6953125, 73.5)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-133.6640625, 116.25)" style=""><foreignObject width="31.4375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 129px; text-align: start;"><span class="nodeLabel"><p>Json</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-35.8046875, 116.25)" style=""><foreignObject width="68.828125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 160px; text-align: start;"><span class="nodeLabel"><p>metadata</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(111.6953125, 116.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(111.6953125, 116.25)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-133.6640625, 159)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-35.8046875, 159)" style=""><foreignObject width="78.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>created_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(111.6953125, 159)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(111.6953125, 159)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-146.1640625 -149.62505 L-146.1640625 -149.62495 L146.1640625 -149.62495 L146.1640625 -149.62505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-146.1640625 -149.62505 C-146.1640625 -149.62501131190479, -146.1640625 -149.62497262380958, -146.1640625 -149.62495 M-146.1640625 -149.62505 C-146.1640625 -149.6250116199016, -146.1640625 -149.6249732398032, -146.1640625 -149.62495 M-146.1640625 -149.62495 C-87.48120880918573 -149.62495, -28.79835511837146 -149.62495, 146.1640625 -149.62495 M-146.1640625 -149.62495 C-72.98523638179586 -149.62495, 0.1935897364082848 -149.62495, 146.1640625 -149.62495 M146.1640625 -149.62495 C146.1640625 -149.6249809316147, 146.1640625 -149.62501186322933, 146.1640625 -149.62505 M146.1640625 -149.62495 C146.1640625 -149.6249735693419, 146.1640625 -149.62499713868382, 146.1640625 -149.62505 M146.1640625 -149.62505 C85.62012218120029 -149.62505, 25.076181862400574 -149.62505, -146.1640625 -149.62505 M146.1640625 -149.62505 C74.24764085776845 -149.62505, 2.3312192155368905 -149.62505, -146.1640625 -149.62505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-48.3047375 -149.625 L-48.3046375 -149.625 L-48.3046375 192.375 L-48.3047375 192.375" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-48.3047375 -149.625 C-48.30470693819545 -149.625, -48.3046763763909 -149.625, -48.3046375 -149.625 M-48.3047375 -149.625 C-48.30470500335531 -149.625, -48.30467250671062 -149.625, -48.3046375 -149.625 M-48.3046375 -149.625 C-48.3046375 -71.06901395381992, -48.3046375 7.486972092360162, -48.3046375 192.375 M-48.3046375 -149.625 C-48.3046375 -75.2895576393058, -48.3046375 -0.9541152786115958, -48.3046375 192.375 M-48.3046375 192.375 C-48.30466074697805 192.375, -48.3046839939561 192.375, -48.3047375 192.375 M-48.3046375 192.375 C-48.304671210324855 192.375, -48.30470492064971 192.375, -48.3047375 192.375 M-48.3047375 192.375 C-48.3047375 91.25047654149058, -48.3047375 -9.87404691701883, -48.3047375 -149.625 M-48.3047375 192.375 C-48.3047375 74.18521696382413, -48.3047375 -44.004566072351736, -48.3047375 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M99.1952625 -149.625 L99.1953625 -149.625 L99.1953625 192.375 L99.1952625 192.375" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M99.1952625 -149.625 C99.19529475561967 -149.625, 99.19532701123934 -149.625, 99.1953625 -149.625 M99.1952625 -149.625 C99.19529232864714 -149.625, 99.19532215729429 -149.625, 99.1953625 -149.625 M99.1953625 -149.625 C99.1953625 -79.16722392884367, 99.1953625 -8.709447857687337, 99.1953625 192.375 M99.1953625 -149.625 C99.1953625 -45.57687997735097, 99.1953625 58.47124004529806, 99.1953625 192.375 M99.1953625 192.375 C99.19533081132809 192.375, 99.19529912265618 192.375, 99.1952625 192.375 M99.1953625 192.375 C99.19532419049183 192.375, 99.19528588098366 192.375, 99.1952625 192.375 M99.1952625 192.375 C99.1952625 118.40221708047709, 99.1952625 44.42943416095417, 99.1952625 -149.625 M99.1952625 192.375 C99.1952625 83.38023074771326, 99.1952625 -25.61453850457349, 99.1952625 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-146.1640625 -149.62505 L-146.1640625 -149.62495 L146.1640625 -149.62495 L146.1640625 -149.62505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-146.1640625 -149.62505 C-146.1640625 -149.62501728111934, -146.1640625 -149.62498456223867, -146.1640625 -149.62495 M-146.1640625 -149.62505 C-146.1640625 -149.62501168376394, -146.1640625 -149.62497336752787, -146.1640625 -149.62495 M-146.1640625 -149.62495 C-50.83057201535401 -149.62495, 44.502918469291984 -149.62495, 146.1640625 -149.62495 M-146.1640625 -149.62495 C-85.25596831002998 -149.62495, -24.34787412005997 -149.62495, 146.1640625 -149.62495 M146.1640625 -149.62495 C146.1640625 -149.62498852544746, 146.1640625 -149.62502705089494, 146.1640625 -149.62505 M146.1640625 -149.62495 C146.1640625 -149.6249886400086, 146.1640625 -149.62502728001724, 146.1640625 -149.62505 M146.1640625 -149.62505 C50.60389273602013 -149.62505, -44.95627702795974 -149.62505, -146.1640625 -149.62505 M146.1640625 -149.62505 C76.73450988851123 -149.62505, 7.304957277022453 -149.62505, -146.1640625 -149.62505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-sprints-16" data-look="classic" transform="translate(3348.71484375, 2170.625)"><g class="outer-path" style=""><path d="M-141.3671875 -128.25 L141.3671875 -128.25 L141.3671875 128.25 L-141.3671875 128.25" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-141.3671875 -128.25 C-70.56227626378026 -128.25, 0.2426349724394754 -128.25, 141.3671875 -128.25 M-141.3671875 -128.25 C-81.58884136984523 -128.25, -21.810495239690468 -128.25, 141.3671875 -128.25 M141.3671875 -128.25 C141.3671875 -47.98999151054602, 141.3671875 32.27001697890796, 141.3671875 128.25 M141.3671875 -128.25 C141.3671875 -47.54866443539861, 141.3671875 33.15267112920279, 141.3671875 128.25 M141.3671875 128.25 C57.973127310034 128.25, -25.420932879931996 128.25, -141.3671875 128.25 M141.3671875 128.25 C56.56139382492562 128.25, -28.244399850148767 128.25, -141.3671875 128.25 M-141.3671875 128.25 C-141.3671875 39.83932800681133, -141.3671875 -48.57134398637734, -141.3671875 -128.25 M-141.3671875 128.25 C-141.3671875 41.06974318688795, -141.3671875 -46.110513626224105, -141.3671875 -128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-141.3671875 -85.5 L141.3671875 -85.5 L141.3671875 -42.75 L-141.3671875 -42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-141.3671875 -85.5 C-64.41305135555515 -85.5, 12.541084788889691 -85.5, 141.3671875 -85.5 M-141.3671875 -85.5 C-59.388808735041735 -85.5, 22.58957002991653 -85.5, 141.3671875 -85.5 M141.3671875 -85.5 C141.3671875 -70.48146115584561, 141.3671875 -55.46292231169121, 141.3671875 -42.75 M141.3671875 -85.5 C141.3671875 -72.5185871942944, 141.3671875 -59.53717438858879, 141.3671875 -42.75 M141.3671875 -42.75 C38.18962152293764 -42.75, -64.98794445412472 -42.75, -141.3671875 -42.75 M141.3671875 -42.75 C49.404992171572005 -42.75, -42.55720315685599 -42.75, -141.3671875 -42.75 M-141.3671875 -42.75 C-141.3671875 -52.6653839374365, -141.3671875 -62.58076787487301, -141.3671875 -85.5 M-141.3671875 -42.75 C-141.3671875 -58.75639671268371, -141.3671875 -74.76279342536742, -141.3671875 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-141.3671875 -42.75 L141.3671875 -42.75 L141.3671875 0 L-141.3671875 0" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-141.3671875 -42.75 C-33.883317296232235 -42.75, 73.60055290753553 -42.75, 141.3671875 -42.75 M-141.3671875 -42.75 C-36.56981206637019 -42.75, 68.22756336725962 -42.75, 141.3671875 -42.75 M141.3671875 -42.75 C141.3671875 -30.734639183146108, 141.3671875 -18.71927836629222, 141.3671875 0 M141.3671875 -42.75 C141.3671875 -27.75567612901657, 141.3671875 -12.761352258033138, 141.3671875 0 M141.3671875 0 C76.92747174430943 0, 12.487755988618858 0, -141.3671875 0 M141.3671875 0 C79.56205079830815 0, 17.7569140966163 0, -141.3671875 0 M-141.3671875 0 C-141.3671875 -16.291807291389894, -141.3671875 -32.58361458277979, -141.3671875 -42.75 M-141.3671875 0 C-141.3671875 -9.063615561912444, -141.3671875 -18.127231123824888, -141.3671875 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-141.3671875 0 L141.3671875 0 L141.3671875 42.75 L-141.3671875 42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-141.3671875 0 C-45.18553002663842 0, 50.996127446723165 0, 141.3671875 0 M-141.3671875 0 C-70.46305728936284 0, 0.4410729212743263 0, 141.3671875 0 M141.3671875 0 C141.3671875 9.491289135478944, 141.3671875 18.982578270957887, 141.3671875 42.75 M141.3671875 0 C141.3671875 15.896852460880048, 141.3671875 31.793704921760096, 141.3671875 42.75 M141.3671875 42.75 C71.3433732329507 42.75, 1.3195589659013933 42.75, -141.3671875 42.75 M141.3671875 42.75 C67.79070757100268 42.75, -5.785772357994631 42.75, -141.3671875 42.75 M-141.3671875 42.75 C-141.3671875 28.89017814722732, -141.3671875 15.030356294454641, -141.3671875 0 M-141.3671875 42.75 C-141.3671875 32.29250978749197, -141.3671875 21.835019574983942, -141.3671875 0" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-141.3671875 42.75 L141.3671875 42.75 L141.3671875 85.5 L-141.3671875 85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-141.3671875 42.75 C-30.241573784650384 42.75, 80.88403993069923 42.75, 141.3671875 42.75 M-141.3671875 42.75 C-65.3305848507691 42.75, 10.7060177984618 42.75, 141.3671875 42.75 M141.3671875 42.75 C141.3671875 56.40566450988885, 141.3671875 70.0613290197777, 141.3671875 85.5 M141.3671875 42.75 C141.3671875 55.495047809155196, 141.3671875 68.24009561831039, 141.3671875 85.5 M141.3671875 85.5 C78.0941389830234 85.5, 14.821090466046797 85.5, -141.3671875 85.5 M141.3671875 85.5 C28.781600881058225 85.5, -83.80398573788355 85.5, -141.3671875 85.5 M-141.3671875 85.5 C-141.3671875 71.95926107901457, -141.3671875 58.418522158029134, -141.3671875 42.75 M-141.3671875 85.5 C-141.3671875 74.5749478909636, -141.3671875 63.6498957819272, -141.3671875 42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-141.3671875 85.5 L141.3671875 85.5 L141.3671875 128.25 L-141.3671875 128.25" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-141.3671875 85.5 C-50.209251988239274 85.5, 40.94868352352145 85.5, 141.3671875 85.5 M-141.3671875 85.5 C-33.434839633708776 85.5, 74.49750823258245 85.5, 141.3671875 85.5 M141.3671875 85.5 C141.3671875 100.69082460292573, 141.3671875 115.88164920585146, 141.3671875 128.25 M141.3671875 85.5 C141.3671875 95.1219396308126, 141.3671875 104.74387926162521, 141.3671875 128.25 M141.3671875 128.25 C40.511163707309095 128.25, -60.34486008538181 128.25, -141.3671875 128.25 M141.3671875 128.25 C29.424425938972092 128.25, -82.51833562205582 128.25, -141.3671875 128.25 M-141.3671875 128.25 C-141.3671875 114.02026856679748, -141.3671875 99.79053713359498, -141.3671875 85.5 M-141.3671875 128.25 C-141.3671875 118.87139501222372, -141.3671875 109.49279002444743, -141.3671875 85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-23.8671875, -118.875)" style=""><foreignObject width="47.734375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;"><span class="nodeLabel"><p>sprints</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-128.8671875, -76.125)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.3828125, -76.125)" style=""><foreignObject width="13.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 113px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(106.8984375, -76.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(106.8984375, -76.125)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p>🗝️</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-128.8671875, -33.375)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.3828125, -33.375)" style=""><foreignObject width="79.390625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 173px; text-align: start;"><span class="nodeLabel"><p>sprint_goal</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(106.8984375, -33.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(106.8984375, -33.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-128.8671875, 9.375)" style=""><foreignObject width="86.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 178px; text-align: start;"><span class="nodeLabel"><p>SprintStatus</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.3828125, 9.375)" style=""><foreignObject width="42.796875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 136px; text-align: start;"><span class="nodeLabel"><p>status</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(106.8984375, 9.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(106.8984375, 9.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-128.8671875, 52.125)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.3828125, 52.125)" style=""><foreignObject width="78.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>created_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(106.8984375, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(106.8984375, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-128.8671875, 94.875)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.3828125, 94.875)" style=""><foreignObject width="99.28125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 187px; text-align: start;"><span class="nodeLabel"><p>completed_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(106.8984375, 94.875)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(106.8984375, 94.875)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="divider"><path d="M-141.3671875 -85.50005 L-141.3671875 -85.49995 L141.3671875 -85.49995 L141.3671875 -85.50005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-141.3671875 -85.50005 C-141.3671875 -85.50001789742218, -141.3671875 -85.49998579484436, -141.3671875 -85.49995 M-141.3671875 -85.50005 C-141.3671875 -85.50002226817234, -141.3671875 -85.49999453634469, -141.3671875 -85.49995 M-141.3671875 -85.49995 C-66.92481277042884 -85.49995, 7.517561959142313 -85.49995, 141.3671875 -85.49995 M-141.3671875 -85.49995 C-72.63353023545837 -85.49995, -3.899872970916732 -85.49995, 141.3671875 -85.49995 M141.3671875 -85.49995 C141.3671875 -85.49997258568018, 141.3671875 -85.49999517136038, 141.3671875 -85.50005 M141.3671875 -85.49995 C141.3671875 -85.49998966952045, 141.3671875 -85.50002933904089, 141.3671875 -85.50005 M141.3671875 -85.50005 C68.53552325436834 -85.50005, -4.296140991263314 -85.50005, -141.3671875 -85.50005 M141.3671875 -85.50005 C76.21964555826145 -85.50005, 11.072103616522895 -85.50005, -141.3671875 -85.50005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-29.8828625 -85.5 L-29.8827625 -85.5 L-29.8827625 128.25 L-29.8828625 128.25" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-29.8828625 -85.5 C-29.882841752944525 -85.5, -29.882821005889053 -85.5, -29.8827625 -85.5 M-29.8828625 -85.5 C-29.88282567863233 -85.5, -29.882788857264657 -85.5, -29.8827625 -85.5 M-29.8827625 -85.5 C-29.8827625 -17.196246807735264, -29.8827625 51.10750638452947, -29.8827625 128.25 M-29.8827625 -85.5 C-29.8827625 -29.490065938510845, -29.8827625 26.51986812297831, -29.8827625 128.25 M-29.8827625 128.25 C-29.88278537775713 128.25, -29.882808255514263 128.25, -29.8828625 128.25 M-29.8827625 128.25 C-29.882793403233173 128.25, -29.882824306466347 128.25, -29.8828625 128.25 M-29.8828625 128.25 C-29.8828625 61.688334030611685, -29.8828625 -4.87333193877663, -29.8828625 -85.5 M-29.8828625 128.25 C-29.8828625 84.76993160926997, -29.8828625 41.28986321853996, -29.8828625 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M94.3983875 -85.5 L94.3984875 -85.5 L94.3984875 128.25 L94.3983875 128.25" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M94.3983875 -85.5 C94.39841616584533 -85.5, 94.39844483169067 -85.5, 94.3984875 -85.5 M94.3983875 -85.5 C94.39841188634165 -85.5, 94.39843627268331 -85.5, 94.3984875 -85.5 M94.3984875 -85.5 C94.3984875 -18.315404469379573, 94.3984875 48.869191061240855, 94.3984875 128.25 M94.3984875 -85.5 C94.3984875 -26.693036889084127, 94.3984875 32.11392622183175, 94.3984875 128.25 M94.3984875 128.25 C94.39846737444499 128.25, 94.39844724888997 128.25, 94.3983875 128.25 M94.3984875 128.25 C94.3984560725451 128.25, 94.39842464509019 128.25, 94.3983875 128.25 M94.3983875 128.25 C94.3983875 52.44053109196811, 94.3983875 -23.368937816063777, 94.3983875 -85.5 M94.3983875 128.25 C94.3983875 81.41681944626873, 94.3983875 34.58363889253745, 94.3983875 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-141.3671875 -85.50005 L-141.3671875 -85.49995 L141.3671875 -85.49995 L141.3671875 -85.50005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-141.3671875 -85.50005 C-141.3671875 -85.50002210948848, -141.3671875 -85.49999421897697, -141.3671875 -85.49995 M-141.3671875 -85.50005 C-141.3671875 -85.5000120278861, -141.3671875 -85.49997405577221, -141.3671875 -85.49995 M-141.3671875 -85.49995 C-73.16282405586605 -85.49995, -4.958460611732107 -85.49995, 141.3671875 -85.49995 M-141.3671875 -85.49995 C-49.80899688091097 -85.49995, 41.749193738178064 -85.49995, 141.3671875 -85.49995 M141.3671875 -85.49995 C141.3671875 -85.4999712581045, 141.3671875 -85.499992516209, 141.3671875 -85.50005 M141.3671875 -85.49995 C141.3671875 -85.4999834600059, 141.3671875 -85.50001692001179, 141.3671875 -85.50005 M141.3671875 -85.50005 C82.49736593406598 -85.50005, 23.62754436813195 -85.50005, -141.3671875 -85.50005 M141.3671875 -85.50005 C76.23997219010971 -85.50005, 11.112756880219422 -85.50005, -141.3671875 -85.50005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-tasks-17" data-look="classic" transform="translate(3582.546875, 1028.125)"><g class="outer-path" style=""><path d="M-162.171875 -235.125 L162.171875 -235.125 L162.171875 235.125 L-162.171875 235.125" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-162.171875 -235.125 C-70.27051560094816 -235.125, 21.630843798103683 -235.125, 162.171875 -235.125 M-162.171875 -235.125 C-34.02755488689769 -235.125, 94.11676522620462 -235.125, 162.171875 -235.125 M162.171875 -235.125 C162.171875 -78.4410394885247, 162.171875 78.24292102295061, 162.171875 235.125 M162.171875 -235.125 C162.171875 -82.70679647942578, 162.171875 69.71140704114845, 162.171875 235.125 M162.171875 235.125 C33.80081344163949 235.125, -94.57024811672102 235.125, -162.171875 235.125 M162.171875 235.125 C60.205404269342395 235.125, -41.76106646131521 235.125, -162.171875 235.125 M-162.171875 235.125 C-162.171875 127.84174917880631, -162.171875 20.55849835761262, -162.171875 -235.125 M-162.171875 235.125 C-162.171875 74.34109208047741, -162.171875 -86.44281583904518, -162.171875 -235.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-162.171875 -192.375 L162.171875 -192.375 L162.171875 -149.625 L-162.171875 -149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-162.171875 -192.375 C-82.19965067271517 -192.375, -2.227426345430331 -192.375, 162.171875 -192.375 M-162.171875 -192.375 C-86.67861340786287 -192.375, -11.185351815725738 -192.375, 162.171875 -192.375 M162.171875 -192.375 C162.171875 -176.87932807047525, 162.171875 -161.3836561409505, 162.171875 -149.625 M162.171875 -192.375 C162.171875 -175.83859136483042, 162.171875 -159.30218272966084, 162.171875 -149.625 M162.171875 -149.625 C75.85236475491308 -149.625, -10.467145490173834 -149.625, -162.171875 -149.625 M162.171875 -149.625 C76.48865812758814 -149.625, -9.194558744823723 -149.625, -162.171875 -149.625 M-162.171875 -149.625 C-162.171875 -162.7761684599265, -162.171875 -175.927336919853, -162.171875 -192.375 M-162.171875 -149.625 C-162.171875 -162.3373982491986, -162.171875 -175.0497964983972, -162.171875 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-162.171875 -149.625 L162.171875 -149.625 L162.171875 -106.875 L-162.171875 -106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-162.171875 -149.625 C-78.91713672635629 -149.625, 4.33760154728742 -149.625, 162.171875 -149.625 M-162.171875 -149.625 C-84.03590043821627 -149.625, -5.8999258764325475 -149.625, 162.171875 -149.625 M162.171875 -149.625 C162.171875 -136.49082085221414, 162.171875 -123.35664170442828, 162.171875 -106.875 M162.171875 -149.625 C162.171875 -135.79590354955948, 162.171875 -121.966807099119, 162.171875 -106.875 M162.171875 -106.875 C83.88385091018014 -106.875, 5.595826820360287 -106.875, -162.171875 -106.875 M162.171875 -106.875 C46.44858801187456 -106.875, -69.27469897625087 -106.875, -162.171875 -106.875 M-162.171875 -106.875 C-162.171875 -121.14804028737588, -162.171875 -135.42108057475176, -162.171875 -149.625 M-162.171875 -106.875 C-162.171875 -117.28336300109653, -162.171875 -127.69172600219306, -162.171875 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-162.171875 -106.875 L162.171875 -106.875 L162.171875 -64.125 L-162.171875 -64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-162.171875 -106.875 C-84.59728800363135 -106.875, -7.022701007262697 -106.875, 162.171875 -106.875 M-162.171875 -106.875 C-79.93758040789365 -106.875, 2.2967141842127035 -106.875, 162.171875 -106.875 M162.171875 -106.875 C162.171875 -93.64336779348415, 162.171875 -80.4117355869683, 162.171875 -64.125 M162.171875 -106.875 C162.171875 -89.9480814751289, 162.171875 -73.0211629502578, 162.171875 -64.125 M162.171875 -64.125 C95.5146078000413 -64.125, 28.85734060008261 -64.125, -162.171875 -64.125 M162.171875 -64.125 C53.387827940715596 -64.125, -55.39621911856881 -64.125, -162.171875 -64.125 M-162.171875 -64.125 C-162.171875 -81.10904200451297, -162.171875 -98.09308400902594, -162.171875 -106.875 M-162.171875 -64.125 C-162.171875 -73.19417591688274, -162.171875 -82.26335183376547, -162.171875 -106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-162.171875 -64.125 L162.171875 -64.125 L162.171875 -21.375 L-162.171875 -21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-162.171875 -64.125 C-71.30479881893146 -64.125, 19.56227736213708 -64.125, 162.171875 -64.125 M-162.171875 -64.125 C-88.60197331057512 -64.125, -15.032071621150237 -64.125, 162.171875 -64.125 M162.171875 -64.125 C162.171875 -53.83860193244077, 162.171875 -43.55220386488154, 162.171875 -21.375 M162.171875 -64.125 C162.171875 -50.27916324500558, 162.171875 -36.43332649001115, 162.171875 -21.375 M162.171875 -21.375 C80.37658333949086 -21.375, -1.418708321018272 -21.375, -162.171875 -21.375 M162.171875 -21.375 C85.31054036813157 -21.375, 8.449205736263139 -21.375, -162.171875 -21.375 M-162.171875 -21.375 C-162.171875 -32.633095817350565, -162.171875 -43.89119163470113, -162.171875 -64.125 M-162.171875 -21.375 C-162.171875 -36.29802444248831, -162.171875 -51.22104888497662, -162.171875 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-162.171875 -21.375 L162.171875 -21.375 L162.171875 21.375 L-162.171875 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-162.171875 -21.375 C-54.33508629033729 -21.375, 53.501702419325426 -21.375, 162.171875 -21.375 M-162.171875 -21.375 C-75.10126377620263 -21.375, 11.969347447594743 -21.375, 162.171875 -21.375 M162.171875 -21.375 C162.171875 -8.391506989905592, 162.171875 4.591986020188816, 162.171875 21.375 M162.171875 -21.375 C162.171875 -7.000018672126895, 162.171875 7.374962655746209, 162.171875 21.375 M162.171875 21.375 C88.13627769925044 21.375, 14.100680398500884 21.375, -162.171875 21.375 M162.171875 21.375 C34.92420924007894 21.375, -92.32345651984213 21.375, -162.171875 21.375 M-162.171875 21.375 C-162.171875 4.448058848370994, -162.171875 -12.478882303258011, -162.171875 -21.375 M-162.171875 21.375 C-162.171875 6.75814309274352, -162.171875 -7.85871381451296, -162.171875 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-162.171875 21.375 L162.171875 21.375 L162.171875 64.125 L-162.171875 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-162.171875 21.375 C-42.12253788488701 21.375, 77.92679923022598 21.375, 162.171875 21.375 M-162.171875 21.375 C-63.19038304019351 21.375, 35.79110891961298 21.375, 162.171875 21.375 M162.171875 21.375 C162.171875 33.39626122733998, 162.171875 45.41752245467995, 162.171875 64.125 M162.171875 21.375 C162.171875 31.870671338650276, 162.171875 42.36634267730055, 162.171875 64.125 M162.171875 64.125 C91.12488532359451 64.125, 20.077895647189024 64.125, -162.171875 64.125 M162.171875 64.125 C83.95491588145117 64.125, 5.737956762902343 64.125, -162.171875 64.125 M-162.171875 64.125 C-162.171875 50.22878300609841, -162.171875 36.332566012196814, -162.171875 21.375 M-162.171875 64.125 C-162.171875 50.40544033137195, -162.171875 36.68588066274389, -162.171875 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-162.171875 64.125 L162.171875 64.125 L162.171875 106.875 L-162.171875 106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-162.171875 64.125 C-53.251275814777955 64.125, 55.66932337044409 64.125, 162.171875 64.125 M-162.171875 64.125 C-53.472420903699515 64.125, 55.22703319260097 64.125, 162.171875 64.125 M162.171875 64.125 C162.171875 80.43021750752604, 162.171875 96.73543501505209, 162.171875 106.875 M162.171875 64.125 C162.171875 80.25890478163959, 162.171875 96.39280956327917, 162.171875 106.875 M162.171875 106.875 C40.975625169652645 106.875, -80.22062466069471 106.875, -162.171875 106.875 M162.171875 106.875 C92.93992281664374 106.875, 23.707970633287488 106.875, -162.171875 106.875 M-162.171875 106.875 C-162.171875 95.95705846241187, -162.171875 85.03911692482373, -162.171875 64.125 M-162.171875 106.875 C-162.171875 96.53721553928568, -162.171875 86.19943107857137, -162.171875 64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-162.171875 106.875 L162.171875 106.875 L162.171875 149.625 L-162.171875 149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-162.171875 106.875 C-57.867540956596955 106.875, 46.43679308680609 106.875, 162.171875 106.875 M-162.171875 106.875 C-37.208847525386545 106.875, 87.75417994922691 106.875, 162.171875 106.875 M162.171875 106.875 C162.171875 115.52923274935961, 162.171875 124.18346549871922, 162.171875 149.625 M162.171875 106.875 C162.171875 120.04787129049008, 162.171875 133.22074258098016, 162.171875 149.625 M162.171875 149.625 C62.7861064406823 149.625, -36.59966211863539 149.625, -162.171875 149.625 M162.171875 149.625 C90.81266353629111 149.625, 19.453452072582223 149.625, -162.171875 149.625 M-162.171875 149.625 C-162.171875 141.0276910093509, -162.171875 132.43038201870178, -162.171875 106.875 M-162.171875 149.625 C-162.171875 133.72625738668523, -162.171875 117.8275147733705, -162.171875 106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-162.171875 149.625 L162.171875 149.625 L162.171875 192.375 L-162.171875 192.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-162.171875 149.625 C-54.58513331581271 149.625, 53.001608368374576 149.625, 162.171875 149.625 M-162.171875 149.625 C-88.77100381930725 149.625, -15.370132638614507 149.625, 162.171875 149.625 M162.171875 149.625 C162.171875 159.02578417490386, 162.171875 168.42656834980772, 162.171875 192.375 M162.171875 149.625 C162.171875 163.81614485025702, 162.171875 178.00728970051404, 162.171875 192.375 M162.171875 192.375 C79.52880385192205 192.375, -3.1142672961559015 192.375, -162.171875 192.375 M162.171875 192.375 C66.67170878999517 192.375, -28.82845742000967 192.375, -162.171875 192.375 M-162.171875 192.375 C-162.171875 180.5252664605524, -162.171875 168.67553292110478, -162.171875 149.625 M-162.171875 192.375 C-162.171875 181.558604803148, -162.171875 170.742209606296, -162.171875 149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-162.171875 192.375 L162.171875 192.375 L162.171875 235.125 L-162.171875 235.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-162.171875 192.375 C-44.9249400261958 192.375, 72.3219949476084 192.375, 162.171875 192.375 M-162.171875 192.375 C-42.688002452679314 192.375, 76.79587009464137 192.375, 162.171875 192.375 M162.171875 192.375 C162.171875 206.81776141618914, 162.171875 221.26052283237826, 162.171875 235.125 M162.171875 192.375 C162.171875 206.76062537377584, 162.171875 221.14625074755168, 162.171875 235.125 M162.171875 235.125 C34.58786102887032 235.125, -92.99615294225936 235.125, -162.171875 235.125 M162.171875 235.125 C72.9975056758398 235.125, -16.176863648320392 235.125, -162.171875 235.125 M-162.171875 235.125 C-162.171875 223.25960122494104, -162.171875 211.3942024498821, -162.171875 192.375 M-162.171875 235.125 C-162.171875 218.71880966545643, -162.171875 202.31261933091287, -162.171875 192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-17.890625, -225.75)" style=""><foreignObject width="35.78125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 133px; text-align: start;"><span class="nodeLabel"><p>tasks</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-149.671875, -183)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-50.40625, -183)" style=""><foreignObject width="13.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 113px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(127.703125, -183)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(127.703125, -183)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p>🗝️</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-149.671875, -140.25)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-50.40625, -140.25)" style=""><foreignObject width="30.703125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 126px; text-align: start;"><span class="nodeLabel"><p>title</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(127.703125, -140.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(127.703125, -140.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-149.671875, -97.5)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-50.40625, -97.5)" style=""><foreignObject width="79.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 172px; text-align: start;"><span class="nodeLabel"><p>description</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(127.703125, -97.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(127.703125, -97.5)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-149.671875, -54.75)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-50.40625, -54.75)" style=""><foreignObject width="153.109375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 237px; text-align: start;"><span class="nodeLabel"><p>implementation_plan</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(127.703125, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(127.703125, -54.75)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-149.671875, -12)" style=""><foreignObject width="19.546875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 118px; text-align: start;"><span class="nodeLabel"><p>Int</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-50.40625, -12)" style=""><foreignObject width="53.296875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 150px; text-align: start;"><span class="nodeLabel"><p>priority</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(127.703125, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(127.703125, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-149.671875, 30.75)" style=""><foreignObject width="36.453125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 134px; text-align: start;"><span class="nodeLabel"><p>Float</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-50.40625, 30.75)" style=""><foreignObject width="74.6875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>sort_order</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(127.703125, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(127.703125, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-149.671875, 73.5)" style=""><foreignObject width="74.265625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 169px; text-align: start;"><span class="nodeLabel"><p>TaskStatus</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-50.40625, 73.5)" style=""><foreignObject width="42.796875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 136px; text-align: start;"><span class="nodeLabel"><p>status</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(127.703125, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(127.703125, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-149.671875, 116.25)" style=""><foreignObject width="56.828125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 155px; text-align: start;"><span class="nodeLabel"><p>Boolean</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-50.40625, 116.25)" style=""><foreignObject width="79.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 177px; text-align: start;"><span class="nodeLabel"><p>verify_only</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(127.703125, 116.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(127.703125, 116.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-149.671875, 159)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-50.40625, 159)" style=""><foreignObject width="78.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>created_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(127.703125, 159)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(127.703125, 159)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-149.671875, 201.75)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-50.40625, 201.75)" style=""><foreignObject width="82.109375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 172px; text-align: start;"><span class="nodeLabel"><p>updated_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(127.703125, 201.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(127.703125, 201.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-162.171875 -192.37505 L-162.171875 -192.37495 L162.171875 -192.37495 L162.171875 -192.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-162.171875 -192.37505 C-162.171875 -192.3750121078524, -162.171875 -192.3749742157048, -162.171875 -192.37495 M-162.171875 -192.37505 C-162.171875 -192.37502466571715, -162.171875 -192.37499933143428, -162.171875 -192.37495 M-162.171875 -192.37495 C-56.2841566702911 -192.37495, 49.60356165941781 -192.37495, 162.171875 -192.37495 M-162.171875 -192.37495 C-64.6206382726547 -192.37495, 32.930598454690596 -192.37495, 162.171875 -192.37495 M162.171875 -192.37495 C162.171875 -192.3749883396156, 162.171875 -192.3750266792312, 162.171875 -192.37505 M162.171875 -192.37495 C162.171875 -192.3749850968339, 162.171875 -192.37502019366778, 162.171875 -192.37505 M162.171875 -192.37505 C73.27967433362014 -192.37505, -15.612526332759728 -192.37505, -162.171875 -192.37505 M162.171875 -192.37505 C77.37844225283727 -192.37505, -7.414990494325451 -192.37505, -162.171875 -192.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-62.9063 -192.375 L-62.9062 -192.375 L-62.9062 235.125 L-62.9063 235.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-62.9063 -192.375 C-62.90626879915433 -192.375, -62.90623759830867 -192.375, -62.9062 -192.375 M-62.9063 -192.375 C-62.90627618919356 -192.375, -62.90625237838712 -192.375, -62.9062 -192.375 M-62.9062 -192.375 C-62.9062 -41.17660225382082, -62.9062 110.02179549235836, -62.9062 235.125 M-62.9062 -192.375 C-62.9062 -43.63843409938198, -62.9062 105.09813180123604, -62.9062 235.125 M-62.9062 235.125 C-62.90623609630102 235.125, -62.906272192602046 235.125, -62.9063 235.125 M-62.9062 235.125 C-62.90623088440311 235.125, -62.90626176880622 235.125, -62.9063 235.125 M-62.9063 235.125 C-62.9063 77.53334262177651, -62.9063 -80.05831475644698, -62.9063 -192.375 M-62.9063 235.125 C-62.9063 122.18505553433909, -62.9063 9.24511106867817, -62.9063 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M115.203075 -192.375 L115.203175 -192.375 L115.203175 235.125 L115.203075 235.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M115.203075 -192.375 C115.2031058322604 -192.375, 115.2031366645208 -192.375, 115.203175 -192.375 M115.203075 -192.375 C115.2031050465554 -192.375, 115.20313509311079 -192.375, 115.203175 -192.375 M115.203175 -192.375 C115.203175 -63.29445061628479, 115.203175 65.78609876743042, 115.203175 235.125 M115.203175 -192.375 C115.203175 -43.145818985683746, 115.203175 106.08336202863251, 115.203175 235.125 M115.203175 235.125 C115.20315429911817 235.125, 115.20313359823633 235.125, 115.203075 235.125 M115.203175 235.125 C115.20314931617308 235.125, 115.20312363234616 235.125, 115.203075 235.125 M115.203075 235.125 C115.203075 71.26002400288169, 115.203075 -92.60495199423661, 115.203075 -192.375 M115.203075 235.125 C115.203075 110.9888935388313, 115.203075 -13.147212922337388, 115.203075 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-162.171875 -192.37505 L-162.171875 -192.37495 L162.171875 -192.37495 L162.171875 -192.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-162.171875 -192.37505 C-162.171875 -192.37501419468356, -162.171875 -192.37497838936713, -162.171875 -192.37495 M-162.171875 -192.37505 C-162.171875 -192.37502902340992, -162.171875 -192.37500804681983, -162.171875 -192.37495 M-162.171875 -192.37495 C-60.25842776491385 -192.37495, 41.655019470172306 -192.37495, 162.171875 -192.37495 M-162.171875 -192.37495 C-40.25620498092377 -192.37495, 81.65946503815246 -192.37495, 162.171875 -192.37495 M162.171875 -192.37495 C162.171875 -192.37497201970734, 162.171875 -192.3749940394147, 162.171875 -192.37505 M162.171875 -192.37495 C162.171875 -192.37497227915918, 162.171875 -192.37499455831838, 162.171875 -192.37505 M162.171875 -192.37505 C68.81024202588839 -192.37505, -24.55139094822323 -192.37505, -162.171875 -192.37505 M162.171875 -192.37505 C35.00111005685207 -192.37505, -92.16965488629586 -192.37505, -162.171875 -192.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-claude_jobs-18" data-look="classic" transform="translate(721.046875, 350)"><g class="outer-path" style=""><path d="M-158.5234375 -342 L158.5234375 -342 L158.5234375 342 L-158.5234375 342" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-158.5234375 -342 C-72.49662092657466 -342, 13.530195646850672 -342, 158.5234375 -342 M-158.5234375 -342 C-48.39653044549951 -342, 61.730376609000984 -342, 158.5234375 -342 M158.5234375 -342 C158.5234375 -110.87752293563264, 158.5234375 120.24495412873472, 158.5234375 342 M158.5234375 -342 C158.5234375 -181.58095541820168, 158.5234375 -21.161910836403365, 158.5234375 342 M158.5234375 342 C79.97013791953695 342, 1.4168383390739052 342, -158.5234375 342 M158.5234375 342 C55.015644653446586 342, -48.49214819310683 342, -158.5234375 342 M-158.5234375 342 C-158.5234375 204.56069297140894, -158.5234375 67.12138594281788, -158.5234375 -342 M-158.5234375 342 C-158.5234375 147.4347567609739, -158.5234375 -47.130486478052205, -158.5234375 -342" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-158.5234375 -299.25 L158.5234375 -299.25 L158.5234375 -256.5 L-158.5234375 -256.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-158.5234375 -299.25 C-88.97062913697242 -299.25, -19.41782077394484 -299.25, 158.5234375 -299.25 M-158.5234375 -299.25 C-65.7506618977974 -299.25, 27.0221137044052 -299.25, 158.5234375 -299.25 M158.5234375 -299.25 C158.5234375 -282.36374297117476, 158.5234375 -265.47748594234946, 158.5234375 -256.5 M158.5234375 -299.25 C158.5234375 -283.4703646476099, 158.5234375 -267.69072929521985, 158.5234375 -256.5 M158.5234375 -256.5 C62.80044884268534 -256.5, -32.92253981462932 -256.5, -158.5234375 -256.5 M158.5234375 -256.5 C60.392773831349515 -256.5, -37.73788983730097 -256.5, -158.5234375 -256.5 M-158.5234375 -256.5 C-158.5234375 -269.35362003342715, -158.5234375 -282.2072400668543, -158.5234375 -299.25 M-158.5234375 -256.5 C-158.5234375 -267.5592482749223, -158.5234375 -278.6184965498446, -158.5234375 -299.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-158.5234375 -256.5 L158.5234375 -256.5 L158.5234375 -213.75 L-158.5234375 -213.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-158.5234375 -256.5 C-47.02454255998748 -256.5, 64.47435238002504 -256.5, 158.5234375 -256.5 M-158.5234375 -256.5 C-39.17172019771574 -256.5, 80.17999710456851 -256.5, 158.5234375 -256.5 M158.5234375 -256.5 C158.5234375 -244.37141923484754, 158.5234375 -232.24283846969507, 158.5234375 -213.75 M158.5234375 -256.5 C158.5234375 -240.01030331151537, 158.5234375 -223.52060662303072, 158.5234375 -213.75 M158.5234375 -213.75 C76.11308832449126 -213.75, -6.297260851017484 -213.75, -158.5234375 -213.75 M158.5234375 -213.75 C37.59859757356291 -213.75, -83.32624235287417 -213.75, -158.5234375 -213.75 M-158.5234375 -213.75 C-158.5234375 -224.74748757956425, -158.5234375 -235.7449751591285, -158.5234375 -256.5 M-158.5234375 -213.75 C-158.5234375 -230.02328092459572, -158.5234375 -246.29656184919142, -158.5234375 -256.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-158.5234375 -213.75 L158.5234375 -213.75 L158.5234375 -171 L-158.5234375 -171" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-158.5234375 -213.75 C-77.18731835506388 -213.75, 4.14880078987224 -213.75, 158.5234375 -213.75 M-158.5234375 -213.75 C-89.3162281097082 -213.75, -20.10901871941641 -213.75, 158.5234375 -213.75 M158.5234375 -213.75 C158.5234375 -203.80942075828133, 158.5234375 -193.86884151656267, 158.5234375 -171 M158.5234375 -213.75 C158.5234375 -200.485783964326, 158.5234375 -187.22156792865204, 158.5234375 -171 M158.5234375 -171 C58.93096873157761 -171, -40.661500036844785 -171, -158.5234375 -171 M158.5234375 -171 C92.0274716543826 -171, 25.53150580876519 -171, -158.5234375 -171 M-158.5234375 -171 C-158.5234375 -187.16355978487425, -158.5234375 -203.32711956974848, -158.5234375 -213.75 M-158.5234375 -171 C-158.5234375 -184.1248374773832, -158.5234375 -197.2496749547664, -158.5234375 -213.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-158.5234375 -171 L158.5234375 -171 L158.5234375 -128.25 L-158.5234375 -128.25" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-158.5234375 -171 C-38.3125161399456 -171, 81.8984052201088 -171, 158.5234375 -171 M-158.5234375 -171 C-40.45789853839851 -171, 77.60764042320298 -171, 158.5234375 -171 M158.5234375 -171 C158.5234375 -161.1049072439706, 158.5234375 -151.20981448794117, 158.5234375 -128.25 M158.5234375 -171 C158.5234375 -154.24367060646838, 158.5234375 -137.4873412129368, 158.5234375 -128.25 M158.5234375 -128.25 C84.36117888526216 -128.25, 10.198920270524326 -128.25, -158.5234375 -128.25 M158.5234375 -128.25 C74.12551548248648 -128.25, -10.272406535027045 -128.25, -158.5234375 -128.25 M-158.5234375 -128.25 C-158.5234375 -142.49914171761083, -158.5234375 -156.74828343522168, -158.5234375 -171 M-158.5234375 -128.25 C-158.5234375 -139.89611893398018, -158.5234375 -151.54223786796038, -158.5234375 -171" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-158.5234375 -128.25 L158.5234375 -128.25 L158.5234375 -85.5 L-158.5234375 -85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-158.5234375 -128.25 C-47.55462565928343 -128.25, 63.41418618143314 -128.25, 158.5234375 -128.25 M-158.5234375 -128.25 C-73.6150582462572 -128.25, 11.293321007485588 -128.25, 158.5234375 -128.25 M158.5234375 -128.25 C158.5234375 -119.02943658042807, 158.5234375 -109.80887316085615, 158.5234375 -85.5 M158.5234375 -128.25 C158.5234375 -112.02623633983448, 158.5234375 -95.80247267966897, 158.5234375 -85.5 M158.5234375 -85.5 C38.37342163207143 -85.5, -81.77659423585715 -85.5, -158.5234375 -85.5 M158.5234375 -85.5 C73.96931099990542 -85.5, -10.584815500189166 -85.5, -158.5234375 -85.5 M-158.5234375 -85.5 C-158.5234375 -96.10842144910032, -158.5234375 -106.71684289820064, -158.5234375 -128.25 M-158.5234375 -85.5 C-158.5234375 -95.57075929589948, -158.5234375 -105.64151859179894, -158.5234375 -128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-158.5234375 -85.5 L158.5234375 -85.5 L158.5234375 -42.75 L-158.5234375 -42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-158.5234375 -85.5 C-90.94326299771491 -85.5, -23.36308849542982 -85.5, 158.5234375 -85.5 M-158.5234375 -85.5 C-39.16456700310876 -85.5, 80.19430349378248 -85.5, 158.5234375 -85.5 M158.5234375 -85.5 C158.5234375 -68.44117825241098, 158.5234375 -51.382356504821956, 158.5234375 -42.75 M158.5234375 -85.5 C158.5234375 -75.42010307897142, 158.5234375 -65.34020615794286, 158.5234375 -42.75 M158.5234375 -42.75 C45.66501856831114 -42.75, -67.19340036337772 -42.75, -158.5234375 -42.75 M158.5234375 -42.75 C41.84520436723575 -42.75, -74.8330287655285 -42.75, -158.5234375 -42.75 M-158.5234375 -42.75 C-158.5234375 -59.494477583235366, -158.5234375 -76.23895516647073, -158.5234375 -85.5 M-158.5234375 -42.75 C-158.5234375 -55.74154411535396, -158.5234375 -68.73308823070792, -158.5234375 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-158.5234375 -42.75 L158.5234375 -42.75 L158.5234375 0 L-158.5234375 0" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-158.5234375 -42.75 C-90.39997707657383 -42.75, -22.276516653147667 -42.75, 158.5234375 -42.75 M-158.5234375 -42.75 C-49.4542657279455 -42.75, 59.614906044109006 -42.75, 158.5234375 -42.75 M158.5234375 -42.75 C158.5234375 -29.002255825581774, 158.5234375 -15.254511651163547, 158.5234375 0 M158.5234375 -42.75 C158.5234375 -27.94601219293523, 158.5234375 -13.142024385870457, 158.5234375 0 M158.5234375 0 C52.30238598049057 0, -53.91866553901886 0, -158.5234375 0 M158.5234375 0 C50.513047150754645 0, -57.49734319849071 0, -158.5234375 0 M-158.5234375 0 C-158.5234375 -13.701465945212664, -158.5234375 -27.40293189042533, -158.5234375 -42.75 M-158.5234375 0 C-158.5234375 -9.986336893962928, -158.5234375 -19.972673787925856, -158.5234375 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-158.5234375 0 L158.5234375 0 L158.5234375 42.75 L-158.5234375 42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-158.5234375 0 C-91.02866854110297 0, -23.533899582205947 0, 158.5234375 0 M-158.5234375 0 C-71.19387982128261 0, 16.135677857434786 0, 158.5234375 0 M158.5234375 0 C158.5234375 10.303838633579979, 158.5234375 20.607677267159957, 158.5234375 42.75 M158.5234375 0 C158.5234375 9.547061636094782, 158.5234375 19.094123272189563, 158.5234375 42.75 M158.5234375 42.75 C74.85848353548558 42.75, -8.806470429028849 42.75, -158.5234375 42.75 M158.5234375 42.75 C46.34044602004201 42.75, -65.84254545991598 42.75, -158.5234375 42.75 M-158.5234375 42.75 C-158.5234375 29.763694798405687, -158.5234375 16.77738959681138, -158.5234375 0 M-158.5234375 42.75 C-158.5234375 27.458419466957462, -158.5234375 12.166838933914924, -158.5234375 0" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-158.5234375 42.75 L158.5234375 42.75 L158.5234375 85.5 L-158.5234375 85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-158.5234375 42.75 C-32.87783110035076 42.75, 92.76777529929848 42.75, 158.5234375 42.75 M-158.5234375 42.75 C-58.83648965801849 42.75, 40.85045818396301 42.75, 158.5234375 42.75 M158.5234375 42.75 C158.5234375 53.63258342891479, 158.5234375 64.51516685782958, 158.5234375 85.5 M158.5234375 42.75 C158.5234375 56.478835598287, 158.5234375 70.207671196574, 158.5234375 85.5 M158.5234375 85.5 C81.18629815994602 85.5, 3.8491588198920397 85.5, -158.5234375 85.5 M158.5234375 85.5 C94.79048930693602 85.5, 31.05754111387205 85.5, -158.5234375 85.5 M-158.5234375 85.5 C-158.5234375 72.39110257118747, -158.5234375 59.282205142374934, -158.5234375 42.75 M-158.5234375 85.5 C-158.5234375 70.96525076669552, -158.5234375 56.43050153339102, -158.5234375 42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-158.5234375 85.5 L158.5234375 85.5 L158.5234375 128.25 L-158.5234375 128.25" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-158.5234375 85.5 C-84.6415383663827 85.5, -10.759639232765409 85.5, 158.5234375 85.5 M-158.5234375 85.5 C-81.75143391565254 85.5, -4.979430331305082 85.5, 158.5234375 85.5 M158.5234375 85.5 C158.5234375 101.30222159618478, 158.5234375 117.10444319236954, 158.5234375 128.25 M158.5234375 85.5 C158.5234375 96.77189699950586, 158.5234375 108.0437939990117, 158.5234375 128.25 M158.5234375 128.25 C58.47358953317115 128.25, -41.5762584336577 128.25, -158.5234375 128.25 M158.5234375 128.25 C59.487131622019376 128.25, -39.54917425596125 128.25, -158.5234375 128.25 M-158.5234375 128.25 C-158.5234375 116.29081577173059, -158.5234375 104.33163154346119, -158.5234375 85.5 M-158.5234375 128.25 C-158.5234375 118.84635958255731, -158.5234375 109.44271916511462, -158.5234375 85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-158.5234375 128.25 L158.5234375 128.25 L158.5234375 171 L-158.5234375 171" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-158.5234375 128.25 C-49.940870755940054 128.25, 58.64169598811989 128.25, 158.5234375 128.25 M-158.5234375 128.25 C-83.92822290831042 128.25, -9.333008316620834 128.25, 158.5234375 128.25 M158.5234375 128.25 C158.5234375 144.14723190625708, 158.5234375 160.04446381251412, 158.5234375 171 M158.5234375 128.25 C158.5234375 145.22944350944533, 158.5234375 162.20888701889064, 158.5234375 171 M158.5234375 171 C50.53241627380997 171, -57.45860495238006 171, -158.5234375 171 M158.5234375 171 C67.81783010522281 171, -22.88777728955438 171, -158.5234375 171 M-158.5234375 171 C-158.5234375 161.91682991788323, -158.5234375 152.83365983576644, -158.5234375 128.25 M-158.5234375 171 C-158.5234375 154.922716956267, -158.5234375 138.84543391253402, -158.5234375 128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-158.5234375 171 L158.5234375 171 L158.5234375 213.75 L-158.5234375 213.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-158.5234375 171 C-70.68951361056543 171, 17.144410278869145 171, 158.5234375 171 M-158.5234375 171 C-90.17550441371816 171, -21.827571327436317 171, 158.5234375 171 M158.5234375 171 C158.5234375 187.58278747887434, 158.5234375 204.16557495774867, 158.5234375 213.75 M158.5234375 171 C158.5234375 180.96673140803372, 158.5234375 190.93346281606748, 158.5234375 213.75 M158.5234375 213.75 C37.74145941257258 213.75, -83.04051867485484 213.75, -158.5234375 213.75 M158.5234375 213.75 C44.4848137608636 213.75, -69.5538099782728 213.75, -158.5234375 213.75 M-158.5234375 213.75 C-158.5234375 199.77486480014878, -158.5234375 185.79972960029755, -158.5234375 171 M-158.5234375 213.75 C-158.5234375 202.7131292682968, -158.5234375 191.6762585365936, -158.5234375 171" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-158.5234375 213.75 L158.5234375 213.75 L158.5234375 256.5 L-158.5234375 256.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-158.5234375 213.75 C-90.27570807315435 213.75, -22.027978646308696 213.75, 158.5234375 213.75 M-158.5234375 213.75 C-61.75782749291278 213.75, 35.00778251417444 213.75, 158.5234375 213.75 M158.5234375 213.75 C158.5234375 229.12982185495903, 158.5234375 244.50964370991807, 158.5234375 256.5 M158.5234375 213.75 C158.5234375 227.42066866182324, 158.5234375 241.09133732364648, 158.5234375 256.5 M158.5234375 256.5 C79.90485756745467 256.5, 1.2862776349093394 256.5, -158.5234375 256.5 M158.5234375 256.5 C45.9250212772381 256.5, -66.6733949455238 256.5, -158.5234375 256.5 M-158.5234375 256.5 C-158.5234375 246.0121995578487, -158.5234375 235.5243991156974, -158.5234375 213.75 M-158.5234375 256.5 C-158.5234375 247.68581194668474, -158.5234375 238.87162389336947, -158.5234375 213.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-158.5234375 256.5 L158.5234375 256.5 L158.5234375 299.25 L-158.5234375 299.25" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-158.5234375 256.5 C-78.66770266995356 256.5, 1.188032160092888 256.5, 158.5234375 256.5 M-158.5234375 256.5 C-56.643403042927986 256.5, 45.23663141414403 256.5, 158.5234375 256.5 M158.5234375 256.5 C158.5234375 268.85801793067486, 158.5234375 281.2160358613498, 158.5234375 299.25 M158.5234375 256.5 C158.5234375 268.6031186339168, 158.5234375 280.70623726783356, 158.5234375 299.25 M158.5234375 299.25 C58.625119238493184 299.25, -41.27319902301363 299.25, -158.5234375 299.25 M158.5234375 299.25 C93.74656367912812 299.25, 28.96968985825623 299.25, -158.5234375 299.25 M-158.5234375 299.25 C-158.5234375 284.64176242418193, -158.5234375 270.0335248483639, -158.5234375 256.5 M-158.5234375 299.25 C-158.5234375 284.28740340569107, -158.5234375 269.32480681138213, -158.5234375 256.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-158.5234375 299.25 L158.5234375 299.25 L158.5234375 342 L-158.5234375 342" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-158.5234375 299.25 C-76.38030556050965 299.25, 5.762826378980691 299.25, 158.5234375 299.25 M-158.5234375 299.25 C-58.214508463759145 299.25, 42.09442057248171 299.25, 158.5234375 299.25 M158.5234375 299.25 C158.5234375 310.8706922110728, 158.5234375 322.4913844221457, 158.5234375 342 M158.5234375 299.25 C158.5234375 307.9943214530117, 158.5234375 316.73864290602336, 158.5234375 342 M158.5234375 342 C85.60854832970769 342, 12.693659159415375 342, -158.5234375 342 M158.5234375 342 C68.77798078915926 342, -20.967475921681483 342, -158.5234375 342 M-158.5234375 342 C-158.5234375 326.62735069096, -158.5234375 311.25470138192, -158.5234375 299.25 M-158.5234375 342 C-158.5234375 333.17067520731024, -158.5234375 324.3413504146205, -158.5234375 299.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-42.8359375, -332.625)" style=""><foreignObject width="85.671875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 176px; text-align: start;"><span class="nodeLabel"><p>claude_jobs</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-146.0234375, -289.875)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-2.8046875, -289.875)" style=""><foreignObject width="13.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 113px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(124.0546875, -289.875)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(124.0546875, -289.875)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p>🗝️</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-146.0234375, -247.125)" style=""><foreignObject width="118.21875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 207px; text-align: start;"><span class="nodeLabel"><p>ClaudeJobStatus</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-2.8046875, -247.125)" style=""><foreignObject width="42.796875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 136px; text-align: start;"><span class="nodeLabel"><p>status</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(124.0546875, -247.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(124.0546875, -247.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-146.0234375, -204.375)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-2.8046875, -204.375)" style=""><foreignObject width="79.671875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 171px; text-align: start;"><span class="nodeLabel"><p>claimed_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(124.0546875, -204.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(124.0546875, -204.375)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-146.0234375, -161.625)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-2.8046875, -161.625)" style=""><foreignObject width="74.578125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 163px; text-align: start;"><span class="nodeLabel"><p>started_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(124.0546875, -161.625)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(124.0546875, -161.625)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-146.0234375, -118.875)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-2.8046875, -118.875)" style=""><foreignObject width="79.78125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 172px; text-align: start;"><span class="nodeLabel"><p>finished_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(124.0546875, -118.875)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(124.0546875, -118.875)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-146.0234375, -76.125)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-2.8046875, -76.125)" style=""><foreignObject width="73.65625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>pushed_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(124.0546875, -76.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(124.0546875, -76.125)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-146.0234375, -33.375)" style=""><foreignObject width="85.359375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 182px; text-align: start;"><span class="nodeLabel"><p>VerifyResult</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-2.8046875, -33.375)" style=""><foreignObject width="90.765625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 183px; text-align: start;"><span class="nodeLabel"><p>verify_result</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(124.0546875, -33.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(124.0546875, -33.375)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-146.0234375, 9.375)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-2.8046875, 9.375)" style=""><foreignObject width="101.859375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 193px; text-align: start;"><span class="nodeLabel"><p>plan_snapshot</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(124.0546875, 9.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(124.0546875, 9.375)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-146.0234375, 52.125)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-2.8046875, 52.125)" style=""><foreignObject width="48.953125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 146px; text-align: start;"><span class="nodeLabel"><p>branch</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(124.0546875, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(124.0546875, 52.125)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-146.0234375, 94.875)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-2.8046875, 94.875)" style=""><foreignObject width="43.203125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 141px; text-align: start;"><span class="nodeLabel"><p>pr_url</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(124.0546875, 94.875)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(124.0546875, 94.875)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-146.0234375, 137.625)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-2.8046875, 137.625)" style=""><foreignObject width="64.296875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 161px; text-align: start;"><span class="nodeLabel"><p>summary</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(124.0546875, 137.625)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(124.0546875, 137.625)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-146.0234375, 180.375)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-2.8046875, 180.375)" style=""><foreignObject width="35.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 132px; text-align: start;"><span class="nodeLabel"><p>error</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(124.0546875, 180.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(124.0546875, 180.375)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-146.0234375, 223.125)" style=""><foreignObject width="19.546875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 118px; text-align: start;"><span class="nodeLabel"><p>Int</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-2.8046875, 223.125)" style=""><foreignObject width="84.125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 175px; text-align: start;"><span class="nodeLabel"><p>retry_count</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(124.0546875, 223.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(124.0546875, 223.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-146.0234375, 265.875)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-2.8046875, 265.875)" style=""><foreignObject width="78.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>created_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(124.0546875, 265.875)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(124.0546875, 265.875)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-146.0234375, 308.625)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-2.8046875, 308.625)" style=""><foreignObject width="82.109375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 172px; text-align: start;"><span class="nodeLabel"><p>updated_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(124.0546875, 308.625)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(124.0546875, 308.625)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-158.5234375 -299.25005 L-158.5234375 -299.24995 L158.5234375 -299.24995 L158.5234375 -299.25005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-158.5234375 -299.25005 C-158.5234375 -299.2500268227451, -158.5234375 -299.25000364549015, -158.5234375 -299.24995 M-158.5234375 -299.25005 C-158.5234375 -299.2500250898227, -158.5234375 -299.2500001796454, -158.5234375 -299.24995 M-158.5234375 -299.24995 C-49.513104329912906 -299.24995, 59.49722884017419 -299.24995, 158.5234375 -299.24995 M-158.5234375 -299.24995 C-38.450634681535405 -299.24995, 81.62216813692919 -299.24995, 158.5234375 -299.24995 M158.5234375 -299.24995 C158.5234375 -299.24998184554096, 158.5234375 -299.25001369108196, 158.5234375 -299.25005 M158.5234375 -299.24995 C158.5234375 -299.2499730406281, 158.5234375 -299.2499960812562, 158.5234375 -299.25005 M158.5234375 -299.25005 C84.99149227400414 -299.25005, 11.45954704800829 -299.25005, -158.5234375 -299.25005 M158.5234375 -299.25005 C73.17589904400587 -299.25005, -12.171639411988252 -299.25005, -158.5234375 -299.25005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-15.3047375 -299.25 L-15.3046375 -299.25 L-15.3046375 342 L-15.3047375 342" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-15.3047375 -299.25 C-15.304709767019867 -299.25, -15.304682034039734 -299.25, -15.3046375 -299.25 M-15.3047375 -299.25 C-15.304714292126718 -299.25, -15.304691084253436 -299.25, -15.3046375 -299.25 M-15.3046375 -299.25 C-15.3046375 -44.0768143675499, -15.3046375 211.0963712649002, -15.3046375 342 M-15.3046375 -299.25 C-15.3046375 -68.02638280761289, -15.3046375 163.19723438477422, -15.3046375 342 M-15.3046375 342 C-15.304666756736802 342, -15.304696013473604 342, -15.3047375 342 M-15.3046375 342 C-15.304675803814368 342, -15.304714107628733 342, -15.3047375 342 M-15.3047375 342 C-15.3047375 145.24016769239657, -15.3047375 -51.519664615206864, -15.3047375 -299.25 M-15.3047375 342 C-15.3047375 126.7453590392862, -15.3047375 -88.5092819214276, -15.3047375 -299.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M111.5546375 -299.25 L111.5547375 -299.25 L111.5547375 342 L111.5546375 342" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M111.5546375 -299.25 C111.55465809381485 -299.25, 111.5546786876297 -299.25, 111.5547375 -299.25 M111.5546375 -299.25 C111.55467424308277 -299.25, 111.55471098616555 -299.25, 111.5547375 -299.25 M111.5547375 -299.25 C111.5547375 -139.90277007665594, 111.5547375 19.44445984668812, 111.5547375 342 M111.5547375 -299.25 C111.5547375 -58.7660636482434, 111.5547375 181.7178727035132, 111.5547375 342 M111.5547375 342 C111.55470584668998 342, 111.55467419337998 342, 111.5546375 342 M111.5547375 342 C111.5547079678734 342, 111.5546784357468 342, 111.5546375 342 M111.5546375 342 C111.5546375 127.59049200573435, 111.5546375 -86.8190159885313, 111.5546375 -299.25 M111.5546375 342 C111.5546375 110.33438513590775, 111.5546375 -121.3312297281845, 111.5546375 -299.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-158.5234375 -299.25005 L-158.5234375 -299.24995 L158.5234375 -299.24995 L158.5234375 -299.25005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-158.5234375 -299.25005 C-158.5234375 -299.2500158291976, -158.5234375 -299.24998165839514, -158.5234375 -299.24995 M-158.5234375 -299.25005 C-158.5234375 -299.2500133087113, -158.5234375 -299.24997661742265, -158.5234375 -299.24995 M-158.5234375 -299.24995 C-65.82386918017166 -299.24995, 26.87569913965669 -299.24995, 158.5234375 -299.24995 M-158.5234375 -299.24995 C-58.71738137304065 -299.24995, 41.088674753918696 -299.24995, 158.5234375 -299.24995 M158.5234375 -299.24995 C158.5234375 -299.24997000902914, 158.5234375 -299.24999001805827, 158.5234375 -299.25005 M158.5234375 -299.24995 C158.5234375 -299.2499832445495, 158.5234375 -299.25001648909904, 158.5234375 -299.25005 M158.5234375 -299.25005 C55.26180599986479 -299.25005, -47.99982550027042 -299.25005, -158.5234375 -299.25005 M158.5234375 -299.25005 C77.16351360974444 -299.25005, -4.196410280511117 -299.25005, -158.5234375 -299.25005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-claude_workers-19" data-look="classic" transform="translate(1479.51953125, 1028.125)"><g class="outer-path" style=""><path d="M-127.8046875 -106.875 L127.8046875 -106.875 L127.8046875 106.875 L-127.8046875 106.875" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-127.8046875 -106.875 C-57.62496286227237 -106.875, 12.554761775455262 -106.875, 127.8046875 -106.875 M-127.8046875 -106.875 C-61.82745069148338 -106.875, 4.149786117033244 -106.875, 127.8046875 -106.875 M127.8046875 -106.875 C127.8046875 -39.433213492416115, 127.8046875 28.00857301516777, 127.8046875 106.875 M127.8046875 -106.875 C127.8046875 -43.21736478763451, 127.8046875 20.440270424730983, 127.8046875 106.875 M127.8046875 106.875 C33.78494592168903 106.875, -60.23479565662194 106.875, -127.8046875 106.875 M127.8046875 106.875 C68.90124148049851 106.875, 9.997795460997025 106.875, -127.8046875 106.875 M-127.8046875 106.875 C-127.8046875 61.876519439146534, -127.8046875 16.87803887829307, -127.8046875 -106.875 M-127.8046875 106.875 C-127.8046875 39.37829603730722, -127.8046875 -28.118407925385554, -127.8046875 -106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-127.8046875 -64.125 L127.8046875 -64.125 L127.8046875 -21.375 L-127.8046875 -21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-127.8046875 -64.125 C-26.377799039468087 -64.125, 75.04908942106383 -64.125, 127.8046875 -64.125 M-127.8046875 -64.125 C-39.423097980529676 -64.125, 48.95849153894065 -64.125, 127.8046875 -64.125 M127.8046875 -64.125 C127.8046875 -52.769743476579265, 127.8046875 -41.41448695315852, 127.8046875 -21.375 M127.8046875 -64.125 C127.8046875 -47.803258424370966, 127.8046875 -31.481516848741926, 127.8046875 -21.375 M127.8046875 -21.375 C39.22379997306032 -21.375, -49.35708755387935 -21.375, -127.8046875 -21.375 M127.8046875 -21.375 C40.14745465888964 -21.375, -47.509778182220714 -21.375, -127.8046875 -21.375 M-127.8046875 -21.375 C-127.8046875 -33.20442320546944, -127.8046875 -45.03384641093888, -127.8046875 -64.125 M-127.8046875 -21.375 C-127.8046875 -31.948815545635625, -127.8046875 -42.52263109127125, -127.8046875 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-127.8046875 -21.375 L127.8046875 -21.375 L127.8046875 21.375 L-127.8046875 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-127.8046875 -21.375 C-47.88842676730653 -21.375, 32.02783396538695 -21.375, 127.8046875 -21.375 M-127.8046875 -21.375 C-51.49498279659119 -21.375, 24.814721906817624 -21.375, 127.8046875 -21.375 M127.8046875 -21.375 C127.8046875 -7.342609290470117, 127.8046875 6.689781419059766, 127.8046875 21.375 M127.8046875 -21.375 C127.8046875 -6.309554855593053, 127.8046875 8.755890288813895, 127.8046875 21.375 M127.8046875 21.375 C75.17261537102262 21.375, 22.54054324204523 21.375, -127.8046875 21.375 M127.8046875 21.375 C52.57442238609154 21.375, -22.655842727816918 21.375, -127.8046875 21.375 M-127.8046875 21.375 C-127.8046875 10.5758274324883, -127.8046875 -0.2233451350234006, -127.8046875 -21.375 M-127.8046875 21.375 C-127.8046875 7.434468108860967, -127.8046875 -6.506063782278066, -127.8046875 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-127.8046875 21.375 L127.8046875 21.375 L127.8046875 64.125 L-127.8046875 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-127.8046875 21.375 C-42.43359317167784 21.375, 42.937501156644316 21.375, 127.8046875 21.375 M-127.8046875 21.375 C-68.53451226332075 21.375, -9.264337026641499 21.375, 127.8046875 21.375 M127.8046875 21.375 C127.8046875 37.79237443554588, 127.8046875 54.20974887109176, 127.8046875 64.125 M127.8046875 21.375 C127.8046875 38.12891906275415, 127.8046875 54.8828381255083, 127.8046875 64.125 M127.8046875 64.125 C30.832331594231803 64.125, -66.1400243115364 64.125, -127.8046875 64.125 M127.8046875 64.125 C69.54624103559672 64.125, 11.28779457119343 64.125, -127.8046875 64.125 M-127.8046875 64.125 C-127.8046875 52.07130098135465, -127.8046875 40.017601962709314, -127.8046875 21.375 M-127.8046875 64.125 C-127.8046875 53.081378614354534, -127.8046875 42.03775722870907, -127.8046875 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-127.8046875 64.125 L127.8046875 64.125 L127.8046875 106.875 L-127.8046875 106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-127.8046875 64.125 C-39.969978323861 64.125, 47.864730852278 64.125, 127.8046875 64.125 M-127.8046875 64.125 C-36.7761557597899 64.125, 54.2523759804202 64.125, 127.8046875 64.125 M127.8046875 64.125 C127.8046875 74.6664671907352, 127.8046875 85.20793438147041, 127.8046875 106.875 M127.8046875 64.125 C127.8046875 76.12970583231267, 127.8046875 88.13441166462533, 127.8046875 106.875 M127.8046875 106.875 C35.43833070551793 106.875, -56.928026088964145 106.875, -127.8046875 106.875 M127.8046875 106.875 C37.79182940290862 106.875, -52.22102869418276 106.875, -127.8046875 106.875 M-127.8046875 106.875 C-127.8046875 91.82059549753775, -127.8046875 76.7661909950755, -127.8046875 64.125 M-127.8046875 106.875 C-127.8046875 93.99953612425281, -127.8046875 81.12407224850564, -127.8046875 64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-56.015625, -97.5)" style=""><foreignObject width="112.03125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 201px; text-align: start;"><span class="nodeLabel"><p>claude_workers</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-115.3046875, -54.75)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-21.8203125, -54.75)" style=""><foreignObject width="13.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 113px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(93.3359375, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(93.3359375, -54.75)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p>🗝️</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-115.3046875, -12)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-21.8203125, -12)" style=""><foreignObject width="77.515625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 171px; text-align: start;"><span class="nodeLabel"><p>product_id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(93.3359375, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(93.3359375, -12)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-115.3046875, 30.75)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-21.8203125, 30.75)" style=""><foreignObject width="74.578125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 163px; text-align: start;"><span class="nodeLabel"><p>started_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(93.3359375, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(93.3359375, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-115.3046875, 73.5)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-21.8203125, 73.5)" style=""><foreignObject width="90.15625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 179px; text-align: start;"><span class="nodeLabel"><p>last_seen_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(93.3359375, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(93.3359375, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-127.8046875 -64.12505 L-127.8046875 -64.12495 L127.8046875 -64.12495 L127.8046875 -64.12505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-127.8046875 -64.12505 C-127.8046875 -64.12501762836227, -127.8046875 -64.12498525672456, -127.8046875 -64.12495 M-127.8046875 -64.12505 C-127.8046875 -64.12502373969566, -127.8046875 -64.12499747939133, -127.8046875 -64.12495 M-127.8046875 -64.12495 C-51.722484900132386 -64.12495, 24.359717699735228 -64.12495, 127.8046875 -64.12495 M-127.8046875 -64.12495 C-34.0058524879875 -64.12495, 59.79298252402501 -64.12495, 127.8046875 -64.12495 M127.8046875 -64.12495 C127.8046875 -64.12497830563949, 127.8046875 -64.12500661127898, 127.8046875 -64.12505 M127.8046875 -64.12495 C127.8046875 -64.124978068109, 127.8046875 -64.125006136218, 127.8046875 -64.12505 M127.8046875 -64.12505 C56.50219486625147 -64.12505, -14.800297767497057 -64.12505, -127.8046875 -64.12505 M127.8046875 -64.12505 C28.715009611304254 -64.12505, -70.37466827739149 -64.12505, -127.8046875 -64.12505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-34.3203625 -64.125 L-34.3202625 -64.125 L-34.3202625 106.875 L-34.3203625 106.875" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-34.3203625 -64.125 C-34.320339698017065 -64.125, -34.320316896034136 -64.125, -34.3202625 -64.125 M-34.3203625 -64.125 C-34.32034203952942 -64.125, -34.32032157905884 -64.125, -34.3202625 -64.125 M-34.3202625 -64.125 C-34.3202625 -23.352727123395866, -34.3202625 17.41954575320827, -34.3202625 106.875 M-34.3202625 -64.125 C-34.3202625 -5.42705928385174, -34.3202625 53.27088143229652, -34.3202625 106.875 M-34.3202625 106.875 C-34.320296466681036 106.875, -34.320330433362074 106.875, -34.3203625 106.875 M-34.3202625 106.875 C-34.320289596992424 106.875, -34.32031669398484 106.875, -34.3203625 106.875 M-34.3203625 106.875 C-34.3203625 68.27549417074243, -34.3203625 29.675988341484853, -34.3203625 -64.125 M-34.3203625 106.875 C-34.3203625 62.74356708800133, -34.3203625 18.612134176002655, -34.3203625 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M80.8358875 -64.125 L80.8359875 -64.125 L80.8359875 106.875 L80.8358875 106.875" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M80.8358875 -64.125 C80.83590884438632 -64.125, 80.83593018877265 -64.125, 80.8359875 -64.125 M80.8358875 -64.125 C80.83592154758357 -64.125, 80.83595559516715 -64.125, 80.8359875 -64.125 M80.8359875 -64.125 C80.8359875 -7.888126177724743, 80.8359875 48.348747644550514, 80.8359875 106.875 M80.8359875 -64.125 C80.8359875 1.724922366581339, 80.8359875 67.57484473316268, 80.8359875 106.875 M80.8359875 106.875 C80.83595771674082 106.875, 80.83592793348164 106.875, 80.8358875 106.875 M80.8359875 106.875 C80.83596408517977 106.875, 80.83594067035955 106.875, 80.8358875 106.875 M80.8358875 106.875 C80.8358875 39.35428692030136, 80.8358875 -28.166426159397275, 80.8358875 -64.125 M80.8358875 106.875 C80.8358875 72.5466255992881, 80.8358875 38.21825119857621, 80.8358875 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-127.8046875 -64.12505 L-127.8046875 -64.12495 L127.8046875 -64.12495 L127.8046875 -64.12505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-127.8046875 -64.12505 C-127.8046875 -64.12502197062166, -127.8046875 -64.1249939412433, -127.8046875 -64.12495 M-127.8046875 -64.12505 C-127.8046875 -64.1250248882488, -127.8046875 -64.1249997764976, -127.8046875 -64.12495 M-127.8046875 -64.12495 C-55.83995727337924 -64.12495, 16.124772953241518 -64.12495, 127.8046875 -64.12495 M-127.8046875 -64.12495 C-51.643138772555346 -64.12495, 24.518409954889307 -64.12495, 127.8046875 -64.12495 M127.8046875 -64.12495 C127.8046875 -64.1249743972048, 127.8046875 -64.1249987944096, 127.8046875 -64.12505 M127.8046875 -64.12495 C127.8046875 -64.12498307909065, 127.8046875 -64.1250161581813, 127.8046875 -64.12505 M127.8046875 -64.12505 C30.195633437582615 -64.12505, -67.41342062483477 -64.12505, -127.8046875 -64.12505 M127.8046875 -64.12505 C29.02992754294931 -64.12505, -69.74483241410138 -64.12505, -127.8046875 -64.12505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-product_members-20" data-look="classic" transform="translate(1459.6640625, 1599.375)"><g class="outer-path" style=""><path d="M-121.9296875 -64.125 L121.9296875 -64.125 L121.9296875 64.125 L-121.9296875 64.125" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-121.9296875 -64.125 C-52.366316020468986 -64.125, 17.197055459062028 -64.125, 121.9296875 -64.125 M-121.9296875 -64.125 C-52.094705324345625 -64.125, 17.74027685130875 -64.125, 121.9296875 -64.125 M121.9296875 -64.125 C121.9296875 -25.344199632018544, 121.9296875 13.436600735962912, 121.9296875 64.125 M121.9296875 -64.125 C121.9296875 -27.12291884086566, 121.9296875 9.879162318268683, 121.9296875 64.125 M121.9296875 64.125 C73.0877879103293 64.125, 24.24588832065858 64.125, -121.9296875 64.125 M121.9296875 64.125 C49.52635547721856 64.125, -22.876976545562883 64.125, -121.9296875 64.125 M-121.9296875 64.125 C-121.9296875 35.54413087805555, -121.9296875 6.963261756111095, -121.9296875 -64.125 M-121.9296875 64.125 C-121.9296875 29.106666915908917, -121.9296875 -5.911666168182165, -121.9296875 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-121.9296875 -21.375 L121.9296875 -21.375 L121.9296875 21.375 L-121.9296875 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-121.9296875 -21.375 C-50.57970783348736 -21.375, 20.770271833025276 -21.375, 121.9296875 -21.375 M-121.9296875 -21.375 C-31.304964557546185 -21.375, 59.31975838490763 -21.375, 121.9296875 -21.375 M121.9296875 -21.375 C121.9296875 -11.780777151462207, 121.9296875 -2.1865543029244137, 121.9296875 21.375 M121.9296875 -21.375 C121.9296875 -7.784868036907268, 121.9296875 5.805263926185464, 121.9296875 21.375 M121.9296875 21.375 C52.34843785605295 21.375, -17.232811787894093 21.375, -121.9296875 21.375 M121.9296875 21.375 C51.08956123859518 21.375, -19.75056502280964 21.375, -121.9296875 21.375 M-121.9296875 21.375 C-121.9296875 12.178983660471559, -121.9296875 2.982967320943118, -121.9296875 -21.375 M-121.9296875 21.375 C-121.9296875 12.276410385944489, -121.9296875 3.177820771888978, -121.9296875 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-121.9296875 21.375 L121.9296875 21.375 L121.9296875 64.125 L-121.9296875 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-121.9296875 21.375 C-66.00021482326844 21.375, -10.070742146536858 21.375, 121.9296875 21.375 M-121.9296875 21.375 C-49.429767549297196 21.375, 23.070152401405608 21.375, 121.9296875 21.375 M121.9296875 21.375 C121.9296875 38.04927996292149, 121.9296875 54.72355992584297, 121.9296875 64.125 M121.9296875 21.375 C121.9296875 36.55850923094056, 121.9296875 51.742018461881116, 121.9296875 64.125 M121.9296875 64.125 C43.147105910667676 64.125, -35.63547567866465 64.125, -121.9296875 64.125 M121.9296875 64.125 C29.38116586359915 64.125, -63.1673557728017 64.125, -121.9296875 64.125 M-121.9296875 64.125 C-121.9296875 48.04940845929309, -121.9296875 31.97381691858618, -121.9296875 21.375 M-121.9296875 64.125 C-121.9296875 55.03021942015276, -121.9296875 45.93543884030552, -121.9296875 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-64.828125, -54.75)" style=""><foreignObject width="129.65625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 217px; text-align: start;"><span class="nodeLabel"><p>product_members</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-109.4296875, -12)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-15.9453125, -12)" style=""><foreignObject width="13.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 113px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(87.4609375, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(87.4609375, -12)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p>🗝️</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-109.4296875, 30.75)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-15.9453125, 30.75)" style=""><foreignObject width="78.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>created_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(87.4609375, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(87.4609375, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-121.9296875 -21.37505 L-121.9296875 -21.37495 L121.9296875 -21.37495 L121.9296875 -21.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-121.9296875 -21.37505 C-121.9296875 -21.375026627260826, -121.9296875 -21.37500325452165, -121.9296875 -21.37495 M-121.9296875 -21.37505 C-121.9296875 -21.3750184797019, -121.9296875 -21.374986959403802, -121.9296875 -21.37495 M-121.9296875 -21.37495 C-29.945561467731352 -21.37495, 62.038564564537296 -21.37495, 121.9296875 -21.37495 M-121.9296875 -21.37495 C-55.79146201888592 -21.37495, 10.346763462228154 -21.37495, 121.9296875 -21.37495 M121.9296875 -21.37495 C121.9296875 -21.374970382065055, 121.9296875 -21.374990764130107, 121.9296875 -21.37505 M121.9296875 -21.37495 C121.9296875 -21.374989880949443, 121.9296875 -21.37502976189889, 121.9296875 -21.37505 M121.9296875 -21.37505 C51.1220802654985 -21.37505, -19.685526969003007 -21.37505, -121.9296875 -21.37505 M121.9296875 -21.37505 C40.373177365434074 -21.37505, -41.18333276913185 -21.37505, -121.9296875 -21.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-28.4453625 -21.375 L-28.4452625 -21.375 L-28.4452625 64.125 L-28.4453625 64.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-28.4453625 -21.375 C-28.445342449373424 -21.375, -28.445322398746846 -21.375, -28.4452625 -21.375 M-28.4453625 -21.375 C-28.445332572200986 -21.375, -28.445302644401973 -21.375, -28.4452625 -21.375 M-28.4452625 -21.375 C-28.4452625 11.134578970078785, -28.4452625 43.64415794015757, -28.4452625 64.125 M-28.4452625 -21.375 C-28.4452625 11.228080288672622, -28.4452625 43.831160577345244, -28.4452625 64.125 M-28.4452625 64.125 C-28.445297832469578 64.125, -28.44533316493916 64.125, -28.4453625 64.125 M-28.4452625 64.125 C-28.44529170108654 64.125, -28.445320902173076 64.125, -28.4453625 64.125 M-28.4453625 64.125 C-28.4453625 36.06333646103894, -28.4453625 8.00167292207788, -28.4453625 -21.375 M-28.4453625 64.125 C-28.4453625 31.588715998278232, -28.4453625 -0.9475680034435356, -28.4453625 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M74.9608875 -21.375 L74.9609875 -21.375 L74.9609875 64.125 L74.9608875 64.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M74.9608875 -21.375 C74.9609082656255 -21.375, 74.96092903125101 -21.375, 74.9609875 -21.375 M74.9608875 -21.375 C74.96091929344108 -21.375, 74.96095108688216 -21.375, 74.9609875 -21.375 M74.9609875 -21.375 C74.9609875 12.766972880866874, 74.9609875 46.90894576173375, 74.9609875 64.125 M74.9609875 -21.375 C74.9609875 10.62645534739304, 74.9609875 42.62791069478608, 74.9609875 64.125 M74.9609875 64.125 C74.96095867124583 64.125, 74.96092984249168 64.125, 74.9608875 64.125 M74.9609875 64.125 C74.96094798457659 64.125, 74.9609084691532 64.125, 74.9608875 64.125 M74.9608875 64.125 C74.9608875 36.602758627131564, 74.9608875 9.080517254263121, 74.9608875 -21.375 M74.9608875 64.125 C74.9608875 35.699520343671615, 74.9608875 7.274040687343231, 74.9608875 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-121.9296875 -21.37505 L-121.9296875 -21.37495 L121.9296875 -21.37495 L121.9296875 -21.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-121.9296875 -21.37505 C-121.9296875 -21.375018508818076, -121.9296875 -21.37498701763615, -121.9296875 -21.37495 M-121.9296875 -21.37505 C-121.9296875 -21.375022492793622, -121.9296875 -21.37499498558724, -121.9296875 -21.37495 M-121.9296875 -21.37495 C-72.82472141527683 -21.37495, -23.71975533055364 -21.37495, 121.9296875 -21.37495 M-121.9296875 -21.37495 C-51.95758860390731 -21.37495, 18.014510292185378 -21.37495, 121.9296875 -21.37495 M121.9296875 -21.37495 C121.9296875 -21.37497296089998, 121.9296875 -21.37499592179996, 121.9296875 -21.37505 M121.9296875 -21.37495 C121.9296875 -21.374987933684483, 121.9296875 -21.375025867368972, 121.9296875 -21.37505 M121.9296875 -21.37505 C58.3497777652757 -21.37505, -5.230131969448607 -21.37505, -121.9296875 -21.37505 M121.9296875 -21.37505 C59.310228634089746 -21.37505, -3.309230231820507 -21.37505, -121.9296875 -21.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-todos-21" data-look="classic" transform="translate(1845.375, 1599.375)"><g class="outer-path" style=""><path d="M-123.78125 -171 L123.78125 -171 L123.78125 171 L-123.78125 171" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-123.78125 -171 C-67.8135143580601 -171, -11.845778716120208 -171, 123.78125 -171 M-123.78125 -171 C-54.249999798506124 -171, 15.281250402987752 -171, 123.78125 -171 M123.78125 -171 C123.78125 -62.530282047819384, 123.78125 45.93943590436123, 123.78125 171 M123.78125 -171 C123.78125 -81.26718547718512, 123.78125 8.465629045629754, 123.78125 171 M123.78125 171 C30.4493254016043 171, -62.8825991967914 171, -123.78125 171 M123.78125 171 C35.52885026920136 171, -52.72354946159729 171, -123.78125 171 M-123.78125 171 C-123.78125 72.33132169085584, -123.78125 -26.33735661828831, -123.78125 -171 M-123.78125 171 C-123.78125 94.035497214209, -123.78125 17.070994428418004, -123.78125 -171" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-123.78125 -128.25 L123.78125 -128.25 L123.78125 -85.5 L-123.78125 -85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-123.78125 -128.25 C-56.49889607909721 -128.25, 10.783457841805586 -128.25, 123.78125 -128.25 M-123.78125 -128.25 C-51.04081467482858 -128.25, 21.699620650342837 -128.25, 123.78125 -128.25 M123.78125 -128.25 C123.78125 -119.04581412850504, 123.78125 -109.84162825701009, 123.78125 -85.5 M123.78125 -128.25 C123.78125 -112.31036034658155, 123.78125 -96.37072069316308, 123.78125 -85.5 M123.78125 -85.5 C51.137859307155665 -85.5, -21.50553138568867 -85.5, -123.78125 -85.5 M123.78125 -85.5 C44.463768934747165 -85.5, -34.85371213050567 -85.5, -123.78125 -85.5 M-123.78125 -85.5 C-123.78125 -94.83714666308056, -123.78125 -104.17429332616112, -123.78125 -128.25 M-123.78125 -85.5 C-123.78125 -96.53187863960781, -123.78125 -107.56375727921562, -123.78125 -128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-123.78125 -85.5 L123.78125 -85.5 L123.78125 -42.75 L-123.78125 -42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-123.78125 -85.5 C-44.13599540305425 -85.5, 35.509259193891495 -85.5, 123.78125 -85.5 M-123.78125 -85.5 C-56.59050722078719 -85.5, 10.600235558425624 -85.5, 123.78125 -85.5 M123.78125 -85.5 C123.78125 -70.30369411574004, 123.78125 -55.10738823148009, 123.78125 -42.75 M123.78125 -85.5 C123.78125 -72.66551502896255, 123.78125 -59.831030057925105, 123.78125 -42.75 M123.78125 -42.75 C31.285921234784382 -42.75, -61.209407530431236 -42.75, -123.78125 -42.75 M123.78125 -42.75 C32.390599788498506 -42.75, -59.00005042300299 -42.75, -123.78125 -42.75 M-123.78125 -42.75 C-123.78125 -56.649541588059044, -123.78125 -70.54908317611809, -123.78125 -85.5 M-123.78125 -42.75 C-123.78125 -55.54762517178645, -123.78125 -68.3452503435729, -123.78125 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-123.78125 -42.75 L123.78125 -42.75 L123.78125 0 L-123.78125 0" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-123.78125 -42.75 C-49.2672802881921 -42.75, 25.246689423615805 -42.75, 123.78125 -42.75 M-123.78125 -42.75 C-43.70592863974463 -42.75, 36.369392720510746 -42.75, 123.78125 -42.75 M123.78125 -42.75 C123.78125 -32.05115235944663, 123.78125 -21.352304718893258, 123.78125 0 M123.78125 -42.75 C123.78125 -31.314490479574967, 123.78125 -19.878980959149935, 123.78125 0 M123.78125 0 C47.43177114051103 0, -28.917707718977937 0, -123.78125 0 M123.78125 0 C41.190626738420775 0, -41.39999652315845 0, -123.78125 0 M-123.78125 0 C-123.78125 -16.475164025665478, -123.78125 -32.950328051330956, -123.78125 -42.75 M-123.78125 0 C-123.78125 -13.486441989502012, -123.78125 -26.972883979004024, -123.78125 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-123.78125 0 L123.78125 0 L123.78125 42.75 L-123.78125 42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-123.78125 0 C-39.1691012758111 0, 45.4430474483778 0, 123.78125 0 M-123.78125 0 C-56.83160862341636 0, 10.118032753167284 0, 123.78125 0 M123.78125 0 C123.78125 8.669627715433455, 123.78125 17.33925543086691, 123.78125 42.75 M123.78125 0 C123.78125 15.69333809994767, 123.78125 31.38667619989534, 123.78125 42.75 M123.78125 42.75 C65.16096263674316 42.75, 6.540675273486329 42.75, -123.78125 42.75 M123.78125 42.75 C62.22773565801007 42.75, 0.6742213160201374 42.75, -123.78125 42.75 M-123.78125 42.75 C-123.78125 27.401309134284087, -123.78125 12.052618268568175, -123.78125 0 M-123.78125 42.75 C-123.78125 28.61533114366074, -123.78125 14.480662287321483, -123.78125 0" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-123.78125 42.75 L123.78125 42.75 L123.78125 85.5 L-123.78125 85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-123.78125 42.75 C-60.54103963623764 42.75, 2.6991707275247165 42.75, 123.78125 42.75 M-123.78125 42.75 C-72.18151258650707 42.75, -20.58177517301415 42.75, 123.78125 42.75 M123.78125 42.75 C123.78125 57.80260896602705, 123.78125 72.8552179320541, 123.78125 85.5 M123.78125 42.75 C123.78125 53.02810697771793, 123.78125 63.306213955435865, 123.78125 85.5 M123.78125 85.5 C37.308290080018196 85.5, -49.16466983996361 85.5, -123.78125 85.5 M123.78125 85.5 C53.60102722598333 85.5, -16.57919554803334 85.5, -123.78125 85.5 M-123.78125 85.5 C-123.78125 73.76708163842522, -123.78125 62.03416327685045, -123.78125 42.75 M-123.78125 85.5 C-123.78125 69.17406801658313, -123.78125 52.848136033166284, -123.78125 42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-123.78125 85.5 L123.78125 85.5 L123.78125 128.25 L-123.78125 128.25" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-123.78125 85.5 C-51.003130744861764 85.5, 21.774988510276472 85.5, 123.78125 85.5 M-123.78125 85.5 C-53.74174108829848 85.5, 16.297767823403035 85.5, 123.78125 85.5 M123.78125 85.5 C123.78125 102.43666714580846, 123.78125 119.37333429161693, 123.78125 128.25 M123.78125 85.5 C123.78125 96.34376973285853, 123.78125 107.18753946571707, 123.78125 128.25 M123.78125 128.25 C34.63449884997337 128.25, -54.51225230005326 128.25, -123.78125 128.25 M123.78125 128.25 C64.16112453812957 128.25, 4.540999076259155 128.25, -123.78125 128.25 M-123.78125 128.25 C-123.78125 118.92959337425208, -123.78125 109.60918674850414, -123.78125 85.5 M-123.78125 128.25 C-123.78125 115.22491115565552, -123.78125 102.19982231131105, -123.78125 85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-123.78125 128.25 L123.78125 128.25 L123.78125 171 L-123.78125 171" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-123.78125 128.25 C-69.82948424661132 128.25, -15.87771849322263 128.25, 123.78125 128.25 M-123.78125 128.25 C-59.465618756327885 128.25, 4.85001248734423 128.25, 123.78125 128.25 M123.78125 128.25 C123.78125 141.83720291176562, 123.78125 155.42440582353126, 123.78125 171 M123.78125 128.25 C123.78125 142.11780136788852, 123.78125 155.985602735777, 123.78125 171 M123.78125 171 C54.18190103263443 171, -15.417447934731143 171, -123.78125 171 M123.78125 171 C51.22365484540488 171, -21.33394030919024 171, -123.78125 171 M-123.78125 171 C-123.78125 157.39885960594037, -123.78125 143.79771921188075, -123.78125 128.25 M-123.78125 171 C-123.78125 157.18375866658957, -123.78125 143.36751733317914, -123.78125 128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-19.453125, -161.625)" style=""><foreignObject width="38.90625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 136px; text-align: start;"><span class="nodeLabel"><p>todos</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-111.28125, -118.875)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.796875, -118.875)" style=""><foreignObject width="13.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 113px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.3125, -118.875)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(89.3125, -118.875)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p>🗝️</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-111.28125, -76.125)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.796875, -76.125)" style=""><foreignObject width="30.703125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 126px; text-align: start;"><span class="nodeLabel"><p>title</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.3125, -76.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(89.3125, -76.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-111.28125, -33.375)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.796875, -33.375)" style=""><foreignObject width="79.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 172px; text-align: start;"><span class="nodeLabel"><p>description</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.3125, -33.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(89.3125, -33.375)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-111.28125, 9.375)" style=""><foreignObject width="56.828125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 155px; text-align: start;"><span class="nodeLabel"><p>Boolean</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.796875, 9.375)" style=""><foreignObject width="34.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 131px; text-align: start;"><span class="nodeLabel"><p>done</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.3125, 9.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(89.3125, 9.375)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-111.28125, 52.125)" style=""><foreignObject width="56.828125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 155px; text-align: start;"><span class="nodeLabel"><p>Boolean</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.796875, 52.125)" style=""><foreignObject width="61.328125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 156px; text-align: start;"><span class="nodeLabel"><p>archived</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.3125, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(89.3125, 52.125)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-111.28125, 94.875)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.796875, 94.875)" style=""><foreignObject width="78.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>created_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.3125, 94.875)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(89.3125, 94.875)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-111.28125, 137.625)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-17.796875, 137.625)" style=""><foreignObject width="82.109375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 172px; text-align: start;"><span class="nodeLabel"><p>updated_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.3125, 137.625)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(89.3125, 137.625)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-123.78125 -128.25005 L-123.78125 -128.24995 L123.78125 -128.24995 L123.78125 -128.25005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-123.78125 -128.25005 C-123.78125 -128.2500257722559, -123.78125 -128.2500015445118, -123.78125 -128.24995 M-123.78125 -128.25005 C-123.78125 -128.25002163949281, -123.78125 -128.2499932789856, -123.78125 -128.24995 M-123.78125 -128.24995 C-54.93515120209315 -128.24995, 13.910947595813695 -128.24995, 123.78125 -128.24995 M-123.78125 -128.24995 C-53.238884958010516 -128.24995, 17.303480083978968 -128.24995, 123.78125 -128.24995 M123.78125 -128.24995 C123.78125 -128.24998602269872, 123.78125 -128.2500220453974, 123.78125 -128.25005 M123.78125 -128.24995 C123.78125 -128.2499731399655, 123.78125 -128.249996279931, 123.78125 -128.25005 M123.78125 -128.25005 C25.989353136598055 -128.25005, -71.80254372680389 -128.25005, -123.78125 -128.25005 M123.78125 -128.25005 C42.488832608267074 -128.25005, -38.80358478346585 -128.25005, -123.78125 -128.25005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-30.296925 -128.25 L-30.296825 -128.25 L-30.296825 171 L-30.296925 171" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-30.296925 -128.25 C-30.296887068710557 -128.25, -30.296849137421113 -128.25, -30.296825 -128.25 M-30.296925 -128.25 C-30.29689086070414 -128.25, -30.296856721408275 -128.25, -30.296825 -128.25 M-30.296825 -128.25 C-30.296825 -25.242864748145294, -30.296825 77.76427050370941, -30.296825 171 M-30.296825 -128.25 C-30.296825 -10.326068769088735, -30.296825 107.59786246182253, -30.296825 171 M-30.296825 171 C-30.2968525388732 171, -30.296880077746405 171, -30.296925 171 M-30.296825 171 C-30.29684707916776 171, -30.296869158335525 171, -30.296925 171 M-30.296925 171 C-30.296925 69.56096128079362, -30.296925 -31.87807743841276, -30.296925 -128.25 M-30.296925 171 C-30.296925 61.36438493067098, -30.296925 -48.27123013865804, -30.296925 -128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M76.81245 -128.25 L76.81255 -128.25 L76.81255 171 L76.81245 171" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M76.81245 -128.25 C76.8124739772907 -128.25, 76.81249795458139 -128.25, 76.81255 -128.25 M76.81245 -128.25 C76.81248937153292 -128.25, 76.81252874306584 -128.25, 76.81255 -128.25 M76.81255 -128.25 C76.81255 -19.00778523285092, 76.81255 90.23442953429816, 76.81255 171 M76.81255 -128.25 C76.81255 -34.31011808967577, 76.81255 59.62976382064846, 76.81255 171 M76.81255 171 C76.81251598880235 171, 76.81248197760469 171, 76.81245 171 M76.81255 171 C76.81252815951495 171, 76.81250631902991 171, 76.81245 171 M76.81245 171 C76.81245 92.12342518469492, 76.81245 13.246850369389847, 76.81245 -128.25 M76.81245 171 C76.81245 87.54775433820066, 76.81245 4.095508676401323, 76.81245 -128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-123.78125 -128.25005 L-123.78125 -128.24995 L123.78125 -128.24995 L123.78125 -128.25005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-123.78125 -128.25005 C-123.78125 -128.25001080501679, -123.78125 -128.2499716100336, -123.78125 -128.24995 M-123.78125 -128.25005 C-123.78125 -128.25002873519279, -123.78125 -128.25000747038555, -123.78125 -128.24995 M-123.78125 -128.24995 C-60.861973697822904 -128.24995, 2.0573026043541915 -128.24995, 123.78125 -128.24995 M-123.78125 -128.24995 C-67.67428824085516 -128.24995, -11.567326481710325 -128.24995, 123.78125 -128.24995 M123.78125 -128.24995 C123.78125 -128.24998619253614, 123.78125 -128.25002238507227, 123.78125 -128.25005 M123.78125 -128.24995 C123.78125 -128.24998245781293, 123.78125 -128.25001491562585, 123.78125 -128.25005 M123.78125 -128.25005 C65.6778747394523 -128.25005, 7.574499478904627 -128.25005, -123.78125 -128.25005 M123.78125 -128.25005 C60.04162240972458 -128.25005, -3.6980051805508367 -128.25005, -123.78125 -128.25005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-login_pairings-22" data-look="classic" transform="translate(2264.7109375, 1599.375)"><g class="outer-path" style=""><path d="M-155.5546875 -235.125 L155.5546875 -235.125 L155.5546875 235.125 L-155.5546875 235.125" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-155.5546875 -235.125 C-66.39270376884727 -235.125, 22.76927996230546 -235.125, 155.5546875 -235.125 M-155.5546875 -235.125 C-74.74993378633802 -235.125, 6.054819927323962 -235.125, 155.5546875 -235.125 M155.5546875 -235.125 C155.5546875 -83.38751705341883, 155.5546875 68.34996589316233, 155.5546875 235.125 M155.5546875 -235.125 C155.5546875 -74.99734905627048, 155.5546875 85.13030188745904, 155.5546875 235.125 M155.5546875 235.125 C67.13705017803282 235.125, -21.280587143934355 235.125, -155.5546875 235.125 M155.5546875 235.125 C64.2813791050835 235.125, -26.991929289832996 235.125, -155.5546875 235.125 M-155.5546875 235.125 C-155.5546875 131.18104528137314, -155.5546875 27.237090562746317, -155.5546875 -235.125 M-155.5546875 235.125 C-155.5546875 98.36483107607819, -155.5546875 -38.39533784784362, -155.5546875 -235.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-155.5546875 -192.375 L155.5546875 -192.375 L155.5546875 -149.625 L-155.5546875 -149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-155.5546875 -192.375 C-63.085862858956276 -192.375, 29.38296178208745 -192.375, 155.5546875 -192.375 M-155.5546875 -192.375 C-58.09777487622367 -192.375, 39.359137747552666 -192.375, 155.5546875 -192.375 M155.5546875 -192.375 C155.5546875 -182.07195220923055, 155.5546875 -171.76890441846112, 155.5546875 -149.625 M155.5546875 -192.375 C155.5546875 -178.9460673956474, 155.5546875 -165.51713479129478, 155.5546875 -149.625 M155.5546875 -149.625 C55.98501723569409 -149.625, -43.584653028611825 -149.625, -155.5546875 -149.625 M155.5546875 -149.625 C70.1243262232259 -149.625, -15.306035053548186 -149.625, -155.5546875 -149.625 M-155.5546875 -149.625 C-155.5546875 -158.95168310555115, -155.5546875 -168.27836621110228, -155.5546875 -192.375 M-155.5546875 -149.625 C-155.5546875 -164.4481502484547, -155.5546875 -179.27130049690942, -155.5546875 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-155.5546875 -149.625 L155.5546875 -149.625 L155.5546875 -106.875 L-155.5546875 -106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-155.5546875 -149.625 C-43.090843796199664 -149.625, 69.37299990760067 -149.625, 155.5546875 -149.625 M-155.5546875 -149.625 C-75.35566567126163 -149.625, 4.843356157476734 -149.625, 155.5546875 -149.625 M155.5546875 -149.625 C155.5546875 -134.10300812349453, 155.5546875 -118.58101624698904, 155.5546875 -106.875 M155.5546875 -149.625 C155.5546875 -137.7282870877101, 155.5546875 -125.83157417542017, 155.5546875 -106.875 M155.5546875 -106.875 C88.16612302132422 -106.875, 20.77755854264845 -106.875, -155.5546875 -106.875 M155.5546875 -106.875 C83.17504173363021 -106.875, 10.795395967260419 -106.875, -155.5546875 -106.875 M-155.5546875 -106.875 C-155.5546875 -116.85145807111553, -155.5546875 -126.82791614223108, -155.5546875 -149.625 M-155.5546875 -106.875 C-155.5546875 -120.63393201510132, -155.5546875 -134.39286403020265, -155.5546875 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-155.5546875 -106.875 L155.5546875 -106.875 L155.5546875 -64.125 L-155.5546875 -64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-155.5546875 -106.875 C-45.52788916811156 -106.875, 64.49890916377689 -106.875, 155.5546875 -106.875 M-155.5546875 -106.875 C-55.465769439311 -106.875, 44.62314862137799 -106.875, 155.5546875 -106.875 M155.5546875 -106.875 C155.5546875 -97.90633304380019, 155.5546875 -88.93766608760038, 155.5546875 -64.125 M155.5546875 -106.875 C155.5546875 -96.63065454960272, 155.5546875 -86.38630909920545, 155.5546875 -64.125 M155.5546875 -64.125 C78.99475923698759 -64.125, 2.4348309739751812 -64.125, -155.5546875 -64.125 M155.5546875 -64.125 C35.27509660926832 -64.125, -85.00449428146337 -64.125, -155.5546875 -64.125 M-155.5546875 -64.125 C-155.5546875 -78.95850595152127, -155.5546875 -93.79201190304255, -155.5546875 -106.875 M-155.5546875 -64.125 C-155.5546875 -76.82721906761867, -155.5546875 -89.52943813523734, -155.5546875 -106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-155.5546875 -64.125 L155.5546875 -64.125 L155.5546875 -21.375 L-155.5546875 -21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-155.5546875 -64.125 C-58.52351467127289 -64.125, 38.507658157454216 -64.125, 155.5546875 -64.125 M-155.5546875 -64.125 C-76.37436568319278 -64.125, 2.805956133614444 -64.125, 155.5546875 -64.125 M155.5546875 -64.125 C155.5546875 -49.209749430792414, 155.5546875 -34.29449886158483, 155.5546875 -21.375 M155.5546875 -64.125 C155.5546875 -54.087426177941666, 155.5546875 -44.04985235588333, 155.5546875 -21.375 M155.5546875 -21.375 C86.39926064554115 -21.375, 17.243833791082295 -21.375, -155.5546875 -21.375 M155.5546875 -21.375 C39.28136422914808 -21.375, -76.99195904170384 -21.375, -155.5546875 -21.375 M-155.5546875 -21.375 C-155.5546875 -36.40276882449898, -155.5546875 -51.430537648997955, -155.5546875 -64.125 M-155.5546875 -21.375 C-155.5546875 -35.7594846858501, -155.5546875 -50.143969371700194, -155.5546875 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-155.5546875 -21.375 L155.5546875 -21.375 L155.5546875 21.375 L-155.5546875 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-155.5546875 -21.375 C-64.75736919487635 -21.375, 26.039949110247306 -21.375, 155.5546875 -21.375 M-155.5546875 -21.375 C-47.78723754216047 -21.375, 59.98021241567906 -21.375, 155.5546875 -21.375 M155.5546875 -21.375 C155.5546875 -9.660439969281446, 155.5546875 2.054120061437107, 155.5546875 21.375 M155.5546875 -21.375 C155.5546875 -5.386980189291002, 155.5546875 10.601039621417996, 155.5546875 21.375 M155.5546875 21.375 C64.36250684892259 21.375, -26.829673802154815 21.375, -155.5546875 21.375 M155.5546875 21.375 C31.360890343281937 21.375, -92.83290681343613 21.375, -155.5546875 21.375 M-155.5546875 21.375 C-155.5546875 9.057929867868234, -155.5546875 -3.2591402642635323, -155.5546875 -21.375 M-155.5546875 21.375 C-155.5546875 4.6869868095807945, -155.5546875 -12.001026380838411, -155.5546875 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-155.5546875 21.375 L155.5546875 21.375 L155.5546875 64.125 L-155.5546875 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-155.5546875 21.375 C-85.52486143405837 21.375, -15.495035368116731 21.375, 155.5546875 21.375 M-155.5546875 21.375 C-45.45050111591938 21.375, 64.65368526816124 21.375, 155.5546875 21.375 M155.5546875 21.375 C155.5546875 35.51320986834832, 155.5546875 49.65141973669664, 155.5546875 64.125 M155.5546875 21.375 C155.5546875 32.66040945276108, 155.5546875 43.94581890552216, 155.5546875 64.125 M155.5546875 64.125 C70.74725437425272 64.125, -14.060178751494561 64.125, -155.5546875 64.125 M155.5546875 64.125 C82.836953823589 64.125, 10.119220147177998 64.125, -155.5546875 64.125 M-155.5546875 64.125 C-155.5546875 51.08704710167127, -155.5546875 38.049094203342534, -155.5546875 21.375 M-155.5546875 64.125 C-155.5546875 47.28891696119828, -155.5546875 30.452833922396565, -155.5546875 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-155.5546875 64.125 L155.5546875 64.125 L155.5546875 106.875 L-155.5546875 106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-155.5546875 64.125 C-61.05804207960347 64.125, 33.438603340793065 64.125, 155.5546875 64.125 M-155.5546875 64.125 C-41.23835550617959 64.125, 73.07797648764083 64.125, 155.5546875 64.125 M155.5546875 64.125 C155.5546875 79.64155923907528, 155.5546875 95.15811847815056, 155.5546875 106.875 M155.5546875 64.125 C155.5546875 79.87701123102694, 155.5546875 95.62902246205388, 155.5546875 106.875 M155.5546875 106.875 C81.84197100329237 106.875, 8.129254506584743 106.875, -155.5546875 106.875 M155.5546875 106.875 C87.98491384583399 106.875, 20.415140191667973 106.875, -155.5546875 106.875 M-155.5546875 106.875 C-155.5546875 92.81734563484507, -155.5546875 78.75969126969012, -155.5546875 64.125 M-155.5546875 106.875 C-155.5546875 94.26583194007397, -155.5546875 81.65666388014793, -155.5546875 64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-155.5546875 106.875 L155.5546875 106.875 L155.5546875 149.625 L-155.5546875 149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-155.5546875 106.875 C-33.113708443398735 106.875, 89.32727061320253 106.875, 155.5546875 106.875 M-155.5546875 106.875 C-77.03000659839248 106.875, 1.4946743032150493 106.875, 155.5546875 106.875 M155.5546875 106.875 C155.5546875 122.24985255508477, 155.5546875 137.62470511016954, 155.5546875 149.625 M155.5546875 106.875 C155.5546875 116.92146070551604, 155.5546875 126.96792141103208, 155.5546875 149.625 M155.5546875 149.625 C91.5865145460696 149.625, 27.618341592139203 149.625, -155.5546875 149.625 M155.5546875 149.625 C79.6354795629829 149.625, 3.7162716259657884 149.625, -155.5546875 149.625 M-155.5546875 149.625 C-155.5546875 138.92266083028392, -155.5546875 128.2203216605678, -155.5546875 106.875 M-155.5546875 149.625 C-155.5546875 136.257694978516, -155.5546875 122.89038995703203, -155.5546875 106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-155.5546875 149.625 L155.5546875 149.625 L155.5546875 192.375 L-155.5546875 192.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-155.5546875 149.625 C-70.18029424406299 149.625, 15.194099011874016 149.625, 155.5546875 149.625 M-155.5546875 149.625 C-36.76533005597899 149.625, 82.02402738804201 149.625, 155.5546875 149.625 M155.5546875 149.625 C155.5546875 163.3323958922897, 155.5546875 177.0397917845794, 155.5546875 192.375 M155.5546875 149.625 C155.5546875 164.2646708890984, 155.5546875 178.90434177819682, 155.5546875 192.375 M155.5546875 192.375 C45.739781845539525 192.375, -64.07512380892095 192.375, -155.5546875 192.375 M155.5546875 192.375 C48.709304875391595 192.375, -58.13607774921681 192.375, -155.5546875 192.375 M-155.5546875 192.375 C-155.5546875 178.28530896760589, -155.5546875 164.1956179352118, -155.5546875 149.625 M-155.5546875 192.375 C-155.5546875 177.79000584176023, -155.5546875 163.20501168352047, -155.5546875 149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-155.5546875 192.375 L155.5546875 192.375 L155.5546875 235.125 L-155.5546875 235.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-155.5546875 192.375 C-49.77374401009773 192.375, 56.00719947980454 192.375, 155.5546875 192.375 M-155.5546875 192.375 C-86.34425429641738 192.375, -17.13382109283475 192.375, 155.5546875 192.375 M155.5546875 192.375 C155.5546875 208.21324521605692, 155.5546875 224.0514904321138, 155.5546875 235.125 M155.5546875 192.375 C155.5546875 202.30328141592622, 155.5546875 212.23156283185241, 155.5546875 235.125 M155.5546875 235.125 C79.46451675384361 235.125, 3.3743460076872225 235.125, -155.5546875 235.125 M155.5546875 235.125 C40.95215513890125 235.125, -73.6503772221975 235.125, -155.5546875 235.125 M-155.5546875 235.125 C-155.5546875 221.39907104785752, -155.5546875 207.67314209571506, -155.5546875 192.375 M-155.5546875 235.125 C-155.5546875 224.77498957358665, -155.5546875 214.4249791471733, -155.5546875 192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-49.4765625, -225.75)" style=""><foreignObject width="98.953125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 192px; text-align: start;"><span class="nodeLabel"><p>login_pairings</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-143.0546875, -183)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-49.5703125, -183)" style=""><foreignObject width="13.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 113px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(121.0859375, -183)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(121.0859375, -183)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p>🗝️</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-143.0546875, -140.25)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-49.5703125, -140.25)" style=""><foreignObject width="85.171875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 176px; text-align: start;"><span class="nodeLabel"><p>secret_hash</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(121.0859375, -140.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(121.0859375, -140.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-143.0546875, -97.5)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-49.5703125, -97.5)" style=""><foreignObject width="145.65625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 232px; text-align: start;"><span class="nodeLabel"><p>desktop_token_hash</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(121.0859375, -97.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(121.0859375, -97.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-143.0546875, -54.75)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-49.5703125, -54.75)" style=""><foreignObject width="42.796875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 136px; text-align: start;"><span class="nodeLabel"><p>status</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(121.0859375, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(121.0859375, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-143.0546875, -12)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-49.5703125, -12)" style=""><foreignObject width="81.578125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 174px; text-align: start;"><span class="nodeLabel"><p>desktop_ua</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(121.0859375, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(121.0859375, -12)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-143.0546875, 30.75)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-49.5703125, 30.75)" style=""><foreignObject width="77.90625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 170px; text-align: start;"><span class="nodeLabel"><p>desktop_ip</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(121.0859375, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(121.0859375, 30.75)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-143.0546875, 73.5)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-49.5703125, 73.5)" style=""><foreignObject width="78.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>created_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(121.0859375, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(121.0859375, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-143.0546875, 116.25)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-49.5703125, 116.25)" style=""><foreignObject width="74.78125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>expires_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(121.0859375, 116.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(121.0859375, 116.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-143.0546875, 159)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-49.5703125, 159)" style=""><foreignObject width="89.65625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 180px; text-align: start;"><span class="nodeLabel"><p>approved_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(121.0859375, 159)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(121.0859375, 159)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-143.0546875, 201.75)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-49.5703125, 201.75)" style=""><foreignObject width="94.53125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 185px; text-align: start;"><span class="nodeLabel"><p>consumed_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(121.0859375, 201.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(121.0859375, 201.75)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="divider"><path d="M-155.5546875 -192.37505 L-155.5546875 -192.37495 L155.5546875 -192.37495 L155.5546875 -192.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-155.5546875 -192.37505 C-155.5546875 -192.37502691905235, -155.5546875 -192.3750038381047, -155.5546875 -192.37495 M-155.5546875 -192.37505 C-155.5546875 -192.37502044328144, -155.5546875 -192.3749908865629, -155.5546875 -192.37495 M-155.5546875 -192.37495 C-67.18510045532912 -192.37495, 21.18448658934176 -192.37495, 155.5546875 -192.37495 M-155.5546875 -192.37495 C-36.07981622444366 -192.37495, 83.39505505111268 -192.37495, 155.5546875 -192.37495 M155.5546875 -192.37495 C155.5546875 -192.37498125328352, 155.5546875 -192.37501250656706, 155.5546875 -192.37505 M155.5546875 -192.37495 C155.5546875 -192.37497940954637, 155.5546875 -192.3750088190927, 155.5546875 -192.37505 M155.5546875 -192.37505 C69.83327718727949 -192.37505, -15.888133125441016 -192.37505, -155.5546875 -192.37505 M155.5546875 -192.37505 C51.34063862044951 -192.37505, -52.87341025910098 -192.37505, -155.5546875 -192.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-62.0703625 -192.375 L-62.0702625 -192.375 L-62.0702625 235.125 L-62.0703625 235.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-62.0703625 -192.375 C-62.0703226581337 -192.375, -62.07028281626739 -192.375, -62.0702625 -192.375 M-62.0703625 -192.375 C-62.070340988718726 -192.375, -62.07031947743745 -192.375, -62.0702625 -192.375 M-62.0702625 -192.375 C-62.0702625 -37.97032806685405, -62.0702625 116.4343438662919, -62.0702625 235.125 M-62.0702625 -192.375 C-62.0702625 -21.85841024884445, -62.0702625 148.6581795023111, -62.0702625 235.125 M-62.0702625 235.125 C-62.070294582418285 235.125, -62.07032666483657 235.125, -62.0703625 235.125 M-62.0702625 235.125 C-62.07028267121214 235.125, -62.07030284242428 235.125, -62.0703625 235.125 M-62.0703625 235.125 C-62.0703625 120.9860305376027, -62.0703625 6.847061075205403, -62.0703625 -192.375 M-62.0703625 235.125 C-62.0703625 75.92682570159883, -62.0703625 -83.27134859680234, -62.0703625 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M108.5858875 -192.375 L108.5859875 -192.375 L108.5859875 235.125 L108.5858875 235.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M108.5858875 -192.375 C108.5859246030062 -192.375, 108.58596170601243 -192.375, 108.5859875 -192.375 M108.5858875 -192.375 C108.58591804393933 -192.375, 108.58594858787866 -192.375, 108.5859875 -192.375 M108.5859875 -192.375 C108.5859875 -81.32493689624822, 108.5859875 29.725126207503564, 108.5859875 235.125 M108.5859875 -192.375 C108.5859875 -22.860986030474407, 108.5859875 146.65302793905119, 108.5859875 235.125 M108.5859875 235.125 C108.58594986304658 235.125, 108.58591222609314 235.125, 108.5858875 235.125 M108.5859875 235.125 C108.58596453206569 235.125, 108.58594156413137 235.125, 108.5858875 235.125 M108.5858875 235.125 C108.5858875 142.81931501627747, 108.5858875 50.51363003255497, 108.5858875 -192.375 M108.5858875 235.125 C108.5858875 76.62184300715646, 108.5858875 -81.88131398568709, 108.5858875 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-155.5546875 -192.37505 L-155.5546875 -192.37495 L155.5546875 -192.37495 L155.5546875 -192.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-155.5546875 -192.37505 C-155.5546875 -192.37501303993346, -155.5546875 -192.3749760798669, -155.5546875 -192.37495 M-155.5546875 -192.37505 C-155.5546875 -192.37502641024298, -155.5546875 -192.37500282048597, -155.5546875 -192.37495 M-155.5546875 -192.37495 C-43.795834626260856 -192.37495, 67.96301824747829 -192.37495, 155.5546875 -192.37495 M-155.5546875 -192.37495 C-48.7211315230178 -192.37495, 58.112424453964394 -192.37495, 155.5546875 -192.37495 M155.5546875 -192.37495 C155.5546875 -192.37497778957135, 155.5546875 -192.37500557914265, 155.5546875 -192.37505 M155.5546875 -192.37495 C155.5546875 -192.37498825713385, 155.5546875 -192.37502651426766, 155.5546875 -192.37505 M155.5546875 -192.37505 C49.150667668977306 -192.37505, -57.25335216204539 -192.37505, -155.5546875 -192.37505 M155.5546875 -192.37505 C42.01539643191097 -192.37505, -71.52389463617806 -192.37505, -155.5546875 -192.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-claude_questions-23" data-look="classic" transform="translate(4590.421875, 350)"><g class="outer-path" style=""><path d="M-128.359375 -192.375 L128.359375 -192.375 L128.359375 192.375 L-128.359375 192.375" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-128.359375 -192.375 C-59.33140581549968 -192.375, 9.696563369000643 -192.375, 128.359375 -192.375 M-128.359375 -192.375 C-55.828677766597735 -192.375, 16.70201946680453 -192.375, 128.359375 -192.375 M128.359375 -192.375 C128.359375 -71.26171785556653, 128.359375 49.85156428886694, 128.359375 192.375 M128.359375 -192.375 C128.359375 -70.25921241007858, 128.359375 51.85657517984285, 128.359375 192.375 M128.359375 192.375 C33.698280110909366 192.375, -60.96281477818127 192.375, -128.359375 192.375 M128.359375 192.375 C70.4304528655639 192.375, 12.501530731127787 192.375, -128.359375 192.375 M-128.359375 192.375 C-128.359375 70.70671250535074, -128.359375 -50.961574989298526, -128.359375 -192.375 M-128.359375 192.375 C-128.359375 84.19506189921702, -128.359375 -23.984876201565953, -128.359375 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-128.359375 -149.625 L128.359375 -149.625 L128.359375 -106.875 L-128.359375 -106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-128.359375 -149.625 C-55.26688118055715 -149.625, 17.8256126388857 -149.625, 128.359375 -149.625 M-128.359375 -149.625 C-56.62111763573833 -149.625, 15.117139728523341 -149.625, 128.359375 -149.625 M128.359375 -149.625 C128.359375 -140.59084033296838, 128.359375 -131.55668066593677, 128.359375 -106.875 M128.359375 -149.625 C128.359375 -138.77347810772685, 128.359375 -127.92195621545366, 128.359375 -106.875 M128.359375 -106.875 C58.56895911792955 -106.875, -11.221456764140896 -106.875, -128.359375 -106.875 M128.359375 -106.875 C71.99701299832562 -106.875, 15.634650996651231 -106.875, -128.359375 -106.875 M-128.359375 -106.875 C-128.359375 -116.68836393197209, -128.359375 -126.50172786394418, -128.359375 -149.625 M-128.359375 -106.875 C-128.359375 -120.55687249290736, -128.359375 -134.23874498581472, -128.359375 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-128.359375 -106.875 L128.359375 -106.875 L128.359375 -64.125 L-128.359375 -64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-128.359375 -106.875 C-26.98365046440169 -106.875, 74.39207407119662 -106.875, 128.359375 -106.875 M-128.359375 -106.875 C-31.424338620037076 -106.875, 65.51069775992585 -106.875, 128.359375 -106.875 M128.359375 -106.875 C128.359375 -95.26286506948165, 128.359375 -83.6507301389633, 128.359375 -64.125 M128.359375 -106.875 C128.359375 -96.66653142206859, 128.359375 -86.45806284413716, 128.359375 -64.125 M128.359375 -64.125 C44.609560589642854 -64.125, -39.14025382071429 -64.125, -128.359375 -64.125 M128.359375 -64.125 C34.575583477764695 -64.125, -59.20820804447061 -64.125, -128.359375 -64.125 M-128.359375 -64.125 C-128.359375 -73.47248305729279, -128.359375 -82.8199661145856, -128.359375 -106.875 M-128.359375 -64.125 C-128.359375 -80.34222906887364, -128.359375 -96.55945813774727, -128.359375 -106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-128.359375 -64.125 L128.359375 -64.125 L128.359375 -21.375 L-128.359375 -21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-128.359375 -64.125 C-76.05754593357132 -64.125, -23.755716867142638 -64.125, 128.359375 -64.125 M-128.359375 -64.125 C-74.43791169562519 -64.125, -20.51644839125038 -64.125, 128.359375 -64.125 M128.359375 -64.125 C128.359375 -48.98662811877026, 128.359375 -33.848256237540525, 128.359375 -21.375 M128.359375 -64.125 C128.359375 -53.07794484754211, 128.359375 -42.030889695084234, 128.359375 -21.375 M128.359375 -21.375 C68.15724919744082 -21.375, 7.955123394881639 -21.375, -128.359375 -21.375 M128.359375 -21.375 C48.19327424758228 -21.375, -31.97282650483544 -21.375, -128.359375 -21.375 M-128.359375 -21.375 C-128.359375 -34.44461787065998, -128.359375 -47.51423574131996, -128.359375 -64.125 M-128.359375 -21.375 C-128.359375 -34.69905933841389, -128.359375 -48.02311867682778, -128.359375 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-128.359375 -21.375 L128.359375 -21.375 L128.359375 21.375 L-128.359375 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-128.359375 -21.375 C-39.08591671508917 -21.375, 50.18754156982166 -21.375, 128.359375 -21.375 M-128.359375 -21.375 C-27.993769808133933 -21.375, 72.37183538373213 -21.375, 128.359375 -21.375 M128.359375 -21.375 C128.359375 -8.197353154430758, 128.359375 4.980293691138485, 128.359375 21.375 M128.359375 -21.375 C128.359375 -7.889211745551435, 128.359375 5.5965765088971295, 128.359375 21.375 M128.359375 21.375 C74.13643673700022 21.375, 19.91349847400045 21.375, -128.359375 21.375 M128.359375 21.375 C74.6214149397841 21.375, 20.88345487956822 21.375, -128.359375 21.375 M-128.359375 21.375 C-128.359375 9.176105091176467, -128.359375 -3.022789817647066, -128.359375 -21.375 M-128.359375 21.375 C-128.359375 12.05579579344694, -128.359375 2.73659158689388, -128.359375 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-128.359375 21.375 L128.359375 21.375 L128.359375 64.125 L-128.359375 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-128.359375 21.375 C-58.68417056580758 21.375, 10.991033868384847 21.375, 128.359375 21.375 M-128.359375 21.375 C-64.84787814271364 21.375, -1.3363812854272794 21.375, 128.359375 21.375 M128.359375 21.375 C128.359375 35.012783390251776, 128.359375 48.65056678050355, 128.359375 64.125 M128.359375 21.375 C128.359375 32.33747997118756, 128.359375 43.299959942375125, 128.359375 64.125 M128.359375 64.125 C45.67387808808765 64.125, -37.011618823824705 64.125, -128.359375 64.125 M128.359375 64.125 C47.37624536867601 64.125, -33.60688426264798 64.125, -128.359375 64.125 M-128.359375 64.125 C-128.359375 55.43701684338692, -128.359375 46.74903368677384, -128.359375 21.375 M-128.359375 64.125 C-128.359375 50.965456363946174, -128.359375 37.805912727892355, -128.359375 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-128.359375 64.125 L128.359375 64.125 L128.359375 106.875 L-128.359375 106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-128.359375 64.125 C-60.36356363960617 64.125, 7.63224772078766 64.125, 128.359375 64.125 M-128.359375 64.125 C-76.87216731697686 64.125, -25.384959633953727 64.125, 128.359375 64.125 M128.359375 64.125 C128.359375 75.83890830163847, 128.359375 87.55281660327694, 128.359375 106.875 M128.359375 64.125 C128.359375 75.25183068202314, 128.359375 86.37866136404628, 128.359375 106.875 M128.359375 106.875 C69.35317892222068 106.875, 10.346982844441342 106.875, -128.359375 106.875 M128.359375 106.875 C47.8952826891379 106.875, -32.5688096217242 106.875, -128.359375 106.875 M-128.359375 106.875 C-128.359375 93.27586318635338, -128.359375 79.67672637270674, -128.359375 64.125 M-128.359375 106.875 C-128.359375 92.16016753833975, -128.359375 77.44533507667948, -128.359375 64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-128.359375 106.875 L128.359375 106.875 L128.359375 149.625 L-128.359375 149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-128.359375 106.875 C-53.86599708531145 106.875, 20.627380829377103 106.875, 128.359375 106.875 M-128.359375 106.875 C-41.761223378393495 106.875, 44.83692824321301 106.875, 128.359375 106.875 M128.359375 106.875 C128.359375 117.05355635891377, 128.359375 127.23211271782753, 128.359375 149.625 M128.359375 106.875 C128.359375 119.65785843292284, 128.359375 132.44071686584567, 128.359375 149.625 M128.359375 149.625 C44.64875322000776 149.625, -39.061868559984475 149.625, -128.359375 149.625 M128.359375 149.625 C51.16781244344854 149.625, -26.02375011310292 149.625, -128.359375 149.625 M-128.359375 149.625 C-128.359375 138.07832111767343, -128.359375 126.53164223534682, -128.359375 106.875 M-128.359375 149.625 C-128.359375 134.40328686244615, -128.359375 119.18157372489227, -128.359375 106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-128.359375 149.625 L128.359375 149.625 L128.359375 192.375 L-128.359375 192.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-128.359375 149.625 C-45.396755275749 149.625, 37.565864448502 149.625, 128.359375 149.625 M-128.359375 149.625 C-59.20417160498721 149.625, 9.951031790025581 149.625, 128.359375 149.625 M128.359375 149.625 C128.359375 162.6947742834765, 128.359375 175.764548566953, 128.359375 192.375 M128.359375 149.625 C128.359375 159.95879897003493, 128.359375 170.29259794006987, 128.359375 192.375 M128.359375 192.375 C49.27548528357909 192.375, -29.808404432841826 192.375, -128.359375 192.375 M128.359375 192.375 C68.92526603853568 192.375, 9.491157077071378 192.375, -128.359375 192.375 M-128.359375 192.375 C-128.359375 177.1092018676601, -128.359375 161.8434037353202, -128.359375 149.625 M-128.359375 192.375 C-128.359375 176.51029171132322, -128.359375 160.64558342264644, -128.359375 149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-61.6953125, -183)" style=""><foreignObject width="123.390625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 210px; text-align: start;"><span class="nodeLabel"><p>claude_questions</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-115.859375, -140.25)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-22.375, -140.25)" style=""><foreignObject width="13.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 113px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(93.890625, -140.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(93.890625, -140.25)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p>🗝️</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-115.859375, -97.5)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-22.375, -97.5)" style=""><foreignObject width="61.09375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 155px; text-align: start;"><span class="nodeLabel"><p>question</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(93.890625, -97.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(93.890625, -97.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-115.859375, -54.75)" style=""><foreignObject width="31.4375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 129px; text-align: start;"><span class="nodeLabel"><p>Json</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-22.375, -54.75)" style=""><foreignObject width="52.21875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 147px; text-align: start;"><span class="nodeLabel"><p>options</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(93.890625, -54.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(93.890625, -54.75)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-115.859375, -12)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-22.375, -12)" style=""><foreignObject width="42.796875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 136px; text-align: start;"><span class="nodeLabel"><p>status</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(93.890625, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(93.890625, -12)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-115.859375, 30.75)" style=""><foreignObject width="41.59375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 139px; text-align: start;"><span class="nodeLabel"><p>String</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-22.375, 30.75)" style=""><foreignObject width="50.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 146px; text-align: start;"><span class="nodeLabel"><p>answer</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(93.890625, 30.75)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(93.890625, 30.75)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-115.859375, 73.5)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-22.375, 73.5)" style=""><foreignObject width="91.265625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 181px; text-align: start;"><span class="nodeLabel"><p>answered_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(93.890625, 73.5)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(93.890625, 73.5)" style=""><foreignObject width="21.96875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 122px; text-align: start;"><span class="nodeLabel"><p></p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-115.859375, 116.25)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-22.375, 116.25)" style=""><foreignObject width="78.40625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>created_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(93.890625, 116.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(93.890625, 116.25)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-115.859375, 159)" style=""><foreignObject width="68.484375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 164px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-22.375, 159)" style=""><foreignObject width="74.78125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;"><span class="nodeLabel"><p>expires_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(93.890625, 159)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="label attribute-comment" transform="translate(93.890625, 159)" style=""><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;"><span class="nodeLabel"></span></div></foreignObject></g><g class="divider"><path d="M-128.359375 -149.62505 L-128.359375 -149.62495 L128.359375 -149.62495 L128.359375 -149.62505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-128.359375 -149.62505 C-128.359375 -149.62502409565795, -128.359375 -149.6249981913159, -128.359375 -149.62495 M-128.359375 -149.62505 C-128.359375 -149.6250271416277, -128.359375 -149.62500428325544, -128.359375 -149.62495 M-128.359375 -149.62495 C-42.65638544606119 -149.62495, 43.04660410787761 -149.62495, 128.359375 -149.62495 M-128.359375 -149.62495 C-44.94376854201602 -149.62495, 38.47183791596797 -149.62495, 128.359375 -149.62495 M128.359375 -149.62495 C128.359375 -149.6249828530395, 128.359375 -149.625015706079, 128.359375 -149.62505 M128.359375 -149.62495 C128.359375 -149.6249722737673, 128.359375 -149.62499454753458, 128.359375 -149.62505 M128.359375 -149.62505 C57.90984111130318 -149.62505, -12.53969277739364 -149.62505, -128.359375 -149.62505 M128.359375 -149.62505 C62.55398099120396 -149.62505, -3.2514130175920855 -149.62505, -128.359375 -149.62505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-34.87505 -149.625 L-34.87495 -149.625 L-34.87495 192.375 L-34.87505 192.375" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-34.87505 -149.625 C-34.87501019804347 -149.625, -34.87497039608694 -149.625, -34.87495 -149.625 M-34.87505 -149.625 C-34.87501159204701 -149.625, -34.87497318409402 -149.625, -34.87495 -149.625 M-34.87495 -149.625 C-34.87495 -26.70075174461067, -34.87495 96.22349651077866, -34.87495 192.375 M-34.87495 -149.625 C-34.87495 -48.98486155962982, -34.87495 51.65527688074036, -34.87495 192.375 M-34.87495 192.375 C-34.87498854484477 192.375, -34.87502708968954 192.375, -34.87505 192.375 M-34.87495 192.375 C-34.87497074094691 192.375, -34.874991481893815 192.375, -34.87505 192.375 M-34.87505 192.375 C-34.87505 84.23333822888712, -34.87505 -23.90832354222576, -34.87505 -149.625 M-34.87505 192.375 C-34.87505 103.25051899519585, -34.87505 14.126037990391694, -34.87505 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M81.390575 -149.625 L81.390675 -149.625 L81.390675 192.375 L81.390575 192.375" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M81.390575 -149.625 C81.39060142073815 -149.625, 81.3906278414763 -149.625, 81.390675 -149.625 M81.390575 -149.625 C81.3906001691362 -149.625, 81.39062533827243 -149.625, 81.390675 -149.625 M81.390675 -149.625 C81.390675 -69.08303558814947, 81.390675 11.458928823701058, 81.390675 192.375 M81.390675 -149.625 C81.390675 -25.09393105384831, 81.390675 99.43713789230338, 81.390675 192.375 M81.390675 192.375 C81.39064771791331 192.375, 81.39062043582663 192.375, 81.390575 192.375 M81.390675 192.375 C81.3906430203536 192.375, 81.39061104070717 192.375, 81.390575 192.375 M81.390575 192.375 C81.390575 122.97659345464679, 81.390575 53.57818690929358, 81.390575 -149.625 M81.390575 192.375 C81.390575 118.35056193720291, 81.390575 44.32612387440582, 81.390575 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-128.359375 -149.62505 L-128.359375 -149.62495 L128.359375 -149.62495 L128.359375 -149.62505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-128.359375 -149.62505 C-128.359375 -149.62501178594096, -128.359375 -149.62497357188192, -128.359375 -149.62495 M-128.359375 -149.62505 C-128.359375 -149.6250210371058, -128.359375 -149.6249920742116, -128.359375 -149.62495 M-128.359375 -149.62495 C-65.6387789507508 -149.62495, -2.9181829015016234 -149.62495, 128.359375 -149.62495 M-128.359375 -149.62495 C-70.97306693487056 -149.62495, -13.586758869741132 -149.62495, 128.359375 -149.62495 M128.359375 -149.62495 C128.359375 -149.62498154345215, 128.359375 -149.62501308690432, 128.359375 -149.62505 M128.359375 -149.62495 C128.359375 -149.62497825709622, 128.359375 -149.62500651419245, 128.359375 -149.62505 M128.359375 -149.62505 C34.155101363738126 -149.62505, -60.04917227252375 -149.62505, -128.359375 -149.62505 M128.359375 -149.62505 C45.52719964496721 -149.62505, -37.30497571006558 -149.62505, -128.359375 -149.62505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g></g></g></g><defs><filter id="my-svg-drop-shadow" height="130%" width="130%"><feDropShadow dx="4" dy="4" stdDeviation="0" flood-opacity="0.06" flood-color="#000000"/></filter></defs><defs><filter id="my-svg-drop-shadow-small" height="150%" width="150%"><feDropShadow dx="2" dy="2" stdDeviation="0" flood-opacity="0.06" flood-color="#000000"/></filter></defs><linearGradient id="my-svg-gradient" gradientUnits="objectBoundingBox" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-color="hsl(78.1578947368, 18.4615384615%, 64.5098039216%)" stop-opacity="1"/><stop offset="100%" stop-color="hsl(98.961038961, 60%, 74.9019607843%)" stop-opacity="1"/></linearGradient></svg>