Scrum4Me/docs/erd.svg
Janpeter Visser 43a4294424
Todo description, entity codes, REST API extensions and Claude Code hardening (ST-509/511/512/513) (#2)
* docs(ST-511): add backlog entry for entity codes feature

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

* fix(ST-511): add createWithCodeRetry helper to handle P2002 race on auto codes

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

* fix(ST-511): retry on auto-code unique conflict in story and pbi create

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

* fix(ST-511): surface field errors for code and title in PBI dialog

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

* fix(ST-511): read create-state errors in Story dialog fieldError

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

* docs(ST-512): add backlog entry for REST API code/description/implementation_plan extensions; mark ST-511 done

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

* feat(ST-512): extend REST API with code, description and implementation_plan

- GET /api/products returns code, description and definition_of_done
- GET /api/products/:id/next-story returns story.code and per-task code + implementation_plan
- GET /api/sprints/:id/tasks returns description, implementation_plan, story_code and derived per-task code
- POST /api/todos accepts and returns optional description (max 2000)

All changes are additive — existing clients ignore unknown keys.

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

* docs(ST-512): mark ST-512 as done

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

* docs(ST-513): add backlog entry for API hardening for Claude Code

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

* feat(ST-513): add task and story status mappers for API boundary

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

* feat(ST-513): expose lowercase status on API and accept lowercase in PATCH /api/tasks

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

* feat(ST-513): add metadata JSONB column to StoryLog

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

* feat(ST-513): accept optional metadata in story log and switch validation errors to 422

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

* feat(ST-513): add GET /api/health endpoint with optional db ping

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

* feat(ST-513): add GET /api/products/:id/claude-context bundled endpoint

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

* docs(ST-513): add docs/API.md and link from CLAUDE.md specs table

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

* docs(ST-513): mark ST-513 as done

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

* fix(ST-513): split 400 (malformed JSON) from 422 (validation), reject 'review'

Codex review on PR #2:

- P2.1: routes treated JSON parse failures as 422 instead of 400, breaking
  the contract in docs/API.md. Replace `request.json().catch(() => null)`
  with try/catch in 4 routes (tasks, reorder, todos, story-log) so a
  malformed body returns 400 and only well-formed-but-invalid bodies
  return 422.

- P2.2: PATCH /api/tasks/:id accepted `status: "review"`, but the sprint
  task list UI does not render REVIEW (no label/color, the cycle helper
  falls back to TO_DO). Reject `review` at the API until the sprint UI
  is extended; document the subset in docs/API.md.

Tests in __tests__/api updated for the new contract (29 assertions:
zod-failures now expect 422, status payloads use lowercase API values,
sprint-tasks mocks include the new story relation).

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

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-26 23:40:54 +02:00

1 line
No EOL
337 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: 2431.45px; background-color: white;" viewBox="0 0 2431.4453125 2600.25" 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="M701.264,1871.375L728.341,1904.729C755.418,1938.083,809.572,2004.792,908.457,2074.388C1007.341,2143.984,1150.956,2216.469,1222.763,2252.711L1294.57,2288.953" id="my-svg-id_entity-user_roles-7_entity-users-6_0" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-user_roles-7_entity-users-6_0" data-points="W3sieCI6NzAxLjI2NDA0MTQzNTA3NTcsInkiOjE4NzEuMzc1fSx7IngiOjg2My43MjY1NjI1LCJ5IjoyMDcxLjV9LHsieCI6MTI5NC41NzAzMTI1LCJ5IjoyMjg4Ljk1MzA2MjY2MTM0NzN9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M641.27,1871.375L637.142,1904.729C633.013,1938.083,624.757,2004.792,620.628,2071.5C616.5,2138.208,616.5,2204.917,616.5,2238.271L616.5,2271.625" id="my-svg-id_entity-user_roles-7_entity-Role-0_1" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-user_roles-7_entity-Role-0_1" data-points="W3sieCI6NjQxLjI3MDA4Mzc0MjMxMzIsInkiOjE4NzEuMzc1fSx7IngiOjYxNi41LCJ5IjoyMDcxLjV9LHsieCI6NjE2LjUsInkiOjIyNzEuNjI1fV0=" data-look="classic" marker-start="url(#my-svg_er-zeroOrOneStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1059.32,1935.5L1059.32,1958.167C1059.32,1980.833,1059.32,2026.167,1098.529,2079.074C1137.737,2131.982,1216.154,2192.464,1255.362,2222.705L1294.57,2252.946" id="my-svg-id_entity-api_tokens-8_entity-users-6_2" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-api_tokens-8_entity-users-6_2" data-points="W3sieCI6MTA1OS4zMjAzMTI1LCJ5IjoxOTM1LjV9LHsieCI6MTA1OS4zMjAzMTI1LCJ5IjoyMDcxLjV9LHsieCI6MTI5NC41NzAzMTI1LCJ5IjoyMjUyLjk0NjM4Mjk4NzcwMX1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1664.289,2021L1664.289,2029.417C1664.289,2037.833,1664.289,2054.667,1647.693,2083.285C1631.096,2111.904,1597.904,2152.307,1581.307,2172.509L1564.711,2192.711" id="my-svg-id_entity-products-9_entity-users-6_3" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-products-9_entity-users-6_3" data-points="W3sieCI6MTY2NC4yODkwNjI1LCJ5IjoyMDIxfSx7IngiOjE2NjQuMjg5MDYyNSwieSI6MjA3MS41fSx7IngiOjE1NjQuNzEwOTM3NSwieSI6MjE5Mi43MTExMjg2ODMyMDN9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M2300.648,1492.5L2300.648,1500.917C2300.648,1509.333,2300.648,1526.167,2219.538,1568.265C2138.427,1610.363,1976.206,1677.726,1895.095,1711.407L1813.984,1745.089" id="my-svg-id_entity-pbis-10_entity-products-9_4" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-pbis-10_entity-products-9_4" data-points="W3sieCI6MjMwMC42NDg0Mzc1LCJ5IjoxNDkyLjV9LHsieCI6MjMwMC42NDg0Mzc1LCJ5IjoxNTQzfSx7IngiOjE4MTMuOTg0Mzc1LCJ5IjoxNzQ1LjA4ODYwNTIyNTAzNX1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1424.84,815.645L1570.808,855.912C1716.776,896.18,2008.712,976.715,2154.68,1025.399C2300.648,1074.083,2300.648,1090.917,2300.648,1099.333L2300.648,1107.75" id="my-svg-id_entity-stories-11_entity-pbis-10_5" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-stories-11_entity-pbis-10_5" data-points="W3sieCI6MTQyNC44Mzk4NDM3NSwieSI6ODE1LjY0NDg5NDc3NzM0OTh9LHsieCI6MjMwMC42NDg0Mzc1LCJ5IjoxMDU3LjI1fSx7IngiOjIzMDAuNjQ4NDM3NSwieSI6MTEwNy43NX1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1424.84,828.016L1532.951,866.222C1641.063,904.427,1857.285,980.839,1965.396,1059.523C2073.508,1138.208,2073.508,1219.167,2073.508,1300.125C2073.508,1381.083,2073.508,1462.042,2030.254,1530.452C1987,1598.862,1900.492,1654.724,1857.238,1682.654L1813.984,1710.585" id="my-svg-id_entity-stories-11_entity-products-9_6" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-stories-11_entity-products-9_6" data-points="W3sieCI6MTQyNC44Mzk4NDM3NSwieSI6ODI4LjAxNTg4MzE5MDE5NDd9LHsieCI6MjA3My41MDc4MTI1LCJ5IjoxMDU3LjI1fSx7IngiOjIwNzMuNTA3ODEyNSwieSI6MTMwMC4xMjV9LHsieCI6MjA3My41MDc4MTI1LCJ5IjoxNTQzfSx7IngiOjE4MTMuOTg0Mzc1LCJ5IjoxNzEwLjU4NTM1MjIzMzY3N31d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1293.641,1006.75L1294.656,1015.167C1295.672,1023.583,1297.703,1040.417,1213.225,1080.615C1128.747,1120.813,957.76,1184.376,872.267,1216.157L786.773,1247.939" id="my-svg-id_entity-stories-11_entity-sprints-13_7" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-stories-11_entity-sprints-13_7" data-points="W3sieCI6MTI5My42NDA4MDk2MjgwMDg4LCJ5IjoxMDA2Ljc1fSx7IngiOjEyOTkuNzM0Mzc1LCJ5IjoxMDU3LjI1fSx7IngiOjc4Ni43NzM0Mzc1LCJ5IjoxMjQ3LjkzODg3OTYyMTY1Nzl9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-zeroOrOneEnd)"/><path d="M1262.314,1006.75L1262.209,1015.167C1262.103,1023.583,1261.891,1040.417,1261.785,1089.313C1261.68,1138.208,1261.68,1219.167,1261.68,1300.125C1261.68,1381.083,1261.68,1462.042,1261.68,1546.563C1261.68,1631.083,1261.68,1719.167,1261.68,1807.25C1261.68,1895.333,1261.68,1983.417,1267.161,2036.78C1272.643,2090.144,1283.607,2108.788,1289.089,2118.11L1294.57,2127.432" id="my-svg-id_entity-stories-11_entity-users-6_8" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-stories-11_entity-users-6_8" data-points="W3sieCI6MTI2Mi4zMTQzOTA3Mjc1NzEyLCJ5IjoxMDA2Ljc1fSx7IngiOjEyNjEuNjc5Njg3NSwieSI6MTA1Ny4yNX0seyJ4IjoxMjYxLjY3OTY4NzUsInkiOjEzMDAuMTI1fSx7IngiOjEyNjEuNjc5Njg3NSwieSI6MTU0M30seyJ4IjoxMjYxLjY3OTY4NzUsInkiOjE4MDcuMjV9LHsieCI6MTI2MS42Nzk2ODc1LCJ5IjoyMDcxLjV9LHsieCI6MTI5NC41NzAzMTI1LCJ5IjoyMTI3LjQzMTk2MTk1MTcxODd9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-zeroOrOneEnd)"/><path d="M1105.699,849.329L1034.536,883.982C963.372,918.636,821.046,987.943,697.764,1053.422C574.482,1118.9,470.245,1180.55,418.126,1211.375L366.008,1242.201" id="my-svg-id_entity-stories-11_entity-StoryStatus-1_9" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-stories-11_entity-StoryStatus-1_9" data-points="W3sieCI6MTEwNS42OTkyMTg3NSwieSI6ODQ5LjMyODg3ODI3NDA3MzF9LHsieCI6Njc4LjcxODc1LCJ5IjoxMDU3LjI1fSx7IngiOjM2Ni4wMDc4MTI1LCJ5IjoxMjQyLjIwMDU4NTQ4Nzg5MDd9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrOneStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1511.786,414.125L1517.438,426.104C1523.09,438.083,1534.395,462.042,1519.904,494.537C1505.413,527.033,1465.126,568.066,1444.983,588.582L1424.84,609.098" id="my-svg-id_entity-story_logs-12_entity-stories-11_10" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-story_logs-12_entity-stories-11_10" data-points="W3sieCI6MTUxMS43ODU3NTMwODk1MjIxLCJ5Ijo0MTQuMTI1fSx7IngiOjE1NDUuNjk5MjE4NzUsInkiOjQ4Nn0seyJ4IjoxNDI0LjgzOTg0Mzc1LCJ5Ijo2MDkuMDk4NDQ2ODU4ODk0fV0=" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1426.26,414.125L1426.586,426.104C1426.913,438.083,1427.566,462.042,1466.262,507.375C1504.958,552.708,1581.697,619.417,1620.067,652.771L1658.436,686.125" id="my-svg-id_entity-story_logs-12_entity-LogType-3_11" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-story_logs-12_entity-LogType-3_11" data-points="W3sieCI6MTQyNi4yNTk1MjcyNTg3NTEyLCJ5Ijo0MTQuMTI1fSx7IngiOjE0MjguMjE4NzUsInkiOjQ4Nn0seyJ4IjoxNjU4LjQzNjM5NzM2MDUwMzIsInkiOjY4Ni4xMjV9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrOneStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1275.836,330.03L1240.982,356.025C1206.129,382.02,1136.422,434.01,1027.788,500.684C919.155,567.358,771.595,648.717,697.815,689.396L624.035,730.075" id="my-svg-id_entity-story_logs-12_entity-TestStatus-4_12" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-story_logs-12_entity-TestStatus-4_12" data-points="W3sieCI6MTI3NS44MzU5Mzc1LCJ5IjozMzAuMDMwMTIzNzAzMTU2NX0seyJ4IjoxMDY2LjcxNDg0Mzc1LCJ5Ijo0ODZ9LHsieCI6NjI0LjAzNTE1NjI1LCJ5Ijo3MzAuMDc1MDAzMDE2MTgxOH1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrOneStart)" marker-end="url(#my-svg_er-zeroOrOneEnd)"/><path d="M786.773,1372.705L841.671,1401.087C896.568,1429.47,1006.362,1486.235,1127.665,1546.631C1248.969,1607.028,1381.781,1671.055,1448.188,1703.069L1514.594,1735.083" id="my-svg-id_entity-sprints-13_entity-products-9_13" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-sprints-13_entity-products-9_13" data-points="W3sieCI6Nzg2Ljc3MzQzNzUsInkiOjEzNzIuNzA0NzU4NDQwMDQ2Nn0seyJ4IjoxMTE2LjE1NjI1LCJ5IjoxNTQzfSx7IngiOjE1MTQuNTkzNzUsInkiOjE3MzUuMDgzMjA4NjIwMTczNX1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M506.008,1403.578L474.476,1426.815C442.944,1450.052,379.88,1496.526,348.348,1553.117C316.816,1609.708,316.816,1676.417,316.816,1709.771L316.816,1743.125" id="my-svg-id_entity-sprints-13_entity-SprintStatus-5_14" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-sprints-13_entity-SprintStatus-5_14" data-points="W3sieCI6NTA2LjAwNzgxMjUsInkiOjE0MDMuNTc4MTAyOTYxOTE4MX0seyJ4IjozMTYuODE2NDA2MjUsInkiOjE1NDN9LHsieCI6MzE2LjgxNjQwNjI1LCJ5IjoxNzQzLjEyNX1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrOneStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M589.133,297.183L656.378,328.652C723.624,360.122,858.115,423.061,944.209,474.275C1030.303,525.49,1068.001,564.98,1086.85,584.725L1105.699,604.47" id="my-svg-id_entity-tasks-14_entity-stories-11_15" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-tasks-14_entity-stories-11_15" data-points="W3sieCI6NTg5LjEzMjgxMjUsInkiOjI5Ny4xODI2MjMzMjg0Njc3NH0seyJ4Ijo5OTIuNjA1NDY4NzUsInkiOjQ4Nn0seyJ4IjoxMTA1LjY5OTIxODc1LCJ5Ijo2MDQuNDY5NTk5NzI0OTM2Mn1d" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M385.33,435.5L383.652,443.917C381.974,452.333,378.618,469.167,376.94,525.188C375.262,581.208,375.262,676.417,375.262,771.625C375.262,866.833,375.262,962.042,397.053,1029.166C418.844,1096.29,462.426,1135.331,484.217,1154.851L506.008,1174.371" id="my-svg-id_entity-tasks-14_entity-sprints-13_16" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-tasks-14_entity-sprints-13_16" data-points="W3sieCI6Mzg1LjMyOTkxNzM2NjM2NzA2LCJ5Ijo0MzUuNX0seyJ4IjozNzUuMjYxNzE4NzUsInkiOjQ4Nn0seyJ4IjozNzUuMjYxNzE4NzUsInkiOjc3MS42MjV9LHsieCI6Mzc1LjI2MTcxODc1LCJ5IjoxMDU3LjI1fSx7IngiOjUwNi4wMDc4MTI1LCJ5IjoxMTc0LjM3MTI1NDA4ODA4NjV9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-zeroOrOneEnd)"/><path d="M266.758,364.312L243.827,384.593C220.896,404.875,175.034,445.437,152.103,495.51C129.172,545.583,129.172,605.167,129.172,634.958L129.172,664.75" id="my-svg-id_entity-tasks-14_entity-TaskStatus-2_17" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-tasks-14_entity-TaskStatus-2_17" data-points="W3sieCI6MjY2Ljc1NzgxMjUsInkiOjM2NC4zMTIxOTQzODg1MTU1NH0seyJ4IjoxMjkuMTcxODc1LCJ5Ijo0ODZ9LHsieCI6MTI5LjE3MTg3NSwieSI6NjY0Ljc1fV0=" data-look="classic" marker-start="url(#my-svg_er-zeroOrOneStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1504.216,1364.25L1523.539,1394.042C1542.862,1423.833,1581.507,1483.417,1602.235,1521.625C1622.964,1559.833,1625.776,1576.667,1627.181,1585.083L1628.587,1593.5" id="my-svg-id_entity-product_members-15_entity-products-9_18" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-product_members-15_entity-products-9_18" data-points="W3sieCI6MTUwNC4yMTYxMTAzMTU4Nzc2LCJ5IjoxMzY0LjI1fSx7IngiOjE2MjAuMTUyMzQzNzUsInkiOjE1NDN9LHsieCI6MTYyOC41ODcxNzU1MjYyNTM1LCJ5IjoxNTkzLjV9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1442.213,1364.25L1432.729,1394.042C1423.246,1423.833,1404.279,1483.417,1394.796,1557.25C1385.313,1631.083,1385.313,1719.167,1385.313,1807.25C1385.313,1895.333,1385.313,1983.417,1386.619,2035.875C1387.925,2088.333,1390.537,2105.167,1391.844,2113.583L1393.15,2122" id="my-svg-id_entity-product_members-15_entity-users-6_19" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-product_members-15_entity-users-6_19" data-points="W3sieCI6MTQ0Mi4yMTI1OTAwNjY5MDY4LCJ5IjoxMzY0LjI1fSx7IngiOjEzODUuMzEyNSwieSI6MTU0M30seyJ4IjoxMzg1LjMxMjUsInkiOjE4MDcuMjV9LHsieCI6MTM4NS4zMTI1LCJ5IjoyMDcxLjV9LHsieCI6MTM5My4xNDk5NDUyOTU0MDUsInkiOjIxMjJ9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1919.288,1471.125L1924.396,1483.104C1929.504,1495.083,1939.721,1519.042,1944.829,1575.063C1949.938,1631.083,1949.938,1719.167,1949.938,1807.25C1949.938,1895.333,1949.938,1983.417,1885.733,2062.704C1821.529,2141.992,1693.12,2212.484,1628.915,2247.73L1564.711,2282.976" id="my-svg-id_entity-todos-16_entity-users-6_20" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-todos-16_entity-users-6_20" data-points="W3sieCI6MTkxOS4yODc1MTA0NTQxOTQ1LCJ5IjoxNDcxLjEyNX0seyJ4IjoxOTQ5LjkzNzUsInkiOjE1NDN9LHsieCI6MTk0OS45Mzc1LCJ5IjoxODA3LjI1fSx7IngiOjE5NDkuOTM3NSwieSI6MjA3MS41fSx7IngiOjE1NjQuNzEwOTM3NSwieSI6MjI4Mi45NzYwNjcyMjQyNDF9XQ==" data-look="classic" marker-start="url(#my-svg_er-zeroOrMoreStart)" marker-end="url(#my-svg_er-onlyOneEnd)"/><path d="M1742.352,1471.125L1735.066,1483.104C1727.779,1495.083,1713.206,1519.042,1704.826,1539.438C1696.445,1559.833,1694.257,1576.667,1693.163,1585.083L1692.069,1593.5" id="my-svg-id_entity-todos-16_entity-products-9_21" class="edge-thickness-normal edge-pattern-solid relationshipLine" style="undefined;;;undefined" data-edge="true" data-et="edge" data-id="id_entity-todos-16_entity-products-9_21" data-points="W3sieCI6MTc0Mi4zNTI0NTUxMjczODA0LCJ5IjoxNDcxLjEyNX0seyJ4IjoxNjk4LjYzMjgxMjUsInkiOjE1NDN9LHsieCI6MTY5Mi4wNjk0ODQ2ODU0MzA2LCJ5IjoxNTkzLjV9XQ==" 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(964.0891, 2122.15442)"><g class="label" data-id="id_entity-user_roles-7_entity-users-6_0" 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(616.5, 2071.5)"><g class="label" data-id="id_entity-user_roles-7_entity-Role-0_1" 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(1059.3203125, 2071.5)"><g class="label" data-id="id_entity-api_tokens-8_entity-users-6_2" 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(1664.2890625, 2071.5)"><g class="label" data-id="id_entity-products-9_entity-users-6_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(2300.6484375, 1543)"><g class="label" data-id="id_entity-pbis-10_entity-products-9_4" 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(2300.6484375, 1057.25)"><g class="label" data-id="id_entity-stories-11_entity-pbis-10_5" 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(2073.5078125, 1300.125)"><g class="label" data-id="id_entity-stories-11_entity-products-9_6" 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(1067.09315, 1143.7324)"><g class="label" data-id="id_entity-stories-11_entity-sprints-13_7" 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(1261.6796875, 1543)"><g class="label" data-id="id_entity-stories-11_entity-users-6_8" 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(728.88825, 1032.81961)"><g class="label" data-id="id_entity-stories-11_entity-StoryStatus-1_9" 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(1513.10882, 519.19418)"><g class="label" data-id="id_entity-story_logs-12_entity-stories-11_10" 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(1428.21875, 486)"><g class="label" data-id="id_entity-story_logs-12_entity-LogType-3_11" 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(959.60292, 545.05702)"><g class="label" data-id="id_entity-story_logs-12_entity-TestStatus-4_12" 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(1148.36858, 1558.52928)"><g class="label" data-id="id_entity-sprints-13_entity-products-9_13" 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(316.81640625, 1543)"><g class="label" data-id="id_entity-sprints-13_entity-SprintStatus-5_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(865.04096, 426.30228)"><g class="label" data-id="id_entity-tasks-14_entity-stories-11_15" 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(375.26171875, 771.625)"><g class="label" data-id="id_entity-tasks-14_entity-sprints-13_16" 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(129.171875, 486)"><g class="label" data-id="id_entity-tasks-14_entity-TaskStatus-2_17" 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(1620.15234375, 1543)"><g class="label" data-id="id_entity-product_members-15_entity-products-9_18" 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(1385.3125, 1807.25)"><g class="label" data-id="id_entity-product_members-15_entity-users-6_19" 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(1949.9375, 1807.25)"><g class="label" data-id="id_entity-todos-16_entity-users-6_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(1707.26026, 1528.81649)"><g class="label" data-id="id_entity-todos-16_entity-products-9_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><g class="nodes"><g class="node default" id="my-svg-entity-Role-0" data-look="classic" transform="translate(616.5, 2357.125)"><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-47.12489722434829 -85.5, 59.718955551303424 -85.5, 153.96875 -85.5 M-153.96875 -85.5 C-32.683560918449615 -85.5, 88.60162816310077 -85.5, 153.96875 -85.5 M153.96875 -85.5 C153.96875 -43.53463794186969, 153.96875 -1.5692758837393797, 153.96875 85.5 M153.96875 -85.5 C153.96875 -23.744940669172692, 153.96875 38.010118661654616, 153.96875 85.5 M153.96875 85.5 C60.963892182792875 85.5, -32.04096563441425 85.5, -153.96875 85.5 M153.96875 85.5 C86.93086790413074 85.5, 19.89298580826147 85.5, -153.96875 85.5 M-153.96875 85.5 C-153.96875 35.660452165371794, -153.96875 -14.179095669256412, -153.96875 -85.5 M-153.96875 85.5 C-153.96875 51.29694223790446, -153.96875 17.09388447580892, -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-80.34574503257878 -42.75, -6.722740065157552 -42.75, 153.96875 -42.75 M-153.96875 -42.75 C-92.18913430466912 -42.75, -30.409518609338264 -42.75, 153.96875 -42.75 M153.96875 -42.75 C153.96875 -30.18005470550157, 153.96875 -17.61010941100314, 153.96875 0 M153.96875 -42.75 C153.96875 -28.15602026872012, 153.96875 -13.562040537440236, 153.96875 0 M153.96875 0 C55.589193845870696 0, -42.79036230825861 0, -153.96875 0 M153.96875 0 C67.02541021045849 0, -19.917929579083022 0, -153.96875 0 M-153.96875 0 C-153.96875 -15.559126064433466, -153.96875 -31.11825212886693, -153.96875 -42.75 M-153.96875 0 C-153.96875 -15.879736973348614, -153.96875 -31.759473946697227, -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-43.48603995473563 0, 66.99667009052874 0, 153.96875 0 M-153.96875 0 C-58.72024926477482 0, 36.52825147045036 0, 153.96875 0 M153.96875 0 C153.96875 10.958214924691939, 153.96875 21.916429849383878, 153.96875 42.75 M153.96875 0 C153.96875 16.933946096852868, 153.96875 33.867892193705735, 153.96875 42.75 M153.96875 42.75 C76.58973309416375 42.75, -0.7892838116725045 42.75, -153.96875 42.75 M153.96875 42.75 C69.04544608595845 42.75, -15.877857828083108 42.75, -153.96875 42.75 M-153.96875 42.75 C-153.96875 30.178977497779414, -153.96875 17.607954995558824, -153.96875 0 M-153.96875 42.75 C-153.96875 28.553506322165976, -153.96875 14.357012644331952, -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-91.64262772788622 42.75, -29.316505455772443 42.75, 153.96875 42.75 M-153.96875 42.75 C-44.55797030056968 42.75, 64.85280939886064 42.75, 153.96875 42.75 M153.96875 42.75 C153.96875 53.59398902377216, 153.96875 64.43797804754432, 153.96875 85.5 M153.96875 42.75 C153.96875 56.97922627259467, 153.96875 71.20845254518935, 153.96875 85.5 M153.96875 85.5 C42.46544306018667 85.5, -69.03786387962666 85.5, -153.96875 85.5 M153.96875 85.5 C35.753688786232075 85.5, -82.46137242753585 85.5, -153.96875 85.5 M-153.96875 85.5 C-153.96875 70.50923168129972, -153.96875 55.51846336259945, -153.96875 42.75 M-153.96875 85.5 C-153.96875 70.80963267454293, -153.96875 56.119265349085865, -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: 130px; 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: 241px; 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: 241px; 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: 229px; 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: 229px; 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: 193px; 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: 193px; 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.750025532843836, -153.96875 -42.75000106568767, -153.96875 -42.74995 M-153.96875 -42.75005 C-153.96875 -42.75001521555029, -153.96875 -42.74998043110058, -153.96875 -42.74995 M-153.96875 -42.74995 C-61.3088989926393 -42.74995, 31.3509520147214 -42.74995, 153.96875 -42.74995 M-153.96875 -42.74995 C-39.41404058944987 -42.74995, 75.14066882110026 -42.74995, 153.96875 -42.74995 M153.96875 -42.74995 C153.96875 -42.74997094347273, 153.96875 -42.74999188694547, 153.96875 -42.75005 M153.96875 -42.74995 C153.96875 -42.74997403726023, 153.96875 -42.74999807452046, 153.96875 -42.75005 M153.96875 -42.75005 C83.6190835795793 -42.75005, 13.269417159158593 -42.75005, -153.96875 -42.75005 M153.96875 -42.75005 C91.8762573311883 -42.75005, 29.783764662376598 -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.000028891102637346432 -42.75, -0.000007782205274692861 -42.75, 0.00005 -42.75 M-0.00005 -42.75 C-0.00002599383681747774 -42.75, -0.0000019876736349554747 -42.75, 0.00005 -42.75 M0.00005 -42.75 C0.00005 -10.744131376066512, 0.00005 21.261737247866975, 0.00005 85.5 M0.00005 -42.75 C0.00005 3.131861738791777, 0.00005 49.013723477583554, 0.00005 85.5 M0.00005 85.5 C0.000014052507509262128 85.5, -0.000021894984981475747 85.5, -0.00005 85.5 M0.00005 85.5 C0.000024016957008393137 85.5, -0.0000019660859832137278 85.5, -0.00005 85.5 M-0.00005 85.5 C-0.00005 44.84466395519936, -0.00005 4.189327910398717, -0.00005 -42.75 M-0.00005 85.5 C-0.00005 37.25259732477607, -0.00005 -10.994805350447862, -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.750020926873326, -153.96875 -42.74999185374665, -153.96875 -42.74995 M-153.96875 -42.75005 C-153.96875 -42.750020237979676, -153.96875 -42.74999047595935, -153.96875 -42.74995 M-153.96875 -42.74995 C-88.24898836438082 -42.74995, -22.529226728761643 -42.74995, 153.96875 -42.74995 M-153.96875 -42.74995 C-41.391673425868106 -42.74995, 71.18540314826379 -42.74995, 153.96875 -42.74995 M153.96875 -42.74995 C153.96875 -42.74997667158169, 153.96875 -42.75000334316339, 153.96875 -42.75005 M153.96875 -42.74995 C153.96875 -42.749981258358105, 153.96875 -42.750012516716204, 153.96875 -42.75005 M153.96875 -42.75005 C55.80884650523504 -42.75005, -42.35105698952992 -42.75005, -153.96875 -42.75005 M153.96875 -42.75005 C42.39144975268846 -42.75005, -69.18585049462308 -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(268.0703125, 1300.125)"><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-47.391047720963606 -85.5, 3.1554045580727887 -85.5, 97.9375 -85.5 M-97.9375 -85.5 C-41.75763018966612 -85.5, 14.422239620667753 -85.5, 97.9375 -85.5 M97.9375 -85.5 C97.9375 -30.8304919784915, 97.9375 23.839016043016997, 97.9375 85.5 M97.9375 -85.5 C97.9375 -31.125254195338094, 97.9375 23.24949160932381, 97.9375 85.5 M97.9375 85.5 C32.17044240802829 85.5, -33.59661518394341 85.5, -97.9375 85.5 M97.9375 85.5 C44.11353339058964 85.5, -9.710433218820725 85.5, -97.9375 85.5 M-97.9375 85.5 C-97.9375 40.12903478964795, -97.9375 -5.241930420704094, -97.9375 -85.5 M-97.9375 85.5 C-97.9375 48.77208055474354, -97.9375 12.044161109487078, -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.43510758295723 -42.75, 39.06728483408554 -42.75, 97.9375 -42.75 M-97.9375 -42.75 C-23.243801007261183 -42.75, 51.449897985477634 -42.75, 97.9375 -42.75 M97.9375 -42.75 C97.9375 -29.594003131329437, 97.9375 -16.438006262658877, 97.9375 0 M97.9375 -42.75 C97.9375 -25.957839083616978, 97.9375 -9.165678167233956, 97.9375 0 M97.9375 0 C25.76922978196255 0, -46.3990404360749 0, -97.9375 0 M97.9375 0 C24.918910311348128 0, -48.099679377303744 0, -97.9375 0 M-97.9375 0 C-97.9375 -13.958136183575167, -97.9375 -27.916272367150334, -97.9375 -42.75 M-97.9375 0 C-97.9375 -9.597422385988862, -97.9375 -19.194844771977724, -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-43.52502356905884 0, 10.887452861882323 0, 97.9375 0 M-97.9375 0 C-36.13115589306633 0, 25.675188213867344 0, 97.9375 0 M97.9375 0 C97.9375 15.80559662257586, 97.9375 31.61119324515172, 97.9375 42.75 M97.9375 0 C97.9375 15.640392004219654, 97.9375 31.28078400843931, 97.9375 42.75 M97.9375 42.75 C34.487306988873904 42.75, -28.962886022252192 42.75, -97.9375 42.75 M97.9375 42.75 C23.44346005206954 42.75, -51.05057989586092 42.75, -97.9375 42.75 M-97.9375 42.75 C-97.9375 30.474319918598532, -97.9375 18.198639837197064, -97.9375 0 M-97.9375 42.75 C-97.9375 28.110614054213883, -97.9375 13.47122810842777, -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-24.062533138402614 42.75, 49.81243372319477 42.75, 97.9375 42.75 M-97.9375 42.75 C-35.09314078604782 42.75, 27.751218427904362 42.75, 97.9375 42.75 M97.9375 42.75 C97.9375 51.60985350040693, 97.9375 60.469707000813855, 97.9375 85.5 M97.9375 42.75 C97.9375 59.83267029623011, 97.9375 76.91534059246023, 97.9375 85.5 M97.9375 85.5 C48.810338641020955 85.5, -0.3168227179580896 85.5, -97.9375 85.5 M97.9375 85.5 C40.96219284530279 85.5, -16.013114309394425 85.5, -97.9375 85.5 M-97.9375 85.5 C-97.9375 74.07337861832131, -97.9375 62.646757236642614, -97.9375 42.75 M-97.9375 85.5 C-97.9375 73.29488815854198, -97.9375 61.089776317083945, -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: 144px; 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: 144px; 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.75001612317425, -97.9375 -42.749982246348495, -97.9375 -42.74995 M-97.9375 -42.75005 C-97.9375 -42.75001462543473, -97.9375 -42.749979250869465, -97.9375 -42.74995 M-97.9375 -42.74995 C-42.63743803979748 -42.74995, 12.66262392040504 -42.74995, 97.9375 -42.74995 M-97.9375 -42.74995 C-37.2983257233905 -42.74995, 23.340848553219004 -42.74995, 97.9375 -42.74995 M97.9375 -42.74995 C97.9375 -42.749971739051404, 97.9375 -42.74999347810281, 97.9375 -42.75005 M97.9375 -42.74995 C97.9375 -42.74998124922948, 97.9375 -42.75001249845895, 97.9375 -42.75005 M97.9375 -42.75005 C36.366335574344895 -42.75005, -25.20482885131021 -42.75005, -97.9375 -42.75005 M97.9375 -42.75005 C20.62482419447126 -42.75005, -56.68785161105748 -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.000013883532321188176 -42.75, 0.00002223293535762365 -42.75, 0.00005 -42.75 M-0.00005 -42.75 C-0.000029261098192954188 -42.75, -0.000008522196385908374 -42.75, 0.00005 -42.75 M0.00005 -42.75 C0.00005 7.999583709589309, 0.00005 58.74916741917862, 0.00005 85.5 M0.00005 -42.75 C0.00005 -3.776028153416263, 0.00005 35.197943693167474, 0.00005 85.5 M0.00005 85.5 C0.000014255194128825243 85.5, -0.000021489611742349516 85.5, -0.00005 85.5 M0.00005 85.5 C0.00001792072181005431 85.5, -0.00001415855637989138 85.5, -0.00005 85.5 M-0.00005 85.5 C-0.00005 41.397946552654666, -0.00005 -2.7041068946906677, -0.00005 -42.75 M-0.00005 85.5 C-0.00005 43.855464079886104, -0.00005 2.210928159772209, -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.75001259807673, -97.9375 -42.74997519615345, -97.9375 -42.74995 M-97.9375 -42.75005 C-97.9375 -42.75001340562726, -97.9375 -42.749976811254506, -97.9375 -42.74995 M-97.9375 -42.74995 C-43.89477437115127 -42.74995, 10.147951257697457 -42.74995, 97.9375 -42.74995 M-97.9375 -42.74995 C-29.081715177050953 -42.74995, 39.774069645898095 -42.74995, 97.9375 -42.74995 M97.9375 -42.74995 C97.9375 -42.74997290276963, 97.9375 -42.74999580553926, 97.9375 -42.75005 M97.9375 -42.74995 C97.9375 -42.74998146957223, 97.9375 -42.75001293914447, 97.9375 -42.75005 M97.9375 -42.75005 C29.387250305737567 -42.75005, -39.16299938852487 -42.75005, -97.9375 -42.75005 M97.9375 -42.75005 C46.493861783104975 -42.75005, -4.949776433790049 -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-TaskStatus-2" data-look="classic" transform="translate(129.171875, 771.625)"><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-43.84447538553056 -106.875, 33.482924228938884 -106.875, 121.171875 -106.875 M-121.171875 -106.875 C-49.69888603425336 -106.875, 21.774102931493275 -106.875, 121.171875 -106.875 M121.171875 -106.875 C121.171875 -50.968500170185955, 121.171875 4.93799965962809, 121.171875 106.875 M121.171875 -106.875 C121.171875 -36.32409940818279, 121.171875 34.22680118363442, 121.171875 106.875 M121.171875 106.875 C34.781100654722366 106.875, -51.60967369055527 106.875, -121.171875 106.875 M121.171875 106.875 C63.93459181885695 106.875, 6.697308637713903 106.875, -121.171875 106.875 M-121.171875 106.875 C-121.171875 49.43015725114988, -121.171875 -8.014685497700242, -121.171875 -106.875 M-121.171875 106.875 C-121.171875 49.46252371301008, -121.171875 -7.949952573979843, -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-65.71793438633367 -64.125, -10.263993772667334 -64.125, 121.171875 -64.125 M-121.171875 -64.125 C-33.73442396931961 -64.125, 53.703027061360785 -64.125, 121.171875 -64.125 M121.171875 -64.125 C121.171875 -48.598649183012924, 121.171875 -33.07229836602584, 121.171875 -21.375 M121.171875 -64.125 C121.171875 -53.117331650356505, 121.171875 -42.10966330071301, 121.171875 -21.375 M121.171875 -21.375 C65.5294616403903 -21.375, 9.88704828078059 -21.375, -121.171875 -21.375 M121.171875 -21.375 C58.404807974072085 -21.375, -4.36225905185583 -21.375, -121.171875 -21.375 M-121.171875 -21.375 C-121.171875 -37.70185740294624, -121.171875 -54.02871480589248, -121.171875 -64.125 M-121.171875 -21.375 C-121.171875 -36.12744305543685, -121.171875 -50.8798861108737, -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-29.34419737720377 -21.375, 62.48348024559246 -21.375, 121.171875 -21.375 M-121.171875 -21.375 C-71.9495110553571 -21.375, -22.7271471107142 -21.375, 121.171875 -21.375 M121.171875 -21.375 C121.171875 -5.942372578455004, 121.171875 9.490254843089993, 121.171875 21.375 M121.171875 -21.375 C121.171875 -6.694837425521111, 121.171875 7.985325148957777, 121.171875 21.375 M121.171875 21.375 C72.36103983736231 21.375, 23.55020467472464 21.375, -121.171875 21.375 M121.171875 21.375 C32.01287183218048 21.375, -57.14613133563904 21.375, -121.171875 21.375 M-121.171875 21.375 C-121.171875 6.566617643946918, -121.171875 -8.241764712106164, -121.171875 -21.375 M-121.171875 21.375 C-121.171875 5.553983858081672, -121.171875 -10.267032283836656, -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-49.93086862998848 21.375, 21.310137740023038 21.375, 121.171875 21.375 M-121.171875 21.375 C-34.15126592127427 21.375, 52.86934315745145 21.375, 121.171875 21.375 M121.171875 21.375 C121.171875 37.78621350242153, 121.171875 54.19742700484306, 121.171875 64.125 M121.171875 21.375 C121.171875 30.699905081039645, 121.171875 40.02481016207929, 121.171875 64.125 M121.171875 64.125 C72.00020589325746 64.125, 22.82853678651493 64.125, -121.171875 64.125 M121.171875 64.125 C29.654288347837422 64.125, -61.863298304325156 64.125, -121.171875 64.125 M-121.171875 64.125 C-121.171875 54.8934106867487, -121.171875 45.6618213734974, -121.171875 21.375 M-121.171875 64.125 C-121.171875 49.49547625931302, -121.171875 34.865952518626045, -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-56.716926789521736 64.125, 7.738021420956528 64.125, 121.171875 64.125 M-121.171875 64.125 C-30.161496713304686 64.125, 60.84888157339063 64.125, 121.171875 64.125 M121.171875 64.125 C121.171875 74.7175682198535, 121.171875 85.31013643970702, 121.171875 106.875 M121.171875 64.125 C121.171875 73.36616341312913, 121.171875 82.60732682625827, 121.171875 106.875 M121.171875 106.875 C46.01968231863579 106.875, -29.132510362728425 106.875, -121.171875 106.875 M121.171875 106.875 C63.3573765453134 106.875, 5.5428780906268 106.875, -121.171875 106.875 M-121.171875 106.875 C-121.171875 95.08343122241021, -121.171875 83.29186244482042, -121.171875 64.125 M-121.171875 106.875 C-121.171875 93.78961250499009, -121.171875 80.70422500998018, -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: 152px; 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: 152px; 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: 162px; 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: 162px; 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: 144px; 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: 144px; 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.12502543904262, -121.171875 -64.12500087808522, -121.171875 -64.12495 M-121.171875 -64.12505 C-121.171875 -64.12501836747555, -121.171875 -64.1249867349511, -121.171875 -64.12495 M-121.171875 -64.12495 C-28.270287268454354 -64.12495, 64.63130046309129 -64.12495, 121.171875 -64.12495 M-121.171875 -64.12495 C-66.12000338260964 -64.12495, -11.068131765219292 -64.12495, 121.171875 -64.12495 M121.171875 -64.12495 C121.171875 -64.12497864504374, 121.171875 -64.12500729008747, 121.171875 -64.12505 M121.171875 -64.12495 C121.171875 -64.12498065969822, 121.171875 -64.12501131939645, 121.171875 -64.12505 M121.171875 -64.12505 C37.27110512004836 -64.12505, -46.62966475990328 -64.12505, -121.171875 -64.12505 M121.171875 -64.12505 C33.340422395070476 -64.12505, -54.49103020985905 -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.000011387913831014005 -64.125, 0.000027224172337971993 -64.125, 0.00005 -64.125 M-0.00005 -64.125 C-0.000016118188947277838 -64.125, 0.000017763622105444327 -64.125, 0.00005 -64.125 M0.00005 -64.125 C0.00005 -12.683227012586187, 0.00005 38.758545974827626, 0.00005 106.875 M0.00005 -64.125 C0.00005 -16.297022378827776, 0.00005 31.530955242344447, 0.00005 106.875 M0.00005 106.875 C0.00001906629275238588 106.875, -0.00001186741449522824 106.875, -0.00005 106.875 M0.00005 106.875 C0.000027476126517949657 106.875, 0.000004952253035899311 106.875, -0.00005 106.875 M-0.00005 106.875 C-0.00005 55.91724946534019, -0.00005 4.9594989306803825, -0.00005 -64.125 M-0.00005 106.875 C-0.00005 66.9632394989033, -0.00005 27.051478997806612, -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.12501876145856, -121.171875 -64.12498752291712, -121.171875 -64.12495 M-121.171875 -64.12505 C-121.171875 -64.12501511186281, -121.171875 -64.12498022372561, -121.171875 -64.12495 M-121.171875 -64.12495 C-64.29015214898669 -64.12495, -7.408429297973385 -64.12495, 121.171875 -64.12495 M-121.171875 -64.12495 C-47.027708828206244 -64.12495, 27.116457343587513 -64.12495, 121.171875 -64.12495 M121.171875 -64.12495 C121.171875 -64.12498669779579, 121.171875 -64.12502339559158, 121.171875 -64.12505 M121.171875 -64.12495 C121.171875 -64.12498328101573, 121.171875 -64.12501656203145, 121.171875 -64.12505 M121.171875 -64.12505 C43.16497108407475 -64.12505, -34.8419328318505 -64.12505, -121.171875 -64.12505 M121.171875 -64.12505 C70.4534524853281 -64.12505, 19.7350299706562 -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-3" data-look="classic" transform="translate(1756.79296875, 771.625)"><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-47.97151830763602 -85.5, 96.01008838472796 -85.5, 191.953125 -85.5 M-191.953125 -85.5 C-93.34125192400924 -85.5, 5.270621151981516 -85.5, 191.953125 -85.5 M191.953125 -85.5 C191.953125 -44.414031258990946, 191.953125 -3.3280625179818912, 191.953125 85.5 M191.953125 -85.5 C191.953125 -28.67972428418856, 191.953125 28.14055143162288, 191.953125 85.5 M191.953125 85.5 C54.78866058806889 85.5, -82.37580382386221 85.5, -191.953125 85.5 M191.953125 85.5 C76.13433272561349 85.5, -39.68445954877302 85.5, -191.953125 85.5 M-191.953125 85.5 C-191.953125 23.1407455843133, -191.953125 -39.2185088313734, -191.953125 -85.5 M-191.953125 85.5 C-191.953125 22.22422199673119, -191.953125 -41.05155600653762, -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-73.80364446605111 -42.75, 44.34583606789778 -42.75, 191.953125 -42.75 M-191.953125 -42.75 C-38.64551761179413 -42.75, 114.66208977641173 -42.75, 191.953125 -42.75 M191.953125 -42.75 C191.953125 -28.208647880228185, 191.953125 -13.667295760456373, 191.953125 0 M191.953125 -42.75 C191.953125 -29.98004139429314, 191.953125 -17.210082788586277, 191.953125 0 M191.953125 0 C56.96460542503516 0, -78.02391414992968 0, -191.953125 0 M191.953125 0 C60.88027631258345 0, -70.1925723748331 0, -191.953125 0 M-191.953125 0 C-191.953125 -8.803870719078567, -191.953125 -17.607741438157134, -191.953125 -42.75 M-191.953125 0 C-191.953125 -16.426142395522987, -191.953125 -32.852284791045975, -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-106.49567760540205 0, -21.0382302108041 0, 191.953125 0 M-191.953125 0 C-54.73475872132133 0, 82.48360755735735 0, 191.953125 0 M191.953125 0 C191.953125 13.744146030062296, 191.953125 27.488292060124593, 191.953125 42.75 M191.953125 0 C191.953125 15.356830128939759, 191.953125 30.713660257879518, 191.953125 42.75 M191.953125 42.75 C106.62942220462816 42.75, 21.305719409256312 42.75, -191.953125 42.75 M191.953125 42.75 C73.01688640643538 42.75, -45.91935218712925 42.75, -191.953125 42.75 M-191.953125 42.75 C-191.953125 26.84886209088433, -191.953125 10.947724181768663, -191.953125 0 M-191.953125 42.75 C-191.953125 27.89129540175953, -191.953125 13.032590803519057, -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-66.22428133446736 42.75, 59.50456233106527 42.75, 191.953125 42.75 M-191.953125 42.75 C-89.1791242488703 42.75, 13.59487650225941 42.75, 191.953125 42.75 M191.953125 42.75 C191.953125 53.25207900215291, 191.953125 63.75415800430582, 191.953125 85.5 M191.953125 42.75 C191.953125 57.50761045182266, 191.953125 72.26522090364531, 191.953125 85.5 M191.953125 85.5 C107.86127734969517 85.5, 23.769429699390344 85.5, -191.953125 85.5 M191.953125 85.5 C108.2183747405012 85.5, 24.48362448100241 85.5, -191.953125 85.5 M-191.953125 85.5 C-191.953125 71.26425321349551, -191.953125 57.028506426991015, -191.953125 42.75 M-191.953125 85.5 C-191.953125 74.14253070457822, -191.953125 62.78506140915645, -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: 158px; 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.75001234905171, -191.953125 -42.74997469810342, -191.953125 -42.74995 M-191.953125 -42.75005 C-191.953125 -42.75002951870251, -191.953125 -42.75000903740503, -191.953125 -42.74995 M-191.953125 -42.74995 C-79.75807077895143 -42.74995, 32.43698344209713 -42.74995, 191.953125 -42.74995 M-191.953125 -42.74995 C-77.80068569884682 -42.74995, 36.35175360230636 -42.74995, 191.953125 -42.74995 M191.953125 -42.74995 C191.953125 -42.74998689746849, 191.953125 -42.750023794936986, 191.953125 -42.75005 M191.953125 -42.74995 C191.953125 -42.74997750480194, 191.953125 -42.75000500960388, 191.953125 -42.75005 M191.953125 -42.75005 C52.322422619820884 -42.75005, -87.30827976035823 -42.75005, -191.953125 -42.75005 M191.953125 -42.75005 C84.7643586724737 -42.75005, -22.42440765505259 -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.000010680984175658768 -42.75, 0.000028638031648682467 -42.75, 0.00005 -42.75 M-0.00005 -42.75 C-0.000010052638428370274 -42.75, 0.000029894723143259455 -42.75, 0.00005 -42.75 M0.00005 -42.75 C0.00005 -7.720495944233939, 0.00005 27.309008111532123, 0.00005 85.5 M0.00005 -42.75 C0.00005 -8.03364693396508, 0.00005 26.68270613206984, 0.00005 85.5 M0.00005 85.5 C0.000015354760421863433 85.5, -0.000019290479156273137 85.5, -0.00005 85.5 M0.00005 85.5 C0.00002517943850901361 85.5, 3.588770180272172e-7 85.5, -0.00005 85.5 M-0.00005 85.5 C-0.00005 48.648912886332944, -0.00005 11.797825772665888, -0.00005 -42.75 M-0.00005 85.5 C-0.00005 46.00326164487969, -0.00005 6.506523289759386, -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.75001184106801, -191.953125 -42.74997368213602, -191.953125 -42.74995 M-191.953125 -42.75005 C-191.953125 -42.750011375056786, -191.953125 -42.74997275011357, -191.953125 -42.74995 M-191.953125 -42.74995 C-48.494381531059105 -42.74995, 94.96436193788179 -42.74995, 191.953125 -42.74995 M-191.953125 -42.74995 C-96.51776825107561 -42.74995, -1.082411502151217 -42.74995, 191.953125 -42.74995 M191.953125 -42.74995 C191.953125 -42.7499769192409, 191.953125 -42.75000383848181, 191.953125 -42.75005 M191.953125 -42.74995 C191.953125 -42.749970982847536, 191.953125 -42.74999196569508, 191.953125 -42.75005 M191.953125 -42.75005 C50.895855221564744 -42.75005, -90.16141455687051 -42.75005, -191.953125 -42.75005 M191.953125 -42.75005 C82.92538756723835 -42.75005, -26.10234986552331 -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-4" data-look="classic" transform="translate(548.67578125, 771.625)"><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-42.805730737654514 -64.125, -10.252086475309028 -64.125, 75.359375 -64.125 M-75.359375 -64.125 C-20.569458832388207 -64.125, 34.220457335223585 -64.125, 75.359375 -64.125 M75.359375 -64.125 C75.359375 -36.473687403679065, 75.359375 -8.822374807358123, 75.359375 64.125 M75.359375 -64.125 C75.359375 -32.096998800594434, 75.359375 -0.06899760118886888, 75.359375 64.125 M75.359375 64.125 C23.935113592856858 64.125, -27.489147814286284 64.125, -75.359375 64.125 M75.359375 64.125 C24.27201446308235 64.125, -26.8153460738353 64.125, -75.359375 64.125 M-75.359375 64.125 C-75.359375 14.115801502451575, -75.359375 -35.89339699509685, -75.359375 -64.125 M-75.359375 64.125 C-75.359375 15.998812871933765, -75.359375 -32.12737425613247, -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-28.81304233826122 -21.375, 17.73329032347756 -21.375, 75.359375 -21.375 M-75.359375 -21.375 C-29.382694284979493 -21.375, 16.593986430041014 -21.375, 75.359375 -21.375 M75.359375 -21.375 C75.359375 -5.425012240516416, 75.359375 10.524975518967167, 75.359375 21.375 M75.359375 -21.375 C75.359375 -9.87343857792645, 75.359375 1.6281228441471, 75.359375 21.375 M75.359375 21.375 C18.945132897019583 21.375, -37.469109205960834 21.375, -75.359375 21.375 M75.359375 21.375 C33.97997929837643 21.375, -7.399416403247145 21.375, -75.359375 21.375 M-75.359375 21.375 C-75.359375 10.283063783926506, -75.359375 -0.8088724321469876, -75.359375 -21.375 M-75.359375 21.375 C-75.359375 10.102057003238974, -75.359375 -1.1708859935220524, -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-30.980285231807343 21.375, 13.398804536385313 21.375, 75.359375 21.375 M-75.359375 21.375 C-28.79242051015197 21.375, 17.77453397969606 21.375, 75.359375 21.375 M75.359375 21.375 C75.359375 32.519332232529564, 75.359375 43.663664465059135, 75.359375 64.125 M75.359375 21.375 C75.359375 35.85039190351503, 75.359375 50.32578380703006, 75.359375 64.125 M75.359375 64.125 C18.053070312453748 64.125, -39.253234375092504 64.125, -75.359375 64.125 M75.359375 64.125 C38.40017828326658 64.125, 1.4409815665331536 64.125, -75.359375 64.125 M-75.359375 64.125 C-75.359375 49.25814423607294, -75.359375 34.39128847214588, -75.359375 21.375 M-75.359375 64.125 C-75.359375 51.227182931979485, -75.359375 38.32936586395898, -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: 158px; 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: 158px; 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: 156px; 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: 156px; 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.375027216547938, -75.359375 -21.375004433095878, -75.359375 -21.37495 M-75.359375 -21.37505 C-75.359375 -21.37502091832925, -75.359375 -21.3749918366585, -75.359375 -21.37495 M-75.359375 -21.37495 C-31.409845697708377 -21.37495, 12.539683604583246 -21.37495, 75.359375 -21.37495 M-75.359375 -21.37495 C-37.287973158046285 -21.37495, 0.7834286839074309 -21.37495, 75.359375 -21.37495 M75.359375 -21.37495 C75.359375 -21.374973071462453, 75.359375 -21.374996142924903, 75.359375 -21.37505 M75.359375 -21.37495 C75.359375 -21.37498986239491, 75.359375 -21.375029724789815, 75.359375 -21.37505 M75.359375 -21.37505 C17.675316248976962 -21.37505, -40.008742502046076 -21.37505, -75.359375 -21.37505 M75.359375 -21.37505 C24.626214605313997 -21.37505, -26.106945789372006 -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.000017784259078016688 -21.375, 0.000014431481843966627 -21.375, 0.00005 -21.375 M-0.00005 -21.375 C-0.000015828827083930998 -21.375, 0.000018342345832138007 -21.375, 0.00005 -21.375 M0.00005 -21.375 C0.00005 12.02458689293973, 0.00005 45.42417378587946, 0.00005 64.125 M0.00005 -21.375 C0.00005 0.9903044645000278, 0.00005 23.355608929000056, 0.00005 64.125 M0.00005 64.125 C0.000012697315348991234 64.125, -0.000024605369302017534 64.125, -0.00005 64.125 M0.00005 64.125 C0.000016639200625134318 64.125, -0.000016721598749731366 64.125, -0.00005 64.125 M-0.00005 64.125 C-0.00005 31.5576848706543, -0.00005 -1.009630258691402, -0.00005 -21.375 M-0.00005 64.125 C-0.00005 35.0257231965883, -0.00005 5.926446393176597, -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.375019182772995, -75.359375 -21.374988365545985, -75.359375 -21.37495 M-75.359375 -21.37505 C-75.359375 -21.375024272724296, -75.359375 -21.374998545448587, -75.359375 -21.37495 M-75.359375 -21.37495 C-28.950993751187035 -21.37495, 17.45738749762593 -21.37495, 75.359375 -21.37495 M-75.359375 -21.37495 C-38.97108149660132 -21.37495, -2.5827879932026434 -21.37495, 75.359375 -21.37495 M75.359375 -21.37495 C75.359375 -21.374982731466833, 75.359375 -21.375015462933664, 75.359375 -21.37505 M75.359375 -21.37495 C75.359375 -21.374983648051117, 75.359375 -21.37501729610224, 75.359375 -21.37505 M75.359375 -21.37505 C26.772151879625703 -21.37505, -21.815071240748594 -21.37505, -75.359375 -21.37505 M75.359375 -21.37505 C21.658707510869696 -21.37505, -32.04195997826061 -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-5" data-look="classic" transform="translate(316.81640625, 1807.25)"><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-37.856585284247245 -64.125, 34.25557943150551 -64.125, 109.96875 -64.125 M-109.96875 -64.125 C-29.31991464710616 -64.125, 51.32892070578768 -64.125, 109.96875 -64.125 M109.96875 -64.125 C109.96875 -33.16724218578254, 109.96875 -2.2094843715650754, 109.96875 64.125 M109.96875 -64.125 C109.96875 -15.045477790019333, 109.96875 34.03404441996133, 109.96875 64.125 M109.96875 64.125 C47.50941158747491 64.125, -14.949926825050184 64.125, -109.96875 64.125 M109.96875 64.125 C42.47452134589349 64.125, -25.019707308213015 64.125, -109.96875 64.125 M-109.96875 64.125 C-109.96875 27.841706097976456, -109.96875 -8.441587804047089, -109.96875 -64.125 M-109.96875 64.125 C-109.96875 13.781870857855488, -109.96875 -36.561258284289025, -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-24.028146010559695 -21.375, 61.91245797888061 -21.375, 109.96875 -21.375 M-109.96875 -21.375 C-61.773632757414504 -21.375, -13.578515514829007 -21.375, 109.96875 -21.375 M109.96875 -21.375 C109.96875 -12.565876867146217, 109.96875 -3.7567537342924346, 109.96875 21.375 M109.96875 -21.375 C109.96875 -7.733255826338949, 109.96875 5.908488347322102, 109.96875 21.375 M109.96875 21.375 C41.323258635318695 21.375, -27.32223272936261 21.375, -109.96875 21.375 M109.96875 21.375 C55.987769547526696 21.375, 2.006789095053392 21.375, -109.96875 21.375 M-109.96875 21.375 C-109.96875 8.305257161769456, -109.96875 -4.764485676461089, -109.96875 -21.375 M-109.96875 21.375 C-109.96875 6.851330807750937, -109.96875 -7.672338384498126, -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-30.923552748900164 21.375, 48.12164450219967 21.375, 109.96875 21.375 M-109.96875 21.375 C-45.34812602632064 21.375, 19.272497947358715 21.375, 109.96875 21.375 M109.96875 21.375 C109.96875 36.19980513587595, 109.96875 51.0246102717519, 109.96875 64.125 M109.96875 21.375 C109.96875 31.09094078964514, 109.96875 40.80688157929028, 109.96875 64.125 M109.96875 64.125 C33.02447765677293 64.125, -43.91979468645414 64.125, -109.96875 64.125 M109.96875 64.125 C36.450153968004386 64.125, -37.06844206399123 64.125, -109.96875 64.125 M-109.96875 64.125 C-109.96875 47.315681377215, -109.96875 30.50636275443, -109.96875 21.375 M-109.96875 64.125 C-109.96875 52.13549721435335, -109.96875 40.14599442870669, -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: 159px; 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: 159px; 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.375027070126063, -109.96875 -21.375004140252127, -109.96875 -21.37495 M-109.96875 -21.37505 C-109.96875 -21.37501150124585, -109.96875 -21.3749730024917, -109.96875 -21.37495 M-109.96875 -21.37495 C-57.89590674630265 -21.37495, -5.8230634926053 -21.37495, 109.96875 -21.37495 M-109.96875 -21.37495 C-50.971871293570594 -21.37495, 8.025007412858812 -21.37495, 109.96875 -21.37495 M109.96875 -21.37495 C109.96875 -21.37498499599296, 109.96875 -21.37501999198592, 109.96875 -21.37505 M109.96875 -21.37495 C109.96875 -21.37497491956533, 109.96875 -21.37499983913066, 109.96875 -21.37505 M109.96875 -21.37505 C50.793388690201134 -21.37505, -8.381972619597732 -21.37505, -109.96875 -21.37505 M109.96875 -21.37505 C57.79890125926862 -21.37505, 5.629052518537236 -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.00002190646912885103 -21.375, 0.00000618706174229794 -21.375, 0.00005 -21.375 M-0.00005 -21.375 C-0.00001723410693830253 -21.375, 0.00001553178612339494 -21.375, 0.00005 -21.375 M0.00005 -21.375 C0.00005 -1.3673719357254654, 0.00005 18.64025612854907, 0.00005 64.125 M0.00005 -21.375 C0.00005 5.948213809501471, 0.00005 33.27142761900294, 0.00005 64.125 M0.00005 64.125 C0.000029822373618379527 64.125, 0.000009644747236759052 64.125, -0.00005 64.125 M0.00005 64.125 C0.000015055208172041072 64.125, -0.00001988958365591786 64.125, -0.00005 64.125 M-0.00005 64.125 C-0.00005 35.03890263647609, -0.00005 5.952805272952176, -0.00005 -21.375 M-0.00005 64.125 C-0.00005 36.40346141703828, -0.00005 8.681922834076559, -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.375011826238467, -109.96875 -21.37497365247693, -109.96875 -21.37495 M-109.96875 -21.37505 C-109.96875 -21.375027406263996, -109.96875 -21.37500481252799, -109.96875 -21.37495 M-109.96875 -21.37495 C-55.42432056371999 -21.37495, -0.8798911274399757 -21.37495, 109.96875 -21.37495 M-109.96875 -21.37495 C-57.020194363136035 -21.37495, -4.07163872627207 -21.37495, 109.96875 -21.37495 M109.96875 -21.37495 C109.96875 -21.37498080247541, 109.96875 -21.375011604950824, 109.96875 -21.37505 M109.96875 -21.37495 C109.96875 -21.37498269888087, 109.96875 -21.37501539776174, 109.96875 -21.37505 M109.96875 -21.37505 C63.36930493833794 -21.37505, 16.76985987667588 -21.37505, -109.96875 -21.37505 M109.96875 -21.37505 C49.93110975087924 -21.37505, -10.106530498241526 -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-6" data-look="classic" transform="translate(1429.640625, 2357.125)"><g class="outer-path" style=""><path d="M-135.0703125 -235.125 L135.0703125 -235.125 L135.0703125 235.125 L-135.0703125 235.125" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-135.0703125 -235.125 C-39.775562782525796 -235.125, 55.51918693494841 -235.125, 135.0703125 -235.125 M-135.0703125 -235.125 C-77.74051667823454 -235.125, -20.41072085646907 -235.125, 135.0703125 -235.125 M135.0703125 -235.125 C135.0703125 -76.3555032389506, 135.0703125 82.41399352209879, 135.0703125 235.125 M135.0703125 -235.125 C135.0703125 -93.87784950793866, 135.0703125 47.369300984122674, 135.0703125 235.125 M135.0703125 235.125 C28.052114524708003 235.125, -78.966083450584 235.125, -135.0703125 235.125 M135.0703125 235.125 C65.55815242614167 235.125, -3.954007647716651 235.125, -135.0703125 235.125 M-135.0703125 235.125 C-135.0703125 65.17237530359577, -135.0703125 -104.78024939280846, -135.0703125 -235.125 M-135.0703125 235.125 C-135.0703125 108.1272293564445, -135.0703125 -18.870541287110996, -135.0703125 -235.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-135.0703125 -192.375 L135.0703125 -192.375 L135.0703125 -149.625 L-135.0703125 -149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-135.0703125 -192.375 C-73.38528429750541 -192.375, -11.700256095010815 -192.375, 135.0703125 -192.375 M-135.0703125 -192.375 C-46.12340712488425 -192.375, 42.823498250231495 -192.375, 135.0703125 -192.375 M135.0703125 -192.375 C135.0703125 -182.88656998416468, 135.0703125 -173.39813996832936, 135.0703125 -149.625 M135.0703125 -192.375 C135.0703125 -176.1520193202083, 135.0703125 -159.92903864041656, 135.0703125 -149.625 M135.0703125 -149.625 C59.58974849935234 -149.625, -15.890815501295322 -149.625, -135.0703125 -149.625 M135.0703125 -149.625 C31.821980878840407 -149.625, -71.42635074231919 -149.625, -135.0703125 -149.625 M-135.0703125 -149.625 C-135.0703125 -162.61688180687923, -135.0703125 -175.60876361375847, -135.0703125 -192.375 M-135.0703125 -149.625 C-135.0703125 -159.44103806660834, -135.0703125 -169.25707613321669, -135.0703125 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-135.0703125 -149.625 L135.0703125 -149.625 L135.0703125 -106.875 L-135.0703125 -106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-135.0703125 -149.625 C-58.97538551961601 -149.625, 17.119541460767977 -149.625, 135.0703125 -149.625 M-135.0703125 -149.625 C-68.7644349653463 -149.625, -2.4585574306925935 -149.625, 135.0703125 -149.625 M135.0703125 -149.625 C135.0703125 -137.59773374480378, 135.0703125 -125.57046748960752, 135.0703125 -106.875 M135.0703125 -149.625 C135.0703125 -132.77117050152856, 135.0703125 -115.91734100305712, 135.0703125 -106.875 M135.0703125 -106.875 C55.118587635040555 -106.875, -24.83313722991889 -106.875, -135.0703125 -106.875 M135.0703125 -106.875 C77.70231012682561 -106.875, 20.334307753651203 -106.875, -135.0703125 -106.875 M-135.0703125 -106.875 C-135.0703125 -122.10748131980695, -135.0703125 -137.3399626396139, -135.0703125 -149.625 M-135.0703125 -106.875 C-135.0703125 -118.9845669830218, -135.0703125 -131.0941339660436, -135.0703125 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-135.0703125 -106.875 L135.0703125 -106.875 L135.0703125 -64.125 L-135.0703125 -64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-135.0703125 -106.875 C-51.27184826632721 -106.875, 32.52661596734558 -106.875, 135.0703125 -106.875 M-135.0703125 -106.875 C-70.50838371068141 -106.875, -5.946454921362829 -106.875, 135.0703125 -106.875 M135.0703125 -106.875 C135.0703125 -90.05109909794109, 135.0703125 -73.22719819588218, 135.0703125 -64.125 M135.0703125 -106.875 C135.0703125 -96.17843942037265, 135.0703125 -85.48187884074531, 135.0703125 -64.125 M135.0703125 -64.125 C39.26859967848142 -64.125, -56.533113143037156 -64.125, -135.0703125 -64.125 M135.0703125 -64.125 C29.909585772001563 -64.125, -75.25114095599687 -64.125, -135.0703125 -64.125 M-135.0703125 -64.125 C-135.0703125 -80.59486825310836, -135.0703125 -97.06473650621672, -135.0703125 -106.875 M-135.0703125 -64.125 C-135.0703125 -76.74219924480427, -135.0703125 -89.35939848960854, -135.0703125 -106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-135.0703125 -64.125 L135.0703125 -64.125 L135.0703125 -21.375 L-135.0703125 -21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-135.0703125 -64.125 C-80.02937928667714 -64.125, -24.988446073354268 -64.125, 135.0703125 -64.125 M-135.0703125 -64.125 C-58.37056692047773 -64.125, 18.329178659044544 -64.125, 135.0703125 -64.125 M135.0703125 -64.125 C135.0703125 -47.575819233154974, 135.0703125 -31.026638466309954, 135.0703125 -21.375 M135.0703125 -64.125 C135.0703125 -55.22497741706138, 135.0703125 -46.32495483412276, 135.0703125 -21.375 M135.0703125 -21.375 C39.41390473326099 -21.375, -56.242503033478016 -21.375, -135.0703125 -21.375 M135.0703125 -21.375 C80.82289911323434 -21.375, 26.575485726468685 -21.375, -135.0703125 -21.375 M-135.0703125 -21.375 C-135.0703125 -32.431814781869654, -135.0703125 -43.48862956373931, -135.0703125 -64.125 M-135.0703125 -21.375 C-135.0703125 -31.905336355752183, -135.0703125 -42.43567271150437, -135.0703125 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-135.0703125 -21.375 L135.0703125 -21.375 L135.0703125 21.375 L-135.0703125 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-135.0703125 -21.375 C-41.05445760028324 -21.375, 52.961397299433514 -21.375, 135.0703125 -21.375 M-135.0703125 -21.375 C-44.73081078647742 -21.375, 45.60869092704516 -21.375, 135.0703125 -21.375 M135.0703125 -21.375 C135.0703125 -7.016554362618841, 135.0703125 7.341891274762318, 135.0703125 21.375 M135.0703125 -21.375 C135.0703125 -12.36153844367025, 135.0703125 -3.3480768873405005, 135.0703125 21.375 M135.0703125 21.375 C79.43294850261859 21.375, 23.795584505237173 21.375, -135.0703125 21.375 M135.0703125 21.375 C47.52635931987908 21.375, -40.017593860241846 21.375, -135.0703125 21.375 M-135.0703125 21.375 C-135.0703125 12.52533100231971, -135.0703125 3.6756620046394204, -135.0703125 -21.375 M-135.0703125 21.375 C-135.0703125 11.647959920836415, -135.0703125 1.9209198416728306, -135.0703125 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-135.0703125 21.375 L135.0703125 21.375 L135.0703125 64.125 L-135.0703125 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-135.0703125 21.375 C-79.95397235611347 21.375, -24.837632212226936 21.375, 135.0703125 21.375 M-135.0703125 21.375 C-32.262308057767854 21.375, 70.54569638446429 21.375, 135.0703125 21.375 M135.0703125 21.375 C135.0703125 36.64857891115527, 135.0703125 51.922157822310545, 135.0703125 64.125 M135.0703125 21.375 C135.0703125 36.180917192930465, 135.0703125 50.98683438586093, 135.0703125 64.125 M135.0703125 64.125 C29.935430882387536 64.125, -75.19945073522493 64.125, -135.0703125 64.125 M135.0703125 64.125 C75.98695146128702 64.125, 16.90359042257404 64.125, -135.0703125 64.125 M-135.0703125 64.125 C-135.0703125 47.42018488979953, -135.0703125 30.715369779599058, -135.0703125 21.375 M-135.0703125 64.125 C-135.0703125 49.83582359337458, -135.0703125 35.546647186749155, -135.0703125 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-135.0703125 64.125 L135.0703125 64.125 L135.0703125 106.875 L-135.0703125 106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-135.0703125 64.125 C-33.623094435651055 64.125, 67.82412362869789 64.125, 135.0703125 64.125 M-135.0703125 64.125 C-58.18417385995086 64.125, 18.70196478009828 64.125, 135.0703125 64.125 M135.0703125 64.125 C135.0703125 74.16365084773031, 135.0703125 84.20230169546062, 135.0703125 106.875 M135.0703125 64.125 C135.0703125 76.74155012937531, 135.0703125 89.35810025875062, 135.0703125 106.875 M135.0703125 106.875 C40.15257046179096 106.875, -54.76517157641808 106.875, -135.0703125 106.875 M135.0703125 106.875 C73.87691861108715 106.875, 12.683524722174297 106.875, -135.0703125 106.875 M-135.0703125 106.875 C-135.0703125 93.56964674689395, -135.0703125 80.2642934937879, -135.0703125 64.125 M-135.0703125 106.875 C-135.0703125 98.3148637923752, -135.0703125 89.75472758475041, -135.0703125 64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-135.0703125 106.875 L135.0703125 106.875 L135.0703125 149.625 L-135.0703125 149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-135.0703125 106.875 C-30.58834881571225 106.875, 73.8936148685755 106.875, 135.0703125 106.875 M-135.0703125 106.875 C-28.863335680161015 106.875, 77.34364113967797 106.875, 135.0703125 106.875 M135.0703125 106.875 C135.0703125 122.15381238155992, 135.0703125 137.43262476311983, 135.0703125 149.625 M135.0703125 106.875 C135.0703125 116.48913629222778, 135.0703125 126.10327258445557, 135.0703125 149.625 M135.0703125 149.625 C67.42260923842936 149.625, -0.22509402314128124 149.625, -135.0703125 149.625 M135.0703125 149.625 C79.93182338150773 149.625, 24.793334263015453 149.625, -135.0703125 149.625 M-135.0703125 149.625 C-135.0703125 135.71668370920634, -135.0703125 121.80836741841269, -135.0703125 106.875 M-135.0703125 149.625 C-135.0703125 138.22799132556509, -135.0703125 126.83098265113018, -135.0703125 106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-135.0703125 149.625 L135.0703125 149.625 L135.0703125 192.375 L-135.0703125 192.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-135.0703125 149.625 C-33.51311911992225 149.625, 68.0440742601555 149.625, 135.0703125 149.625 M-135.0703125 149.625 C-67.13721310956387 149.625, 0.7958862808722529 149.625, 135.0703125 149.625 M135.0703125 149.625 C135.0703125 164.44398897979772, 135.0703125 179.26297795959545, 135.0703125 192.375 M135.0703125 149.625 C135.0703125 165.47599541196328, 135.0703125 181.32699082392656, 135.0703125 192.375 M135.0703125 192.375 C56.321101165683416 192.375, -22.428110168633168 192.375, -135.0703125 192.375 M135.0703125 192.375 C64.0168068273001 192.375, -7.036698845399798 192.375, -135.0703125 192.375 M-135.0703125 192.375 C-135.0703125 179.36261639469078, -135.0703125 166.35023278938158, -135.0703125 149.625 M-135.0703125 192.375 C-135.0703125 176.89616474757534, -135.0703125 161.41732949515068, -135.0703125 149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-135.0703125 192.375 L135.0703125 192.375 L135.0703125 235.125 L-135.0703125 235.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-135.0703125 192.375 C-44.8105115756085 192.375, 45.449289348783 192.375, 135.0703125 192.375 M-135.0703125 192.375 C-72.60516793532317 192.375, -10.140023370646333 192.375, 135.0703125 192.375 M135.0703125 192.375 C135.0703125 206.7061525363611, 135.0703125 221.03730507272218, 135.0703125 235.125 M135.0703125 192.375 C135.0703125 200.9460450063822, 135.0703125 209.51709001276438, 135.0703125 235.125 M135.0703125 235.125 C44.264539834824475 235.125, -46.54123283035105 235.125, -135.0703125 235.125 M135.0703125 235.125 C27.647374896398475 235.125, -79.77556270720305 235.125, -135.0703125 235.125 M-135.0703125 235.125 C-135.0703125 221.82603457515685, -135.0703125 208.52706915031368, -135.0703125 192.375 M-135.0703125 235.125 C-135.0703125 223.67263560861, -135.0703125 212.22027121722, -135.0703125 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: 133px; text-align: start;"><span class="nodeLabel"><p>users</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-122.5703125, -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(-29.0859375, -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: 112px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(102.5703125, -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(102.5703125, -183)" style=""><foreignObject width="20" 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(-122.5703125, -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(-29.0859375, -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: 161px; text-align: start;"><span class="nodeLabel"><p>username</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(102.5703125, -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(102.5703125, -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(-122.5703125, -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(-29.0859375, -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(102.5703125, -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(102.5703125, -97.5)" style=""><foreignObject width="20" 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(-122.5703125, -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(-29.0859375, -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: 198px; text-align: start;"><span class="nodeLabel"><p>password_hash</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(102.5703125, -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(102.5703125, -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(-122.5703125, -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: 153px; text-align: start;"><span class="nodeLabel"><p>Boolean</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-29.0859375, -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(102.5703125, -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(102.5703125, -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(-122.5703125, 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(-29.0859375, 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: 120px; text-align: start;"><span class="nodeLabel"><p>bio</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(102.5703125, 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(102.5703125, 30.75)" style=""><foreignObject width="20" 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(-122.5703125, 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(-29.0859375, 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: 164px; text-align: start;"><span class="nodeLabel"><p>bio_detail</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(102.5703125, 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(102.5703125, 73.5)" style=""><foreignObject width="20" 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(-122.5703125, 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: 136px; text-align: start;"><span class="nodeLabel"><p>Bytes</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-29.0859375, 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: 174px; text-align: start;"><span class="nodeLabel"><p>avatar_data</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(102.5703125, 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(102.5703125, 116.25)" style=""><foreignObject width="20" 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(-122.5703125, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-29.0859375, 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(102.5703125, 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(102.5703125, 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(-122.5703125, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-29.0859375, 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: 170px; text-align: start;"><span class="nodeLabel"><p>updated_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(102.5703125, 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(102.5703125, 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-135.0703125 -192.37505 L-135.0703125 -192.37495 L135.0703125 -192.37495 L135.0703125 -192.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-135.0703125 -192.37505 C-135.0703125 -192.37502075401596, -135.0703125 -192.37499150803197, -135.0703125 -192.37495 M-135.0703125 -192.37505 C-135.0703125 -192.37501570673848, -135.0703125 -192.374981413477, -135.0703125 -192.37495 M-135.0703125 -192.37495 C-68.48029859700237 -192.37495, -1.8902846940047482 -192.37495, 135.0703125 -192.37495 M-135.0703125 -192.37495 C-64.09038732406889 -192.37495, 6.8895378518622294 -192.37495, 135.0703125 -192.37495 M135.0703125 -192.37495 C135.0703125 -192.37498497996057, 135.0703125 -192.37501995992116, 135.0703125 -192.37505 M135.0703125 -192.37495 C135.0703125 -192.37498939248064, 135.0703125 -192.37502878496127, 135.0703125 -192.37505 M135.0703125 -192.37505 C37.378526706684426 -192.37505, -60.31325908663115 -192.37505, -135.0703125 -192.37505 M135.0703125 -192.37505 C74.90857802059374 -192.37505, 14.746843541187474 -192.37505, -135.0703125 -192.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-41.5859875 -192.375 L-41.5858875 -192.375 L-41.5858875 235.125 L-41.5859875 235.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-41.5859875 -192.375 C-41.58594981041718 -192.375, -41.585912120834365 -192.375, -41.5858875 -192.375 M-41.5859875 -192.375 C-41.58594899799355 -192.375, -41.58591049598709 -192.375, -41.5858875 -192.375 M-41.5858875 -192.375 C-41.5858875 -86.81607269249542, -41.5858875 18.74285461500915, -41.5858875 235.125 M-41.5858875 -192.375 C-41.5858875 -68.77557130423435, -41.5858875 54.823857391531305, -41.5858875 235.125 M-41.5858875 235.125 C-41.58592595647109 235.125, -41.58596441294217 235.125, -41.5859875 235.125 M-41.5858875 235.125 C-41.5859143659735 235.125, -41.58594123194701 235.125, -41.5859875 235.125 M-41.5859875 235.125 C-41.5859875 139.39453292915618, -41.5859875 43.66406585831234, -41.5859875 -192.375 M-41.5859875 235.125 C-41.5859875 107.21728439718896, -41.5859875 -20.690431205622076, -41.5859875 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M90.0702625 -192.375 L90.0703625 -192.375 L90.0703625 235.125 L90.0702625 235.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M90.0702625 -192.375 C90.0702894657068 -192.375, 90.07031643141357 -192.375, 90.0703625 -192.375 M90.0702625 -192.375 C90.07029774699639 -192.375, 90.07033299399278 -192.375, 90.0703625 -192.375 M90.0703625 -192.375 C90.0703625 -70.8792487260039, 90.0703625 50.61650254799221, 90.0703625 235.125 M90.0703625 -192.375 C90.0703625 -92.02268528633125, 90.0703625 8.329629427337494, 90.0703625 235.125 M90.0703625 235.125 C90.07032607974013 235.125, 90.07028965948027 235.125, 90.0702625 235.125 M90.0703625 235.125 C90.07032516156687 235.125, 90.07028782313373 235.125, 90.0702625 235.125 M90.0702625 235.125 C90.0702625 102.61622714925213, 90.0702625 -29.89254570149575, 90.0702625 -192.375 M90.0702625 235.125 C90.0702625 103.39804846068228, 90.0702625 -28.32890307863545, 90.0702625 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-135.0703125 -192.37505 L-135.0703125 -192.37495 L135.0703125 -192.37495 L135.0703125 -192.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-135.0703125 -192.37505 C-135.0703125 -192.37502779218605, -135.0703125 -192.37500558437208, -135.0703125 -192.37495 M-135.0703125 -192.37505 C-135.0703125 -192.37501198207224, -135.0703125 -192.37497396414452, -135.0703125 -192.37495 M-135.0703125 -192.37495 C-61.608164614386396 -192.37495, 11.853983271227207 -192.37495, 135.0703125 -192.37495 M-135.0703125 -192.37495 C-56.83668322600779 -192.37495, 21.396946047984414 -192.37495, 135.0703125 -192.37495 M135.0703125 -192.37495 C135.0703125 -192.37497697276902, 135.0703125 -192.37500394553803, 135.0703125 -192.37505 M135.0703125 -192.37495 C135.0703125 -192.3749730610776, 135.0703125 -192.37499612215518, 135.0703125 -192.37505 M135.0703125 -192.37505 C55.77397253295209 -192.37505, -23.522367434095827 -192.37505, -135.0703125 -192.37505 M135.0703125 -192.37505 C51.76128403748942 -192.37505, -31.547744425021165 -192.37505, -135.0703125 -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-7" data-look="classic" transform="translate(649.20703125, 1807.25)"><g class="outer-path" style=""><path d="M-82.421875 -64.125 L82.421875 -64.125 L82.421875 64.125 L-82.421875 64.125" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-82.421875 -64.125 C-46.467888799769376 -64.125, -10.513902599538753 -64.125, 82.421875 -64.125 M-82.421875 -64.125 C-41.02375505164943 -64.125, 0.37436489670113815 -64.125, 82.421875 -64.125 M82.421875 -64.125 C82.421875 -26.91762180933531, 82.421875 10.289756381329383, 82.421875 64.125 M82.421875 -64.125 C82.421875 -28.587158607543813, 82.421875 6.950682784912374, 82.421875 64.125 M82.421875 64.125 C19.708049384265415 64.125, -43.00577623146917 64.125, -82.421875 64.125 M82.421875 64.125 C46.23499888740239 64.125, 10.048122774804781 64.125, -82.421875 64.125 M-82.421875 64.125 C-82.421875 37.02305883516864, -82.421875 9.921117670337281, -82.421875 -64.125 M-82.421875 64.125 C-82.421875 36.14314100826728, -82.421875 8.161282016534557, -82.421875 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-82.421875 -21.375 L82.421875 -21.375 L82.421875 21.375 L-82.421875 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-82.421875 -21.375 C-42.07232324443815 -21.375, -1.7227714888763046 -21.375, 82.421875 -21.375 M-82.421875 -21.375 C-28.536953269566318 -21.375, 25.347968460867364 -21.375, 82.421875 -21.375 M82.421875 -21.375 C82.421875 -7.742600022055385, 82.421875 5.889799955889231, 82.421875 21.375 M82.421875 -21.375 C82.421875 -7.728366334930543, 82.421875 5.918267330138914, 82.421875 21.375 M82.421875 21.375 C39.09480911604882 21.375, -4.232256767902356 21.375, -82.421875 21.375 M82.421875 21.375 C39.87812571756746 21.375, -2.6656235648650863 21.375, -82.421875 21.375 M-82.421875 21.375 C-82.421875 10.843198723462907, -82.421875 0.31139744692581317, -82.421875 -21.375 M-82.421875 21.375 C-82.421875 10.989648413640076, -82.421875 0.6042968272801517, -82.421875 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-82.421875 21.375 L82.421875 21.375 L82.421875 64.125 L-82.421875 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-82.421875 21.375 C-17.16111659354459 21.375, 48.09964181291082 21.375, 82.421875 21.375 M-82.421875 21.375 C-18.587299786174576 21.375, 45.24727542765085 21.375, 82.421875 21.375 M82.421875 21.375 C82.421875 31.26666993936554, 82.421875 41.15833987873108, 82.421875 64.125 M82.421875 21.375 C82.421875 31.230829846109042, 82.421875 41.086659692218085, 82.421875 64.125 M82.421875 64.125 C21.637307734011074 64.125, -39.14725953197785 64.125, -82.421875 64.125 M82.421875 64.125 C42.694446980207324 64.125, 2.9670189604146486 64.125, -82.421875 64.125 M-82.421875 64.125 C-82.421875 52.600767800166935, -82.421875 41.07653560033387, -82.421875 21.375 M-82.421875 64.125 C-82.421875 47.473101208225415, -82.421875 30.821202416450838, -82.421875 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: 166px; text-align: start;"><span class="nodeLabel"><p>user_roles</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-69.921875, -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(-3.328125, -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: 112px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(49.921875, -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(49.921875, -12)" style=""><foreignObject width="20" 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(-69.921875, 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: 130px; text-align: start;"><span class="nodeLabel"><p>Role</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-3.328125, 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: 125px; text-align: start;"><span class="nodeLabel"><p>role</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(49.921875, 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(49.921875, 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-82.421875 -21.37505 L-82.421875 -21.37495 L82.421875 -21.37495 L82.421875 -21.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-82.421875 -21.37505 C-82.421875 -21.375027130644447, -82.421875 -21.375004261288893, -82.421875 -21.37495 M-82.421875 -21.37505 C-82.421875 -21.375013779837545, -82.421875 -21.374977559675088, -82.421875 -21.37495 M-82.421875 -21.37495 C-24.643385143696683 -21.37495, 33.13510471260663 -21.37495, 82.421875 -21.37495 M-82.421875 -21.37495 C-32.453273168805985 -21.37495, 17.51532866238803 -21.37495, 82.421875 -21.37495 M82.421875 -21.37495 C82.421875 -21.37498961168105, 82.421875 -21.3750292233621, 82.421875 -21.37505 M82.421875 -21.37495 C82.421875 -21.374979849630083, 82.421875 -21.375009699260172, 82.421875 -21.37505 M82.421875 -21.37505 C35.86904654915536 -21.37505, -10.683781901689287 -21.37505, -82.421875 -21.37505 M82.421875 -21.37505 C29.012730841742453 -21.37505, -24.396413316515094 -21.37505, -82.421875 -21.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-15.828175 -21.375 L-15.828075 -21.375 L-15.828075 64.125 L-15.828175 64.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-15.828175 -21.375 C-15.828153859739471 -21.375, -15.828132719478944 -21.375, -15.828075 -21.375 M-15.828175 -21.375 C-15.828145767275632 -21.375, -15.828116534551265 -21.375, -15.828075 -21.375 M-15.828075 -21.375 C-15.828075 7.729023560657982, -15.828075 36.833047121315964, -15.828075 64.125 M-15.828075 -21.375 C-15.828075 11.243873496487147, -15.828075 43.862746992974294, -15.828075 64.125 M-15.828075 64.125 C-15.828111629280158 64.125, -15.828148258560315 64.125, -15.828175 64.125 M-15.828075 64.125 C-15.828114850519759 64.125, -15.82815470103952 64.125, -15.828175 64.125 M-15.828175 64.125 C-15.828175 32.27830848469189, -15.828175 0.43161696938378924, -15.828175 -21.375 M-15.828175 64.125 C-15.828175 30.390551819921654, -15.828175 -3.343896360156691, -15.828175 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M37.421825 -21.375 L37.421925 -21.375 L37.421925 64.125 L37.421825 64.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M37.421825 -21.375 C37.42185668617996 -21.375, 37.421888372359916 -21.375, 37.421925 -21.375 M37.421825 -21.375 C37.421852334784624 -21.375, 37.42187966956924 -21.375, 37.421925 -21.375 M37.421925 -21.375 C37.421925 -3.5478150687465764, 37.421925 14.279369862506847, 37.421925 64.125 M37.421925 -21.375 C37.421925 5.708234323958791, 37.421925 32.79146864791758, 37.421925 64.125 M37.421925 64.125 C37.42189669577378 64.125, 37.42186839154756 64.125, 37.421825 64.125 M37.421925 64.125 C37.421894611211634 64.125, 37.42186422242327 64.125, 37.421825 64.125 M37.421825 64.125 C37.421825 44.07185722446086, 37.421825 24.018714448921713, 37.421825 -21.375 M37.421825 64.125 C37.421825 46.60096382137634, 37.421825 29.076927642752672, 37.421825 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-82.421875 -21.37505 L-82.421875 -21.37495 L82.421875 -21.37495 L82.421875 -21.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-82.421875 -21.37505 C-82.421875 -21.375017783154576, -82.421875 -21.37498556630915, -82.421875 -21.37495 M-82.421875 -21.37505 C-82.421875 -21.37502832118026, -82.421875 -21.375006642360518, -82.421875 -21.37495 M-82.421875 -21.37495 C-41.33682932100811 -21.37495, -0.25178364201622117 -21.37495, 82.421875 -21.37495 M-82.421875 -21.37495 C-34.78288498792266 -21.37495, 12.856105024154687 -21.37495, 82.421875 -21.37495 M82.421875 -21.37495 C82.421875 -21.374980317601473, 82.421875 -21.375010635202948, 82.421875 -21.37505 M82.421875 -21.37495 C82.421875 -21.374983207629587, 82.421875 -21.37501641525917, 82.421875 -21.37505 M82.421875 -21.37505 C45.45139757325701 -21.37505, 8.480920146514023 -21.37505, -82.421875 -21.37505 M82.421875 -21.37505 C37.66693621129457 -21.37505, -7.088002577410862 -21.37505, -82.421875 -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-8" data-look="classic" transform="translate(1059.3203125, 1807.25)"><g class="outer-path" style=""><path d="M-122.359375 -128.25 L122.359375 -128.25 L122.359375 128.25 L-122.359375 128.25" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-122.359375 -128.25 C-25.015575105893745 -128.25, 72.32822478821251 -128.25, 122.359375 -128.25 M-122.359375 -128.25 C-69.10427049287918 -128.25, -15.849165985758361 -128.25, 122.359375 -128.25 M122.359375 -128.25 C122.359375 -48.13833057831444, 122.359375 31.973338843371124, 122.359375 128.25 M122.359375 -128.25 C122.359375 -73.2181015133521, 122.359375 -18.18620302670419, 122.359375 128.25 M122.359375 128.25 C54.61164208660398 128.25, -13.136090826792042 128.25, -122.359375 128.25 M122.359375 128.25 C68.80174110050118 128.25, 15.244107201002365 128.25, -122.359375 128.25 M-122.359375 128.25 C-122.359375 29.562441945226453, -122.359375 -69.1251161095471, -122.359375 -128.25 M-122.359375 128.25 C-122.359375 31.697090021891157, -122.359375 -64.85581995621769, -122.359375 -128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-122.359375 -85.5 L122.359375 -85.5 L122.359375 -42.75 L-122.359375 -42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-122.359375 -85.5 C-70.58271413972147 -85.5, -18.806053279442935 -85.5, 122.359375 -85.5 M-122.359375 -85.5 C-49.44079431799422 -85.5, 23.477786364011564 -85.5, 122.359375 -85.5 M122.359375 -85.5 C122.359375 -70.72437790911982, 122.359375 -55.94875581823965, 122.359375 -42.75 M122.359375 -85.5 C122.359375 -69.09987019863992, 122.359375 -52.69974039727984, 122.359375 -42.75 M122.359375 -42.75 C51.18472107642677 -42.75, -19.989932847146463 -42.75, -122.359375 -42.75 M122.359375 -42.75 C52.27209362558567 -42.75, -17.815187748828663 -42.75, -122.359375 -42.75 M-122.359375 -42.75 C-122.359375 -54.49082461645198, -122.359375 -66.23164923290396, -122.359375 -85.5 M-122.359375 -42.75 C-122.359375 -59.379470995196556, -122.359375 -76.00894199039311, -122.359375 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-122.359375 -42.75 L122.359375 -42.75 L122.359375 0 L-122.359375 0" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-122.359375 -42.75 C-39.246355447069874 -42.75, 43.86666410586025 -42.75, 122.359375 -42.75 M-122.359375 -42.75 C-71.97217631793319 -42.75, -21.58497763586638 -42.75, 122.359375 -42.75 M122.359375 -42.75 C122.359375 -28.948616120456187, 122.359375 -15.14723224091237, 122.359375 0 M122.359375 -42.75 C122.359375 -30.232088483296103, 122.359375 -17.714176966592206, 122.359375 0 M122.359375 0 C71.65325682374367 0, 20.94713864748735 0, -122.359375 0 M122.359375 0 C53.79820042052545 0, -14.762974158949106 0, -122.359375 0 M-122.359375 0 C-122.359375 -10.25019241818811, -122.359375 -20.50038483637622, -122.359375 -42.75 M-122.359375 0 C-122.359375 -9.808916153380332, -122.359375 -19.617832306760665, -122.359375 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-122.359375 0 L122.359375 0 L122.359375 42.75 L-122.359375 42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-122.359375 0 C-57.27784884735897 0, 7.803677305282065 0, 122.359375 0 M-122.359375 0 C-25.265976372961347 0, 71.8274222540773 0, 122.359375 0 M122.359375 0 C122.359375 13.436478932226954, 122.359375 26.87295786445391, 122.359375 42.75 M122.359375 0 C122.359375 8.682580000852907, 122.359375 17.365160001705814, 122.359375 42.75 M122.359375 42.75 C65.13381967454299 42.75, 7.9082643490859965 42.75, -122.359375 42.75 M122.359375 42.75 C34.48730356977852 42.75, -53.38476786044296 42.75, -122.359375 42.75 M-122.359375 42.75 C-122.359375 26.351654870156302, -122.359375 9.953309740312605, -122.359375 0 M-122.359375 42.75 C-122.359375 34.06749715429844, -122.359375 25.38499430859688, -122.359375 0" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-122.359375 42.75 L122.359375 42.75 L122.359375 85.5 L-122.359375 85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-122.359375 42.75 C-31.06141192293245 42.75, 60.2365511541351 42.75, 122.359375 42.75 M-122.359375 42.75 C-44.16646599493089 42.75, 34.02644301013822 42.75, 122.359375 42.75 M122.359375 42.75 C122.359375 53.49772620894068, 122.359375 64.24545241788137, 122.359375 85.5 M122.359375 42.75 C122.359375 52.39021548187886, 122.359375 62.03043096375772, 122.359375 85.5 M122.359375 85.5 C34.40592153069602 85.5, -53.54753193860796 85.5, -122.359375 85.5 M122.359375 85.5 C26.84479054918721 85.5, -68.66979390162558 85.5, -122.359375 85.5 M-122.359375 85.5 C-122.359375 75.56052103350503, -122.359375 65.62104206701005, -122.359375 42.75 M-122.359375 85.5 C-122.359375 71.04280408263753, -122.359375 56.58560816527506, -122.359375 42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-122.359375 85.5 L122.359375 85.5 L122.359375 128.25 L-122.359375 128.25" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-122.359375 85.5 C-47.0056798190443 85.5, 28.348015361911393 85.5, 122.359375 85.5 M-122.359375 85.5 C-46.04987694088895 85.5, 30.2596211182221 85.5, 122.359375 85.5 M122.359375 85.5 C122.359375 101.98990621389854, 122.359375 118.47981242779709, 122.359375 128.25 M122.359375 85.5 C122.359375 101.70664184398522, 122.359375 117.91328368797045, 122.359375 128.25 M122.359375 128.25 C26.276409789879935 128.25, -69.80655542024013 128.25, -122.359375 128.25 M122.359375 128.25 C38.47142171298286 128.25, -45.41653157403428 128.25, -122.359375 128.25 M-122.359375 128.25 C-122.359375 115.21809326606116, -122.359375 102.18618653212232, -122.359375 85.5 M-122.359375 128.25 C-122.359375 113.32051784623283, -122.359375 98.39103569246568, -122.359375 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(-109.859375, -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(-16.375, -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: 112px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.859375, -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.859375, -76.125)" style=""><foreignObject width="20" 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.859375, -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(-16.375, -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: 173px; text-align: start;"><span class="nodeLabel"><p>token_hash</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.859375, -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.859375, -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(-109.859375, 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(-16.375, 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: 131px; text-align: start;"><span class="nodeLabel"><p>label</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.859375, 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.859375, 9.375)" style=""><foreignObject width="20" 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.859375, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-16.375, 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(89.859375, 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.859375, 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(-109.859375, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-16.375, 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: 171px; text-align: start;"><span class="nodeLabel"><p>revoked_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(89.859375, 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.859375, 94.875)" style=""><foreignObject width="20" 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-122.359375 -85.50005 L-122.359375 -85.49995 L122.359375 -85.49995 L122.359375 -85.50005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-122.359375 -85.50005 C-122.359375 -85.5000215549925, -122.359375 -85.49999310998498, -122.359375 -85.49995 M-122.359375 -85.50005 C-122.359375 -85.5000244689783, -122.359375 -85.49999893795659, -122.359375 -85.49995 M-122.359375 -85.49995 C-59.76165973299773 -85.49995, 2.8360555340045437 -85.49995, 122.359375 -85.49995 M-122.359375 -85.49995 C-55.6922400723212 -85.49995, 10.974894855357604 -85.49995, 122.359375 -85.49995 M122.359375 -85.49995 C122.359375 -85.4999889002913, 122.359375 -85.5000278005826, 122.359375 -85.50005 M122.359375 -85.49995 C122.359375 -85.49998785483056, 122.359375 -85.50002570966113, 122.359375 -85.50005 M122.359375 -85.50005 C59.119600802692304 -85.50005, -4.120173394615392 -85.50005, -122.359375 -85.50005 M122.359375 -85.50005 C27.036124908516783 -85.50005, -68.28712518296643 -85.50005, -122.359375 -85.50005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-28.87505 -85.5 L-28.87495 -85.5 L-28.87495 128.25 L-28.87505 128.25" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-28.87505 -85.5 C-28.875018736578024 -85.5, -28.874987473156043 -85.5, -28.87495 -85.5 M-28.87505 -85.5 C-28.87502942684318 -85.5, -28.875008853686357 -85.5, -28.87495 -85.5 M-28.87495 -85.5 C-28.87495 -23.882338751463045, -28.87495 37.73532249707391, -28.87495 128.25 M-28.87495 -85.5 C-28.87495 -9.22893917785619, -28.87495 67.04212164428762, -28.87495 128.25 M-28.87495 128.25 C-28.87498239623973 128.25, -28.87501479247946 128.25, -28.87505 128.25 M-28.87495 128.25 C-28.874978854151504 128.25, -28.87500770830301 128.25, -28.87505 128.25 M-28.87505 128.25 C-28.87505 49.004555538385546, -28.87505 -30.24088892322891, -28.87505 -85.5 M-28.87505 128.25 C-28.87505 73.77495276264604, -28.87505 19.299905525292075, -28.87505 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M77.359325 -85.5 L77.359425 -85.5 L77.359425 128.25 L77.359325 128.25" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M77.359325 -85.5 C77.35935964807594 -85.5, 77.35939429615189 -85.5, 77.359425 -85.5 M77.359325 -85.5 C77.35935177796443 -85.5, 77.35937855592887 -85.5, 77.359425 -85.5 M77.359425 -85.5 C77.359425 -32.494918060403556, 77.359425 20.510163879192888, 77.359425 128.25 M77.359425 -85.5 C77.359425 -8.06902172986969, 77.359425 69.36195654026062, 77.359425 128.25 M77.359425 128.25 C77.35940354828206 128.25, 77.35938209656412 128.25, 77.359325 128.25 M77.359425 128.25 C77.35939592455144 128.25, 77.35936684910286 128.25, 77.359325 128.25 M77.359325 128.25 C77.359325 74.6797891519418, 77.359325 21.109578303883623, 77.359325 -85.5 M77.359325 128.25 C77.359325 68.14887761816226, 77.359325 8.04775523632452, 77.359325 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-122.359375 -85.50005 L-122.359375 -85.49995 L122.359375 -85.49995 L122.359375 -85.50005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-122.359375 -85.50005 C-122.359375 -85.50001826651557, -122.359375 -85.49998653303112, -122.359375 -85.49995 M-122.359375 -85.50005 C-122.359375 -85.50002773874101, -122.359375 -85.50000547748202, -122.359375 -85.49995 M-122.359375 -85.49995 C-47.93732084089068 -85.49995, 26.484733318218645 -85.49995, 122.359375 -85.49995 M-122.359375 -85.49995 C-57.517174000205046 -85.49995, 7.325026999589909 -85.49995, 122.359375 -85.49995 M122.359375 -85.49995 C122.359375 -85.49998941655679, 122.359375 -85.50002883311357, 122.359375 -85.50005 M122.359375 -85.49995 C122.359375 -85.49998747310495, 122.359375 -85.5000249462099, 122.359375 -85.50005 M122.359375 -85.50005 C67.53501105086369 -85.50005, 12.710647101727375 -85.50005, -122.359375 -85.50005 M122.359375 -85.50005 C30.325477425384904 -85.50005, -61.70842014923019 -85.50005, -122.359375 -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-9" data-look="classic" transform="translate(1664.2890625, 1807.25)"><g class="outer-path" style=""><path d="M-149.6953125 -213.75 L149.6953125 -213.75 L149.6953125 213.75 L-149.6953125 213.75" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-149.6953125 -213.75 C-38.08423087539231 -213.75, 73.52685074921538 -213.75, 149.6953125 -213.75 M-149.6953125 -213.75 C-77.29544533912524 -213.75, -4.895578178250474 -213.75, 149.6953125 -213.75 M149.6953125 -213.75 C149.6953125 -120.60054208363186, 149.6953125 -27.45108416726373, 149.6953125 213.75 M149.6953125 -213.75 C149.6953125 -86.39243079862676, 149.6953125 40.965138402746476, 149.6953125 213.75 M149.6953125 213.75 C31.659516872904035 213.75, -86.37627875419193 213.75, -149.6953125 213.75 M149.6953125 213.75 C69.8687850075028 213.75, -9.957742484994412 213.75, -149.6953125 213.75 M-149.6953125 213.75 C-149.6953125 116.81404354823984, -149.6953125 19.878087096479675, -149.6953125 -213.75 M-149.6953125 213.75 C-149.6953125 99.83076162573454, -149.6953125 -14.088476748530923, -149.6953125 -213.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-149.6953125 -171 L149.6953125 -171 L149.6953125 -128.25 L-149.6953125 -128.25" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-149.6953125 -171 C-55.97854846407678 -171, 37.73821557184644 -171, 149.6953125 -171 M-149.6953125 -171 C-38.730167275568036 -171, 72.23497794886393 -171, 149.6953125 -171 M149.6953125 -171 C149.6953125 -153.9010272507584, 149.6953125 -136.8020545015168, 149.6953125 -128.25 M149.6953125 -171 C149.6953125 -157.25902418940098, 149.6953125 -143.51804837880198, 149.6953125 -128.25 M149.6953125 -128.25 C83.1298624592483 -128.25, 16.5644124184966 -128.25, -149.6953125 -128.25 M149.6953125 -128.25 C63.21040960214559 -128.25, -23.274493295708822 -128.25, -149.6953125 -128.25 M-149.6953125 -128.25 C-149.6953125 -137.71954511622795, -149.6953125 -147.1890902324559, -149.6953125 -171 M-149.6953125 -128.25 C-149.6953125 -140.76678362727188, -149.6953125 -153.28356725454375, -149.6953125 -171" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-149.6953125 -128.25 L149.6953125 -128.25 L149.6953125 -85.5 L-149.6953125 -85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-149.6953125 -128.25 C-76.26317655325481 -128.25, -2.8310406065096174 -128.25, 149.6953125 -128.25 M-149.6953125 -128.25 C-67.62598628463363 -128.25, 14.443339930732748 -128.25, 149.6953125 -128.25 M149.6953125 -128.25 C149.6953125 -115.3428997757958, 149.6953125 -102.4357995515916, 149.6953125 -85.5 M149.6953125 -128.25 C149.6953125 -118.15314394298241, 149.6953125 -108.05628788596482, 149.6953125 -85.5 M149.6953125 -85.5 C42.842195976997644 -85.5, -64.01092054600471 -85.5, -149.6953125 -85.5 M149.6953125 -85.5 C61.60952072472101 -85.5, -26.476271050557983 -85.5, -149.6953125 -85.5 M-149.6953125 -85.5 C-149.6953125 -94.19680014672258, -149.6953125 -102.89360029344516, -149.6953125 -128.25 M-149.6953125 -85.5 C-149.6953125 -94.2684309704395, -149.6953125 -103.03686194087899, -149.6953125 -128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-149.6953125 -85.5 L149.6953125 -85.5 L149.6953125 -42.75 L-149.6953125 -42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-149.6953125 -85.5 C-45.6395402110719 -85.5, 58.41623207785619 -85.5, 149.6953125 -85.5 M-149.6953125 -85.5 C-79.8596475619227 -85.5, -10.023982623845399 -85.5, 149.6953125 -85.5 M149.6953125 -85.5 C149.6953125 -71.88826749059565, 149.6953125 -58.276534981191304, 149.6953125 -42.75 M149.6953125 -85.5 C149.6953125 -70.343322173386, 149.6953125 -55.186644346772, 149.6953125 -42.75 M149.6953125 -42.75 C77.34851776517866 -42.75, 5.0017230303573115 -42.75, -149.6953125 -42.75 M149.6953125 -42.75 C53.58844489589427 -42.75, -42.51842270821146 -42.75, -149.6953125 -42.75 M-149.6953125 -42.75 C-149.6953125 -51.81925817878876, -149.6953125 -60.88851635757751, -149.6953125 -85.5 M-149.6953125 -42.75 C-149.6953125 -53.331719238455136, -149.6953125 -63.913438476910265, -149.6953125 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-149.6953125 -42.75 L149.6953125 -42.75 L149.6953125 0 L-149.6953125 0" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-149.6953125 -42.75 C-49.652743588995094 -42.75, 50.38982532200981 -42.75, 149.6953125 -42.75 M-149.6953125 -42.75 C-65.22861654458119 -42.75, 19.238079410837628 -42.75, 149.6953125 -42.75 M149.6953125 -42.75 C149.6953125 -27.947871141517997, 149.6953125 -13.145742283035993, 149.6953125 0 M149.6953125 -42.75 C149.6953125 -27.641796416925647, 149.6953125 -12.533592833851294, 149.6953125 0 M149.6953125 0 C47.782545287645675 0, -54.13022192470865 0, -149.6953125 0 M149.6953125 0 C66.8445394753619 0, -16.006233549276203 0, -149.6953125 0 M-149.6953125 0 C-149.6953125 -16.690687584394457, -149.6953125 -33.381375168788914, -149.6953125 -42.75 M-149.6953125 0 C-149.6953125 -15.313767421262645, -149.6953125 -30.62753484252529, -149.6953125 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-149.6953125 0 L149.6953125 0 L149.6953125 42.75 L-149.6953125 42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-149.6953125 0 C-40.15962497123684 0, 69.37606255752632 0, 149.6953125 0 M-149.6953125 0 C-59.22578397557834 0, 31.243744548843324 0, 149.6953125 0 M149.6953125 0 C149.6953125 11.45314574044692, 149.6953125 22.90629148089384, 149.6953125 42.75 M149.6953125 0 C149.6953125 10.05298257062855, 149.6953125 20.1059651412571, 149.6953125 42.75 M149.6953125 42.75 C56.0220352756714 42.75, -37.6512419486572 42.75, -149.6953125 42.75 M149.6953125 42.75 C76.74666889014983 42.75, 3.798025280299669 42.75, -149.6953125 42.75 M-149.6953125 42.75 C-149.6953125 33.05875943383655, -149.6953125 23.367518867673095, -149.6953125 0 M-149.6953125 42.75 C-149.6953125 30.764078750952294, -149.6953125 18.77815750190459, -149.6953125 0" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-149.6953125 42.75 L149.6953125 42.75 L149.6953125 85.5 L-149.6953125 85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-149.6953125 42.75 C-78.39520673667546 42.75, -7.095100973350924 42.75, 149.6953125 42.75 M-149.6953125 42.75 C-65.28401268322669 42.75, 19.127287133546616 42.75, 149.6953125 42.75 M149.6953125 42.75 C149.6953125 51.57325253854004, 149.6953125 60.39650507708008, 149.6953125 85.5 M149.6953125 42.75 C149.6953125 58.338850684031414, 149.6953125 73.92770136806283, 149.6953125 85.5 M149.6953125 85.5 C45.570392748215795 85.5, -58.55452700356841 85.5, -149.6953125 85.5 M149.6953125 85.5 C81.48647169511588 85.5, 13.277630890231762 85.5, -149.6953125 85.5 M-149.6953125 85.5 C-149.6953125 70.93549793927434, -149.6953125 56.37099587854868, -149.6953125 42.75 M-149.6953125 85.5 C-149.6953125 69.8908744258697, -149.6953125 54.28174885173941, -149.6953125 42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-149.6953125 85.5 L149.6953125 85.5 L149.6953125 128.25 L-149.6953125 128.25" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-149.6953125 85.5 C-73.83651901670274 85.5, 2.0222744665945243 85.5, 149.6953125 85.5 M-149.6953125 85.5 C-72.3793949265797 85.5, 4.9365226468405865 85.5, 149.6953125 85.5 M149.6953125 85.5 C149.6953125 100.03639389227563, 149.6953125 114.57278778455125, 149.6953125 128.25 M149.6953125 85.5 C149.6953125 95.31298390526771, 149.6953125 105.12596781053543, 149.6953125 128.25 M149.6953125 128.25 C46.70908545776609 128.25, -56.27714158446781 128.25, -149.6953125 128.25 M149.6953125 128.25 C73.5656089508396 128.25, -2.564094598320793 128.25, -149.6953125 128.25 M-149.6953125 128.25 C-149.6953125 112.58982234020299, -149.6953125 96.92964468040596, -149.6953125 85.5 M-149.6953125 128.25 C-149.6953125 111.39726763869446, -149.6953125 94.54453527738892, -149.6953125 85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-149.6953125 128.25 L149.6953125 128.25 L149.6953125 171 L-149.6953125 171" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-149.6953125 128.25 C-81.06931561524925 128.25, -12.443318730498504 128.25, 149.6953125 128.25 M-149.6953125 128.25 C-40.888612872203495 128.25, 67.91808675559301 128.25, 149.6953125 128.25 M149.6953125 128.25 C149.6953125 137.48226754086267, 149.6953125 146.71453508172533, 149.6953125 171 M149.6953125 128.25 C149.6953125 138.50151464512354, 149.6953125 148.75302929024707, 149.6953125 171 M149.6953125 171 C29.950700830815634 171, -89.79391083836873 171, -149.6953125 171 M149.6953125 171 C64.20161302756031 171, -21.292086444879374 171, -149.6953125 171 M-149.6953125 171 C-149.6953125 157.94944771741393, -149.6953125 144.89889543482784, -149.6953125 128.25 M-149.6953125 171 C-149.6953125 159.62643937538638, -149.6953125 148.2528787507728, -149.6953125 128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-149.6953125 171 L149.6953125 171 L149.6953125 213.75 L-149.6953125 213.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-149.6953125 171 C-88.41958230338128 171, -27.143852106762566 171, 149.6953125 171 M-149.6953125 171 C-64.95836721755434 171, 19.77857806489132 171, 149.6953125 171 M149.6953125 171 C149.6953125 187.368347871365, 149.6953125 203.73669574272998, 149.6953125 213.75 M149.6953125 171 C149.6953125 183.80388527403966, 149.6953125 196.60777054807932, 149.6953125 213.75 M149.6953125 213.75 C73.75673511620596 213.75, -2.181842267588081 213.75, -149.6953125 213.75 M149.6953125 213.75 C58.347855238940824 213.75, -32.99960202211835 213.75, -149.6953125 213.75 M-149.6953125 213.75 C-149.6953125 202.050952500243, -149.6953125 190.35190500048603, -149.6953125 171 M-149.6953125 213.75 C-149.6953125 200.00916796928223, -149.6953125 186.26833593856446, -149.6953125 171" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-31.0625, -204.375)" 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: 155px; text-align: start;"><span class="nodeLabel"><p>products</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-137.1953125, -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(-43.7109375, -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: 112px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(117.1953125, -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(117.1953125, -161.625)" style=""><foreignObject width="20" 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(-137.1953125, -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(-43.7109375, -118.875)" 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: 135px; text-align: start;"><span class="nodeLabel"><p>name</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(117.1953125, -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(117.1953125, -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-type" transform="translate(-137.1953125, -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(-43.7109375, -76.125)" 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(117.1953125, -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(117.1953125, -76.125)" style=""><foreignObject width="20" 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(-137.1953125, -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(-43.7109375, -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: 171px; text-align: start;"><span class="nodeLabel"><p>description</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(117.1953125, -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(117.1953125, -33.375)" style=""><foreignObject width="20" 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(-137.1953125, 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(-43.7109375, 9.375)" 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: 154px; text-align: start;"><span class="nodeLabel"><p>repo_url</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(117.1953125, 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(117.1953125, 9.375)" style=""><foreignObject width="20" 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(-137.1953125, 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(-43.7109375, 52.125)" 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(117.1953125, 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(117.1953125, 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(-137.1953125, 94.875)" 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: 153px; text-align: start;"><span class="nodeLabel"><p>Boolean</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-43.7109375, 94.875)" 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: 155px; text-align: start;"><span class="nodeLabel"><p>archived</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(117.1953125, 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(117.1953125, 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(-137.1953125, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-43.7109375, 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(117.1953125, 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(117.1953125, 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(-137.1953125, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-43.7109375, 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: 170px; text-align: start;"><span class="nodeLabel"><p>updated_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(117.1953125, 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(117.1953125, 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-149.6953125 -171.00005 L-149.6953125 -170.99995 L149.6953125 -170.99995 L149.6953125 -171.00005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-149.6953125 -171.00005 C-149.6953125 -171.0000185694468, -149.6953125 -170.99998713889363, -149.6953125 -170.99995 M-149.6953125 -171.00005 C-149.6953125 -171.00001096175737, -149.6953125 -170.99997192351475, -149.6953125 -170.99995 M-149.6953125 -170.99995 C-76.11579325026958 -170.99995, -2.5362740005391515 -170.99995, 149.6953125 -170.99995 M-149.6953125 -170.99995 C-34.31454678143017 -170.99995, 81.06621893713967 -170.99995, 149.6953125 -170.99995 M149.6953125 -170.99995 C149.6953125 -170.99997179656253, 149.6953125 -170.99999359312505, 149.6953125 -171.00005 M149.6953125 -170.99995 C149.6953125 -170.9999798346662, 149.6953125 -171.0000096693324, 149.6953125 -171.00005 M149.6953125 -171.00005 C53.71464192195387 -171.00005, -42.26602865609226 -171.00005, -149.6953125 -171.00005 M149.6953125 -171.00005 C74.3998050363021 -171.00005, -0.8957024273958041 -171.00005, -149.6953125 -171.00005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-56.2109875 -171 L-56.2108875 -171 L-56.2108875 213.75 L-56.2109875 213.75" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-56.2109875 -171 C-56.21095811487042 -171, -56.21092872974085 -171, -56.2108875 -171 M-56.2109875 -171 C-56.210955624613455 -171, -56.21092374922691 -171, -56.2108875 -171 M-56.2108875 -171 C-56.2108875 -24.02556820700994, -56.2108875 122.94886358598012, -56.2108875 213.75 M-56.2108875 -171 C-56.2108875 -61.848665400211644, -56.2108875 47.30266919957671, -56.2108875 213.75 M-56.2108875 213.75 C-56.21090777275784 213.75, -56.21092804551569 213.75, -56.2109875 213.75 M-56.2108875 213.75 C-56.210910064177746 213.75, -56.21093262835549 213.75, -56.2109875 213.75 M-56.2109875 213.75 C-56.2109875 134.9600469653352, -56.2109875 56.17009393067045, -56.2109875 -171 M-56.2109875 213.75 C-56.2109875 86.53920665321876, -56.2109875 -40.67158669356249, -56.2109875 -171" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M104.6952625 -171 L104.6953625 -171 L104.6953625 213.75 L104.6952625 213.75" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M104.6952625 -171 C104.69529371754375 -171, 104.69532493508748 -171, 104.6953625 -171 M104.6952625 -171 C104.69529169342538 -171, 104.69532088685075 -171, 104.6953625 -171 M104.6953625 -171 C104.6953625 -42.87681637608597, 104.6953625 85.24636724782806, 104.6953625 213.75 M104.6953625 -171 C104.6953625 -59.48834839118854, 104.6953625 52.023303217622924, 104.6953625 213.75 M104.6953625 213.75 C104.69532689889967 213.75, 104.69529129779934 213.75, 104.6952625 213.75 M104.6953625 213.75 C104.69534076348712 213.75, 104.69531902697425 213.75, 104.6952625 213.75 M104.6952625 213.75 C104.6952625 105.37363644738376, 104.6952625 -3.0027271052324807, 104.6952625 -171 M104.6952625 213.75 C104.6952625 113.99806321772867, 104.6952625 14.246126435457342, 104.6952625 -171" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-149.6953125 -171.00005 L-149.6953125 -170.99995 L149.6953125 -170.99995 L149.6953125 -171.00005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-149.6953125 -171.00005 C-149.6953125 -171.00001349255507, -149.6953125 -170.99997698511015, -149.6953125 -170.99995 M-149.6953125 -171.00005 C-149.6953125 -171.00002348220826, -149.6953125 -170.99999696441657, -149.6953125 -170.99995 M-149.6953125 -170.99995 C-78.5639380786452 -170.99995, -7.4325636572903875 -170.99995, 149.6953125 -170.99995 M-149.6953125 -170.99995 C-82.78939436721154 -170.99995, -15.883476234423085 -170.99995, 149.6953125 -170.99995 M149.6953125 -170.99995 C149.6953125 -170.9999842577849, 149.6953125 -171.00001851556976, 149.6953125 -171.00005 M149.6953125 -170.99995 C149.6953125 -170.9999850639728, 149.6953125 -171.00002012794556, 149.6953125 -171.00005 M149.6953125 -171.00005 C87.92079636499352 -171.00005, 26.146280229987056 -171.00005, -149.6953125 -171.00005 M149.6953125 -171.00005 C41.96153959296642 -171.00005, -65.77223331406717 -171.00005, -149.6953125 -171.00005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-pbis-10" data-look="classic" transform="translate(2300.6484375, 1300.125)"><g class="outer-path" style=""><path d="M-122.796875 -192.375 L122.796875 -192.375 L122.796875 192.375 L-122.796875 192.375" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-122.796875 -192.375 C-32.648348192077364 -192.375, 57.50017861584527 -192.375, 122.796875 -192.375 M-122.796875 -192.375 C-28.675700205347383 -192.375, 65.44547458930523 -192.375, 122.796875 -192.375 M122.796875 -192.375 C122.796875 -94.08329495136648, 122.796875 4.208410097267034, 122.796875 192.375 M122.796875 -192.375 C122.796875 -42.646009685532334, 122.796875 107.08298062893533, 122.796875 192.375 M122.796875 192.375 C68.41386277111658 192.375, 14.030850542233168 192.375, -122.796875 192.375 M122.796875 192.375 C41.094096671261724 192.375, -40.60868165747655 192.375, -122.796875 192.375 M-122.796875 192.375 C-122.796875 95.7329683637967, -122.796875 -0.9090632724065983, -122.796875 -192.375 M-122.796875 192.375 C-122.796875 64.9229018538073, -122.796875 -62.52919629238539, -122.796875 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-122.796875 -149.625 L122.796875 -149.625 L122.796875 -106.875 L-122.796875 -106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-122.796875 -149.625 C-69.21761188275529 -149.625, -15.638348765510585 -149.625, 122.796875 -149.625 M-122.796875 -149.625 C-69.354391833589 -149.625, -15.911908667177997 -149.625, 122.796875 -149.625 M122.796875 -149.625 C122.796875 -132.62534874560484, 122.796875 -115.62569749120965, 122.796875 -106.875 M122.796875 -149.625 C122.796875 -139.9631462562151, 122.796875 -130.30129251243022, 122.796875 -106.875 M122.796875 -106.875 C44.649311793027024 -106.875, -33.49825141394595 -106.875, -122.796875 -106.875 M122.796875 -106.875 C64.15887730880101 -106.875, 5.520879617602034 -106.875, -122.796875 -106.875 M-122.796875 -106.875 C-122.796875 -119.63119234936399, -122.796875 -132.38738469872797, -122.796875 -149.625 M-122.796875 -106.875 C-122.796875 -123.53745015687375, -122.796875 -140.1999003137475, -122.796875 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-122.796875 -106.875 L122.796875 -106.875 L122.796875 -64.125 L-122.796875 -64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-122.796875 -106.875 C-33.21636239354386 -106.875, 56.36415021291228 -106.875, 122.796875 -106.875 M-122.796875 -106.875 C-56.937468574213 -106.875, 8.921937851574 -106.875, 122.796875 -106.875 M122.796875 -106.875 C122.796875 -94.32577564322946, 122.796875 -81.77655128645893, 122.796875 -64.125 M122.796875 -106.875 C122.796875 -97.59531231069839, 122.796875 -88.31562462139678, 122.796875 -64.125 M122.796875 -64.125 C64.15599166417377 -64.125, 5.515108328347523 -64.125, -122.796875 -64.125 M122.796875 -64.125 C50.23708606634973 -64.125, -22.322702867300535 -64.125, -122.796875 -64.125 M-122.796875 -64.125 C-122.796875 -80.47748022556745, -122.796875 -96.8299604511349, -122.796875 -106.875 M-122.796875 -64.125 C-122.796875 -75.30528055925669, -122.796875 -86.48556111851337, -122.796875 -106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-122.796875 -64.125 L122.796875 -64.125 L122.796875 -21.375 L-122.796875 -21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-122.796875 -64.125 C-40.295841105176066 -64.125, 42.20519278964787 -64.125, 122.796875 -64.125 M-122.796875 -64.125 C-43.634357222992776 -64.125, 35.52816055401445 -64.125, 122.796875 -64.125 M122.796875 -64.125 C122.796875 -52.188212479558715, 122.796875 -40.25142495911743, 122.796875 -21.375 M122.796875 -64.125 C122.796875 -50.86837553503231, 122.796875 -37.611751070064614, 122.796875 -21.375 M122.796875 -21.375 C64.80695112763388 -21.375, 6.817027255267774 -21.375, -122.796875 -21.375 M122.796875 -21.375 C27.640300821522473 -21.375, -67.51627335695505 -21.375, -122.796875 -21.375 M-122.796875 -21.375 C-122.796875 -33.332219223595594, -122.796875 -45.28943844719119, -122.796875 -64.125 M-122.796875 -21.375 C-122.796875 -30.24058767154459, -122.796875 -39.10617534308918, -122.796875 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-122.796875 -21.375 L122.796875 -21.375 L122.796875 21.375 L-122.796875 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-122.796875 -21.375 C-32.752808480316915 -21.375, 57.29125803936617 -21.375, 122.796875 -21.375 M-122.796875 -21.375 C-71.55584942786909 -21.375, -20.314823855738183 -21.375, 122.796875 -21.375 M122.796875 -21.375 C122.796875 -5.976161480406395, 122.796875 9.42267703918721, 122.796875 21.375 M122.796875 -21.375 C122.796875 -9.16031190553096, 122.796875 3.054376188938079, 122.796875 21.375 M122.796875 21.375 C40.196675881444705 21.375, -42.40352323711059 21.375, -122.796875 21.375 M122.796875 21.375 C26.011516953697424 21.375, -70.77384109260515 21.375, -122.796875 21.375 M-122.796875 21.375 C-122.796875 4.959576445611219, -122.796875 -11.455847108777562, -122.796875 -21.375 M-122.796875 21.375 C-122.796875 10.762696091800175, -122.796875 0.15039218360034923, -122.796875 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-122.796875 21.375 L122.796875 21.375 L122.796875 64.125 L-122.796875 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-122.796875 21.375 C-63.385839485249384 21.375, -3.974803970498769 21.375, 122.796875 21.375 M-122.796875 21.375 C-33.74758187034365 21.375, 55.3017112593127 21.375, 122.796875 21.375 M122.796875 21.375 C122.796875 30.59675523133091, 122.796875 39.81851046266182, 122.796875 64.125 M122.796875 21.375 C122.796875 32.807879831468284, 122.796875 44.24075966293656, 122.796875 64.125 M122.796875 64.125 C37.56629975243386 64.125, -47.66427549513227 64.125, -122.796875 64.125 M122.796875 64.125 C28.67208643095867 64.125, -65.45270213808266 64.125, -122.796875 64.125 M-122.796875 64.125 C-122.796875 52.11488705075818, -122.796875 40.104774101516355, -122.796875 21.375 M-122.796875 64.125 C-122.796875 54.29849304203661, -122.796875 44.47198608407322, -122.796875 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-122.796875 64.125 L122.796875 64.125 L122.796875 106.875 L-122.796875 106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-122.796875 64.125 C-44.753841330059146 64.125, 33.28919233988171 64.125, 122.796875 64.125 M-122.796875 64.125 C-30.238026997168646 64.125, 62.32082100566271 64.125, 122.796875 64.125 M122.796875 64.125 C122.796875 80.65201673767797, 122.796875 97.17903347535592, 122.796875 106.875 M122.796875 64.125 C122.796875 79.12964249757216, 122.796875 94.13428499514434, 122.796875 106.875 M122.796875 106.875 C52.44072647189236 106.875, -17.915422056215277 106.875, -122.796875 106.875 M122.796875 106.875 C64.06177410652438 106.875, 5.326673213048764 106.875, -122.796875 106.875 M-122.796875 106.875 C-122.796875 89.80385401614383, -122.796875 72.73270803228766, -122.796875 64.125 M-122.796875 106.875 C-122.796875 91.05832849194377, -122.796875 75.24165698388752, -122.796875 64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-122.796875 106.875 L122.796875 106.875 L122.796875 149.625 L-122.796875 149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-122.796875 106.875 C-39.851670518858924 106.875, 43.09353396228215 106.875, 122.796875 106.875 M-122.796875 106.875 C-54.83534227360677 106.875, 13.12619045278646 106.875, 122.796875 106.875 M122.796875 106.875 C122.796875 119.75133325636818, 122.796875 132.62766651273637, 122.796875 149.625 M122.796875 106.875 C122.796875 118.93328784016224, 122.796875 130.99157568032447, 122.796875 149.625 M122.796875 149.625 C34.7090059113261 149.625, -53.378863177347796 149.625, -122.796875 149.625 M122.796875 149.625 C50.581327250061264 149.625, -21.634220499877472 149.625, -122.796875 149.625 M-122.796875 149.625 C-122.796875 137.5054500692761, -122.796875 125.38590013855222, -122.796875 106.875 M-122.796875 149.625 C-122.796875 133.71448093830242, -122.796875 117.80396187660486, -122.796875 106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-122.796875 149.625 L122.796875 149.625 L122.796875 192.375 L-122.796875 192.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-122.796875 149.625 C-37.835362701950004 149.625, 47.12614959609999 149.625, 122.796875 149.625 M-122.796875 149.625 C-66.89077543428118 149.625, -10.984675868562377 149.625, 122.796875 149.625 M122.796875 149.625 C122.796875 164.1651656336788, 122.796875 178.7053312673576, 122.796875 192.375 M122.796875 149.625 C122.796875 163.6770998542527, 122.796875 177.7291997085054, 122.796875 192.375 M122.796875 192.375 C25.38005309731433 192.375, -72.03676880537134 192.375, -122.796875 192.375 M122.796875 192.375 C30.409608007280426 192.375, -61.97765898543915 192.375, -122.796875 192.375 M-122.796875 192.375 C-122.796875 176.639486188647, -122.796875 160.90397237729402, -122.796875 149.625 M-122.796875 192.375 C-122.796875 183.2139247808444, -122.796875 174.0528495616888, -122.796875 149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-14.4375, -183)" 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: 127px; text-align: start;"><span class="nodeLabel"><p>pbis</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-110.296875, -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(-16.8125, -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: 112px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(90.296875, -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(90.296875, -140.25)" style=""><foreignObject width="20" 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.296875, -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(-16.8125, -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(90.296875, -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(90.296875, -97.5)" style=""><foreignObject width="20" 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.296875, -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(-16.8125, -54.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: 125px; text-align: start;"><span class="nodeLabel"><p>title</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(90.296875, -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(90.296875, -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(-110.296875, -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(-16.8125, -12)" 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: 171px; text-align: start;"><span class="nodeLabel"><p>description</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(90.296875, -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(90.296875, -12)" style=""><foreignObject width="20" 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.296875, 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(-16.8125, 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: 148px; text-align: start;"><span class="nodeLabel"><p>priority</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(90.296875, 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(90.296875, 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(-110.296875, 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: 133px; text-align: start;"><span class="nodeLabel"><p>Float</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-16.8125, 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(90.296875, 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(90.296875, 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(-110.296875, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-16.8125, 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(90.296875, 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(90.296875, 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(-110.296875, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-16.8125, 159)" 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: 170px; text-align: start;"><span class="nodeLabel"><p>updated_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(90.296875, 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(90.296875, 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-122.796875 -149.62505 L-122.796875 -149.62495 L122.796875 -149.62495 L122.796875 -149.62505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-122.796875 -149.62505 C-122.796875 -149.6250139268842, -122.796875 -149.62497785376843, -122.796875 -149.62495 M-122.796875 -149.62505 C-122.796875 -149.62502408117177, -122.796875 -149.62499816234353, -122.796875 -149.62495 M-122.796875 -149.62495 C-29.813960417339175 -149.62495, 63.16895416532165 -149.62495, 122.796875 -149.62495 M-122.796875 -149.62495 C-26.6858392893661 -149.62495, 69.4251964212678 -149.62495, 122.796875 -149.62495 M122.796875 -149.62495 C122.796875 -149.62497348118956, 122.796875 -149.6249969623791, 122.796875 -149.62505 M122.796875 -149.62495 C122.796875 -149.62497876967393, 122.796875 -149.62500753934785, 122.796875 -149.62505 M122.796875 -149.62505 C26.927730960718804 -149.62505, -68.94141307856239 -149.62505, -122.796875 -149.62505 M122.796875 -149.62505 C32.70992592409392 -149.62505, -57.37702315181215 -149.62505, -122.796875 -149.62505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-29.31255 -149.625 L-29.31245 -149.625 L-29.31245 192.375 L-29.31255 192.375" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-29.31255 -149.625 C-29.312513754668696 -149.625, -29.312477509337388 -149.625, -29.31245 -149.625 M-29.31255 -149.625 C-29.312516112611153 -149.625, -29.312482225222304 -149.625, -29.31245 -149.625 M-29.31245 -149.625 C-29.31245 -29.99407622151834, -29.31245 89.63684755696332, -29.31245 192.375 M-29.31245 -149.625 C-29.31245 -49.087380458041466, -29.31245 51.45023908391707, -29.31245 192.375 M-29.31245 192.375 C-29.31248098684944 192.375, -29.312511973698886 192.375, -29.31255 192.375 M-29.31245 192.375 C-29.31247708450338 192.375, -29.312504169006765 192.375, -29.31255 192.375 M-29.31255 192.375 C-29.31255 70.25312762512232, -29.31255 -51.868744749755365, -29.31255 -149.625 M-29.31255 192.375 C-29.31255 90.62576446992647, -29.31255 -11.123471060147068, -29.31255 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M77.796825 -149.625 L77.796925 -149.625 L77.796925 192.375 L77.796825 192.375" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M77.796825 -149.625 C77.79685092902672 -149.625, 77.79687685805342 -149.625, 77.796925 -149.625 M77.796825 -149.625 C77.7968480413243 -149.625, 77.7968710826486 -149.625, 77.796925 -149.625 M77.796925 -149.625 C77.796925 -43.75096062308472, 77.796925 62.123078753830555, 77.796925 192.375 M77.796925 -149.625 C77.796925 -41.04422437925369, 77.796925 67.53655124149262, 77.796925 192.375 M77.796925 192.375 C77.79689135708077 192.375, 77.79685771416153 192.375, 77.796825 192.375 M77.796925 192.375 C77.79688542818712 192.375, 77.79684585637425 192.375, 77.796825 192.375 M77.796825 192.375 C77.796825 114.75891114956848, 77.796825 37.14282229913695, 77.796825 -149.625 M77.796825 192.375 C77.796825 88.89447150150275, 77.796825 -14.5860569969945, 77.796825 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-122.796875 -149.62505 L-122.796875 -149.62495 L122.796875 -149.62495 L122.796875 -149.62505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-122.796875 -149.62505 C-122.796875 -149.6250117215616, -122.796875 -149.62497344312322, -122.796875 -149.62495 M-122.796875 -149.62505 C-122.796875 -149.62501592430138, -122.796875 -149.6249818486028, -122.796875 -149.62495 M-122.796875 -149.62495 C-66.48616980870045 -149.62495, -10.175464617400891 -149.62495, 122.796875 -149.62495 M-122.796875 -149.62495 C-29.12471376209308 -149.62495, 64.54744747581384 -149.62495, 122.796875 -149.62495 M122.796875 -149.62495 C122.796875 -149.62498940908893, 122.796875 -149.62502881817784, 122.796875 -149.62505 M122.796875 -149.62495 C122.796875 -149.62498990726056, 122.796875 -149.6250298145211, 122.796875 -149.62505 M122.796875 -149.62505 C63.12315719608459 -149.62505, 3.4494393921691824 -149.62505, -122.796875 -149.62505 M122.796875 -149.62505 C73.21722075878728 -149.62505, 23.63756651757454 -149.62505, -122.796875 -149.62505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-stories-11" data-look="classic" transform="translate(1265.26953125, 771.625)"><g class="outer-path" style=""><path d="M-159.5703125 -235.125 L159.5703125 -235.125 L159.5703125 235.125 L-159.5703125 235.125" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-159.5703125 -235.125 C-77.92935599007933 -235.125, 3.7116005198413404 -235.125, 159.5703125 -235.125 M-159.5703125 -235.125 C-75.74112974232303 -235.125, 8.08805301535395 -235.125, 159.5703125 -235.125 M159.5703125 -235.125 C159.5703125 -71.31361641452378, 159.5703125 92.49776717095244, 159.5703125 235.125 M159.5703125 -235.125 C159.5703125 -86.83820210587015, 159.5703125 61.448595788259695, 159.5703125 235.125 M159.5703125 235.125 C90.52732716973314 235.125, 21.484341839466282 235.125, -159.5703125 235.125 M159.5703125 235.125 C75.01905562595297 235.125, -9.532201248094054 235.125, -159.5703125 235.125 M-159.5703125 235.125 C-159.5703125 133.26423778652577, -159.5703125 31.403475573051566, -159.5703125 -235.125 M-159.5703125 235.125 C-159.5703125 132.14188008690152, -159.5703125 29.158760173803046, -159.5703125 -235.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-159.5703125 -192.375 L159.5703125 -192.375 L159.5703125 -149.625 L-159.5703125 -149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-159.5703125 -192.375 C-95.51570458548814 -192.375, -31.461096670976275 -192.375, 159.5703125 -192.375 M-159.5703125 -192.375 C-90.07697654625697 -192.375, -20.583640592513945 -192.375, 159.5703125 -192.375 M159.5703125 -192.375 C159.5703125 -181.20108657915148, 159.5703125 -170.027173158303, 159.5703125 -149.625 M159.5703125 -192.375 C159.5703125 -181.83749543981196, 159.5703125 -171.2999908796239, 159.5703125 -149.625 M159.5703125 -149.625 C89.67474981853762 -149.625, 19.77918713707524 -149.625, -159.5703125 -149.625 M159.5703125 -149.625 C51.699825440266935 -149.625, -56.17066161946613 -149.625, -159.5703125 -149.625 M-159.5703125 -149.625 C-159.5703125 -161.95312116266217, -159.5703125 -174.2812423253243, -159.5703125 -192.375 M-159.5703125 -149.625 C-159.5703125 -158.47235076303565, -159.5703125 -167.31970152607127, -159.5703125 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-159.5703125 -149.625 L159.5703125 -149.625 L159.5703125 -106.875 L-159.5703125 -106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-159.5703125 -149.625 C-91.3290818117255 -149.625, -23.087851123451003 -149.625, 159.5703125 -149.625 M-159.5703125 -149.625 C-68.02695851033887 -149.625, 23.516395479322256 -149.625, 159.5703125 -149.625 M159.5703125 -149.625 C159.5703125 -135.1886668236441, 159.5703125 -120.75233364728818, 159.5703125 -106.875 M159.5703125 -149.625 C159.5703125 -134.9671335022754, 159.5703125 -120.30926700455078, 159.5703125 -106.875 M159.5703125 -106.875 C44.73454181657705 -106.875, -70.1012288668459 -106.875, -159.5703125 -106.875 M159.5703125 -106.875 C72.08131291930582 -106.875, -15.407686661388368 -106.875, -159.5703125 -106.875 M-159.5703125 -106.875 C-159.5703125 -117.69212730196698, -159.5703125 -128.50925460393395, -159.5703125 -149.625 M-159.5703125 -106.875 C-159.5703125 -121.29206566638851, -159.5703125 -135.70913133277702, -159.5703125 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-159.5703125 -106.875 L159.5703125 -106.875 L159.5703125 -64.125 L-159.5703125 -64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-159.5703125 -106.875 C-34.185307846797045 -106.875, 91.19969680640591 -106.875, 159.5703125 -106.875 M-159.5703125 -106.875 C-90.96581944875705 -106.875, -22.36132639751409 -106.875, 159.5703125 -106.875 M159.5703125 -106.875 C159.5703125 -93.52182840217854, 159.5703125 -80.1686568043571, 159.5703125 -64.125 M159.5703125 -106.875 C159.5703125 -94.28773445134593, 159.5703125 -81.70046890269185, 159.5703125 -64.125 M159.5703125 -64.125 C66.50685243718586 -64.125, -26.55660762562829 -64.125, -159.5703125 -64.125 M159.5703125 -64.125 C37.11508718808328 -64.125, -85.34013812383344 -64.125, -159.5703125 -64.125 M-159.5703125 -64.125 C-159.5703125 -73.32850836143773, -159.5703125 -82.53201672287545, -159.5703125 -106.875 M-159.5703125 -64.125 C-159.5703125 -78.2699448429587, -159.5703125 -92.41488968591739, -159.5703125 -106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-159.5703125 -64.125 L159.5703125 -64.125 L159.5703125 -21.375 L-159.5703125 -21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-159.5703125 -64.125 C-93.34956252014572 -64.125, -27.12881254029145 -64.125, 159.5703125 -64.125 M-159.5703125 -64.125 C-90.4961003652325 -64.125, -21.421888230464987 -64.125, 159.5703125 -64.125 M159.5703125 -64.125 C159.5703125 -52.87240726557889, 159.5703125 -41.619814531157786, 159.5703125 -21.375 M159.5703125 -64.125 C159.5703125 -50.8397600855669, 159.5703125 -37.5545201711338, 159.5703125 -21.375 M159.5703125 -21.375 C73.35884799413638 -21.375, -12.852616511727234 -21.375, -159.5703125 -21.375 M159.5703125 -21.375 C95.51615194551752 -21.375, 31.461991391035042 -21.375, -159.5703125 -21.375 M-159.5703125 -21.375 C-159.5703125 -30.607968063739627, -159.5703125 -39.84093612747925, -159.5703125 -64.125 M-159.5703125 -21.375 C-159.5703125 -35.42832056923888, -159.5703125 -49.481641138477755, -159.5703125 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-159.5703125 -21.375 L159.5703125 -21.375 L159.5703125 21.375 L-159.5703125 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-159.5703125 -21.375 C-90.04883222083959 -21.375, -20.52735194167917 -21.375, 159.5703125 -21.375 M-159.5703125 -21.375 C-92.19419293712996 -21.375, -24.81807337425991 -21.375, 159.5703125 -21.375 M159.5703125 -21.375 C159.5703125 -11.042541359250263, 159.5703125 -0.7100827185005265, 159.5703125 21.375 M159.5703125 -21.375 C159.5703125 -5.767347069720117, 159.5703125 9.840305860559766, 159.5703125 21.375 M159.5703125 21.375 C42.98230204323855 21.375, -73.6057084135229 21.375, -159.5703125 21.375 M159.5703125 21.375 C82.01746012834512 21.375, 4.464607756690242 21.375, -159.5703125 21.375 M-159.5703125 21.375 C-159.5703125 6.854283617761357, -159.5703125 -7.666432764477285, -159.5703125 -21.375 M-159.5703125 21.375 C-159.5703125 4.649853150200883, -159.5703125 -12.075293699598234, -159.5703125 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-159.5703125 21.375 L159.5703125 21.375 L159.5703125 64.125 L-159.5703125 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-159.5703125 21.375 C-50.2925601576714 21.375, 58.985192184657194 21.375, 159.5703125 21.375 M-159.5703125 21.375 C-58.68443747460822 21.375, 42.20143755078357 21.375, 159.5703125 21.375 M159.5703125 21.375 C159.5703125 37.255368908575505, 159.5703125 53.13573781715101, 159.5703125 64.125 M159.5703125 21.375 C159.5703125 36.118233173704255, 159.5703125 50.86146634740851, 159.5703125 64.125 M159.5703125 64.125 C33.26697414251488 64.125, -93.03636421497023 64.125, -159.5703125 64.125 M159.5703125 64.125 C58.28397004618202 64.125, -43.00237240763596 64.125, -159.5703125 64.125 M-159.5703125 64.125 C-159.5703125 53.14624539448762, -159.5703125 42.16749078897524, -159.5703125 21.375 M-159.5703125 64.125 C-159.5703125 49.06356306588569, -159.5703125 34.002126131771384, -159.5703125 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-159.5703125 64.125 L159.5703125 64.125 L159.5703125 106.875 L-159.5703125 106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-159.5703125 64.125 C-93.94052797960262 64.125, -28.31074345920524 64.125, 159.5703125 64.125 M-159.5703125 64.125 C-42.43549200324543 64.125, 74.69932849350914 64.125, 159.5703125 64.125 M159.5703125 64.125 C159.5703125 73.43077874588803, 159.5703125 82.73655749177607, 159.5703125 106.875 M159.5703125 64.125 C159.5703125 81.04075029808263, 159.5703125 97.95650059616524, 159.5703125 106.875 M159.5703125 106.875 C75.94875137376106 106.875, -7.672809752477889 106.875, -159.5703125 106.875 M159.5703125 106.875 C72.83159638418445 106.875, -13.907119731631099 106.875, -159.5703125 106.875 M-159.5703125 106.875 C-159.5703125 91.46302747953754, -159.5703125 76.05105495907509, -159.5703125 64.125 M-159.5703125 106.875 C-159.5703125 91.00389234975691, -159.5703125 75.13278469951382, -159.5703125 64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-159.5703125 106.875 L159.5703125 106.875 L159.5703125 149.625 L-159.5703125 149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-159.5703125 106.875 C-81.85888426602942 106.875, -4.147456032058841 106.875, 159.5703125 106.875 M-159.5703125 106.875 C-93.3081528293201 106.875, -27.045993158640186 106.875, 159.5703125 106.875 M159.5703125 106.875 C159.5703125 121.08028855562162, 159.5703125 135.28557711124324, 159.5703125 149.625 M159.5703125 106.875 C159.5703125 122.45770883856622, 159.5703125 138.04041767713244, 159.5703125 149.625 M159.5703125 149.625 C80.71388110663767 149.625, 1.8574497132753436 149.625, -159.5703125 149.625 M159.5703125 149.625 C48.652434851752076 149.625, -62.26544279649585 149.625, -159.5703125 149.625 M-159.5703125 149.625 C-159.5703125 140.9361222148118, -159.5703125 132.24724442962363, -159.5703125 106.875 M-159.5703125 149.625 C-159.5703125 132.60983960705002, -159.5703125 115.59467921410004, -159.5703125 106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-159.5703125 149.625 L159.5703125 149.625 L159.5703125 192.375 L-159.5703125 192.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-159.5703125 149.625 C-34.745161381425135 149.625, 90.07998973714973 149.625, 159.5703125 149.625 M-159.5703125 149.625 C-44.105853452921835 149.625, 71.35860559415633 149.625, 159.5703125 149.625 M159.5703125 149.625 C159.5703125 162.1842485449768, 159.5703125 174.74349708995365, 159.5703125 192.375 M159.5703125 149.625 C159.5703125 158.96826000285995, 159.5703125 168.31152000571987, 159.5703125 192.375 M159.5703125 192.375 C60.54456221630603 192.375, -38.48118806738793 192.375, -159.5703125 192.375 M159.5703125 192.375 C59.80617151432139 192.375, -39.95796947135722 192.375, -159.5703125 192.375 M-159.5703125 192.375 C-159.5703125 183.42174501312851, -159.5703125 174.468490026257, -159.5703125 149.625 M-159.5703125 192.375 C-159.5703125 176.38301842531146, -159.5703125 160.39103685062292, -159.5703125 149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-159.5703125 192.375 L159.5703125 192.375 L159.5703125 235.125 L-159.5703125 235.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-159.5703125 192.375 C-52.53810222213933 192.375, 54.49410805572134 192.375, 159.5703125 192.375 M-159.5703125 192.375 C-47.7487039810115 192.375, 64.072904537977 192.375, 159.5703125 192.375 M159.5703125 192.375 C159.5703125 205.6053383176804, 159.5703125 218.8356766353608, 159.5703125 235.125 M159.5703125 192.375 C159.5703125 208.46865801542276, 159.5703125 224.5623160308455, 159.5703125 235.125 M159.5703125 235.125 C52.9198841769429 235.125, -53.7305441461142 235.125, -159.5703125 235.125 M159.5703125 235.125 C47.06201743091144 235.125, -65.44627763817712 235.125, -159.5703125 235.125 M-159.5703125 235.125 C-159.5703125 224.28924538495738, -159.5703125 213.45349076991477, -159.5703125 192.375 M-159.5703125 235.125 C-159.5703125 219.38373077304897, -159.5703125 203.6424615460979, -159.5703125 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(-147.0703125, -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(-41.3203125, -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: 112px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(127.0703125, -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.0703125, -183)" style=""><foreignObject width="20" 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(-147.0703125, -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(-41.3203125, -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(127.0703125, -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.0703125, -140.25)" style=""><foreignObject width="20" 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(-147.0703125, -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(-41.3203125, -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: 125px; text-align: start;"><span class="nodeLabel"><p>title</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(127.0703125, -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.0703125, -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(-147.0703125, -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(-41.3203125, -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: 171px; text-align: start;"><span class="nodeLabel"><p>description</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(127.0703125, -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.0703125, -54.75)" style=""><foreignObject width="20" 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(-147.0703125, -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(-41.3203125, -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: 223px; text-align: start;"><span class="nodeLabel"><p>acceptance_criteria</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(127.0703125, -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.0703125, -12)" style=""><foreignObject width="20" 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(-147.0703125, 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(-41.3203125, 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: 148px; text-align: start;"><span class="nodeLabel"><p>priority</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(127.0703125, 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.0703125, 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(-147.0703125, 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: 133px; text-align: start;"><span class="nodeLabel"><p>Float</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-41.3203125, 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(127.0703125, 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.0703125, 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(-147.0703125, 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(-41.3203125, 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(127.0703125, 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.0703125, 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(-147.0703125, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-41.3203125, 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.0703125, 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.0703125, 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(-147.0703125, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-41.3203125, 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: 170px; text-align: start;"><span class="nodeLabel"><p>updated_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(127.0703125, 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.0703125, 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-159.5703125 -192.37505 L-159.5703125 -192.37495 L159.5703125 -192.37495 L159.5703125 -192.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-159.5703125 -192.37505 C-159.5703125 -192.37501539061785, -159.5703125 -192.3749807812357, -159.5703125 -192.37495 M-159.5703125 -192.37505 C-159.5703125 -192.37501526932192, -159.5703125 -192.37498053864383, -159.5703125 -192.37495 M-159.5703125 -192.37495 C-48.90234364494775 -192.37495, 61.7656252101045 -192.37495, 159.5703125 -192.37495 M-159.5703125 -192.37495 C-91.10273535762063 -192.37495, -22.635158215241262 -192.37495, 159.5703125 -192.37495 M159.5703125 -192.37495 C159.5703125 -192.37498560820362, 159.5703125 -192.3750212164072, 159.5703125 -192.37505 M159.5703125 -192.37495 C159.5703125 -192.37497411029995, 159.5703125 -192.3749982205999, 159.5703125 -192.37505 M159.5703125 -192.37505 C40.270153103788815 -192.37505, -79.03000629242237 -192.37505, -159.5703125 -192.37505 M159.5703125 -192.37505 C37.80011748208537 -192.37505, -83.97007753582926 -192.37505, -159.5703125 -192.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-53.8203625 -192.375 L-53.8202625 -192.375 L-53.8202625 235.125 L-53.8203625 235.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-53.8203625 -192.375 C-53.82033218728422 -192.375, -53.82030187456844 -192.375, -53.8202625 -192.375 M-53.8203625 -192.375 C-53.82033916046322 -192.375, -53.82031582092644 -192.375, -53.8202625 -192.375 M-53.8202625 -192.375 C-53.8202625 -88.04429007188637, -53.8202625 16.28641985622727, -53.8202625 235.125 M-53.8202625 -192.375 C-53.8202625 -55.20708920152242, -53.8202625 81.96082159695516, -53.8202625 235.125 M-53.8202625 235.125 C-53.82028285083903 235.125, -53.82030320167806 235.125, -53.8203625 235.125 M-53.8202625 235.125 C-53.820297824429744 235.125, -53.82033314885948 235.125, -53.8203625 235.125 M-53.8203625 235.125 C-53.8203625 115.33375013150962, -53.8203625 -4.457499736980765, -53.8203625 -192.375 M-53.8203625 235.125 C-53.8203625 122.47076523683359, -53.8203625 9.816530473667171, -53.8203625 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M114.5702625 -192.375 L114.5703625 -192.375 L114.5703625 235.125 L114.5702625 235.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M114.5702625 -192.375 C114.57029787867059 -192.375, 114.57033325734118 -192.375, 114.5703625 -192.375 M114.5702625 -192.375 C114.57030079170032 -192.375, 114.57033908340064 -192.375, 114.5703625 -192.375 M114.5703625 -192.375 C114.5703625 -99.90277606055035, 114.5703625 -7.430552121100703, 114.5703625 235.125 M114.5703625 -192.375 C114.5703625 -73.27089633124413, 114.5703625 45.83320733751174, 114.5703625 235.125 M114.5703625 235.125 C114.5703362181726 235.125, 114.5703099363452 235.125, 114.5702625 235.125 M114.5703625 235.125 C114.57033658912363 235.125, 114.57031067824727 235.125, 114.5702625 235.125 M114.5702625 235.125 C114.5702625 131.24314934209465, 114.5702625 27.361298684189308, 114.5702625 -192.375 M114.5702625 235.125 C114.5702625 132.87883663792883, 114.5702625 30.632673275857627, 114.5702625 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-159.5703125 -192.37505 L-159.5703125 -192.37495 L159.5703125 -192.37495 L159.5703125 -192.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-159.5703125 -192.37505 C-159.5703125 -192.37501417674383, -159.5703125 -192.37497835348768, -159.5703125 -192.37495 M-159.5703125 -192.37505 C-159.5703125 -192.37501075739027, -159.5703125 -192.37497151478055, -159.5703125 -192.37495 M-159.5703125 -192.37495 C-58.162334235693066 -192.37495, 43.24564402861387 -192.37495, 159.5703125 -192.37495 M-159.5703125 -192.37495 C-41.2610405923529 -192.37495, 77.0482313152942 -192.37495, 159.5703125 -192.37495 M159.5703125 -192.37495 C159.5703125 -192.37498656655168, 159.5703125 -192.37502313310335, 159.5703125 -192.37505 M159.5703125 -192.37495 C159.5703125 -192.37497042097615, 159.5703125 -192.3749908419523, 159.5703125 -192.37505 M159.5703125 -192.37505 C44.908845359414414 -192.37505, -69.75262178117117 -192.37505, -159.5703125 -192.37505 M159.5703125 -192.37505 C75.84862396515832 -192.37505, -7.8730645696833506 -192.37505, -159.5703125 -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-12" data-look="classic" transform="translate(1421.015625, 221.75)"><g class="outer-path" style=""><path d="M-145.1796875 -192.375 L145.1796875 -192.375 L145.1796875 192.375 L-145.1796875 192.375" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-145.1796875 -192.375 C-34.86581873177484 -192.375, 75.44805003645033 -192.375, 145.1796875 -192.375 M-145.1796875 -192.375 C-78.5471656385707 -192.375, -11.914643777141407 -192.375, 145.1796875 -192.375 M145.1796875 -192.375 C145.1796875 -53.62871079587396, 145.1796875 85.11757840825209, 145.1796875 192.375 M145.1796875 -192.375 C145.1796875 -62.221861671439456, 145.1796875 67.93127665712109, 145.1796875 192.375 M145.1796875 192.375 C84.77815948453487 192.375, 24.376631469069736 192.375, -145.1796875 192.375 M145.1796875 192.375 C31.582145001429083 192.375, -82.01539749714183 192.375, -145.1796875 192.375 M-145.1796875 192.375 C-145.1796875 93.81668284742885, -145.1796875 -4.7416343051422984, -145.1796875 -192.375 M-145.1796875 192.375 C-145.1796875 87.03470952781997, -145.1796875 -18.30558094436006, -145.1796875 -192.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-145.1796875 -149.625 L145.1796875 -149.625 L145.1796875 -106.875 L-145.1796875 -106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-145.1796875 -149.625 C-65.88696119905701 -149.625, 13.405765101885976 -149.625, 145.1796875 -149.625 M-145.1796875 -149.625 C-60.36482249749824 -149.625, 24.450042505003523 -149.625, 145.1796875 -149.625 M145.1796875 -149.625 C145.1796875 -137.66425221562065, 145.1796875 -125.70350443124127, 145.1796875 -106.875 M145.1796875 -149.625 C145.1796875 -139.1135768176778, 145.1796875 -128.6021536353556, 145.1796875 -106.875 M145.1796875 -106.875 C36.049441743922486 -106.875, -73.08080401215503 -106.875, -145.1796875 -106.875 M145.1796875 -106.875 C65.20619143620873 -106.875, -14.767304627582547 -106.875, -145.1796875 -106.875 M-145.1796875 -106.875 C-145.1796875 -121.17840691352714, -145.1796875 -135.48181382705428, -145.1796875 -149.625 M-145.1796875 -106.875 C-145.1796875 -121.43870889424554, -145.1796875 -136.00241778849107, -145.1796875 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-145.1796875 -106.875 L145.1796875 -106.875 L145.1796875 -64.125 L-145.1796875 -64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-145.1796875 -106.875 C-67.86919095517666 -106.875, 9.441305589646674 -106.875, 145.1796875 -106.875 M-145.1796875 -106.875 C-85.80508677048854 -106.875, -26.430486040977087 -106.875, 145.1796875 -106.875 M145.1796875 -106.875 C145.1796875 -92.84918062717966, 145.1796875 -78.82336125435933, 145.1796875 -64.125 M145.1796875 -106.875 C145.1796875 -89.801385860111, 145.1796875 -72.72777172022201, 145.1796875 -64.125 M145.1796875 -64.125 C46.2267798185987 -64.125, -52.7261278628026 -64.125, -145.1796875 -64.125 M145.1796875 -64.125 C84.37372338246877 -64.125, 23.567759264937536 -64.125, -145.1796875 -64.125 M-145.1796875 -64.125 C-145.1796875 -74.8363764276786, -145.1796875 -85.54775285535722, -145.1796875 -106.875 M-145.1796875 -64.125 C-145.1796875 -76.97771886099196, -145.1796875 -89.83043772198391, -145.1796875 -106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-145.1796875 -64.125 L145.1796875 -64.125 L145.1796875 -21.375 L-145.1796875 -21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-145.1796875 -64.125 C-39.106731411404894 -64.125, 66.96622467719021 -64.125, 145.1796875 -64.125 M-145.1796875 -64.125 C-61.72899674343668 -64.125, 21.721694013126637 -64.125, 145.1796875 -64.125 M145.1796875 -64.125 C145.1796875 -53.9476220072355, 145.1796875 -43.770244014471004, 145.1796875 -21.375 M145.1796875 -64.125 C145.1796875 -48.90082670499244, 145.1796875 -33.67665340998489, 145.1796875 -21.375 M145.1796875 -21.375 C73.50328877288976 -21.375, 1.8268900457795212 -21.375, -145.1796875 -21.375 M145.1796875 -21.375 C49.360876681052346 -21.375, -46.45793413789531 -21.375, -145.1796875 -21.375 M-145.1796875 -21.375 C-145.1796875 -36.81609683929016, -145.1796875 -52.25719367858032, -145.1796875 -64.125 M-145.1796875 -21.375 C-145.1796875 -31.641793541001334, -145.1796875 -41.90858708200267, -145.1796875 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-145.1796875 -21.375 L145.1796875 -21.375 L145.1796875 21.375 L-145.1796875 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-145.1796875 -21.375 C-29.480238477641194 -21.375, 86.21921054471761 -21.375, 145.1796875 -21.375 M-145.1796875 -21.375 C-49.09333061484348 -21.375, 46.99302627031304 -21.375, 145.1796875 -21.375 M145.1796875 -21.375 C145.1796875 -7.64271914539945, 145.1796875 6.089561709201099, 145.1796875 21.375 M145.1796875 -21.375 C145.1796875 -12.448014802568771, 145.1796875 -3.5210296051375423, 145.1796875 21.375 M145.1796875 21.375 C61.980214686518636 21.375, -21.21925812696273 21.375, -145.1796875 21.375 M145.1796875 21.375 C49.26271373988257 21.375, -46.65426002023486 21.375, -145.1796875 21.375 M-145.1796875 21.375 C-145.1796875 4.447846543518317, -145.1796875 -12.479306912963366, -145.1796875 -21.375 M-145.1796875 21.375 C-145.1796875 10.816724213132353, -145.1796875 0.25844842626470665, -145.1796875 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-145.1796875 21.375 L145.1796875 21.375 L145.1796875 64.125 L-145.1796875 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-145.1796875 21.375 C-53.413908403766655 21.375, 38.35187069246669 21.375, 145.1796875 21.375 M-145.1796875 21.375 C-55.76579447566888 21.375, 33.64809854866223 21.375, 145.1796875 21.375 M145.1796875 21.375 C145.1796875 31.571907091246118, 145.1796875 41.768814182492235, 145.1796875 64.125 M145.1796875 21.375 C145.1796875 30.53707935181054, 145.1796875 39.69915870362108, 145.1796875 64.125 M145.1796875 64.125 C83.40309895873112 64.125, 21.626510417462242 64.125, -145.1796875 64.125 M145.1796875 64.125 C60.539822012291 64.125, -24.100043475418005 64.125, -145.1796875 64.125 M-145.1796875 64.125 C-145.1796875 49.35096518296312, -145.1796875 34.57693036592625, -145.1796875 21.375 M-145.1796875 64.125 C-145.1796875 51.175339730094365, -145.1796875 38.22567946018873, -145.1796875 21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-145.1796875 64.125 L145.1796875 64.125 L145.1796875 106.875 L-145.1796875 106.875" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-145.1796875 64.125 C-48.85340427136839 64.125, 47.47287895726322 64.125, 145.1796875 64.125 M-145.1796875 64.125 C-79.42667176457832 64.125, -13.673656029156632 64.125, 145.1796875 64.125 M145.1796875 64.125 C145.1796875 80.99576641176945, 145.1796875 97.8665328235389, 145.1796875 106.875 M145.1796875 64.125 C145.1796875 77.52072493708962, 145.1796875 90.91644987417926, 145.1796875 106.875 M145.1796875 106.875 C67.32981180640753 106.875, -10.520063887184932 106.875, -145.1796875 106.875 M145.1796875 106.875 C69.17684215972669 106.875, -6.826003180546621 106.875, -145.1796875 106.875 M-145.1796875 106.875 C-145.1796875 94.26134400634746, -145.1796875 81.64768801269491, -145.1796875 64.125 M-145.1796875 106.875 C-145.1796875 92.52122275258066, -145.1796875 78.16744550516133, -145.1796875 64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-145.1796875 106.875 L145.1796875 106.875 L145.1796875 149.625 L-145.1796875 149.625" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-145.1796875 106.875 C-43.525047367568405 106.875, 58.12959276486319 106.875, 145.1796875 106.875 M-145.1796875 106.875 C-42.394114269250835 106.875, 60.39145896149833 106.875, 145.1796875 106.875 M145.1796875 106.875 C145.1796875 117.30404615276994, 145.1796875 127.73309230553988, 145.1796875 149.625 M145.1796875 106.875 C145.1796875 120.31032363070189, 145.1796875 133.74564726140378, 145.1796875 149.625 M145.1796875 149.625 C49.62156496073443 149.625, -45.936557578531136 149.625, -145.1796875 149.625 M145.1796875 149.625 C39.165262083527594 149.625, -66.84916333294481 149.625, -145.1796875 149.625 M-145.1796875 149.625 C-145.1796875 139.26181188966532, -145.1796875 128.89862377933065, -145.1796875 106.875 M-145.1796875 149.625 C-145.1796875 140.78523149707766, -145.1796875 131.9454629941553, -145.1796875 106.875" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-145.1796875 149.625 L145.1796875 149.625 L145.1796875 192.375 L-145.1796875 192.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-145.1796875 149.625 C-70.87821442527877 149.625, 3.4232586494424595 149.625, 145.1796875 149.625 M-145.1796875 149.625 C-77.76113423274565 149.625, -10.342580965491294 149.625, 145.1796875 149.625 M145.1796875 149.625 C145.1796875 165.03264070219913, 145.1796875 180.44028140439826, 145.1796875 192.375 M145.1796875 149.625 C145.1796875 166.27892565358923, 145.1796875 182.93285130717842, 145.1796875 192.375 M145.1796875 192.375 C79.93995577006116 192.375, 14.700224040122322 192.375, -145.1796875 192.375 M145.1796875 192.375 C35.4126165836537 192.375, -74.3544543326926 192.375, -145.1796875 192.375 M-145.1796875 192.375 C-145.1796875 180.63246734685288, -145.1796875 168.88993469370575, -145.1796875 149.625 M-145.1796875 192.375 C-145.1796875 176.76727991856995, -145.1796875 161.15955983713994, -145.1796875 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(-132.6796875, -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(-34.8203125, -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: 112px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(112.6796875, -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(112.6796875, -140.25)" style=""><foreignObject width="20" 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(-132.6796875, -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: 158px; text-align: start;"><span class="nodeLabel"><p>LogType</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-34.8203125, -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: 128px; text-align: start;"><span class="nodeLabel"><p>type</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(112.6796875, -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(112.6796875, -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(-132.6796875, -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(-34.8203125, -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: 147px; text-align: start;"><span class="nodeLabel"><p>content</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(112.6796875, -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(112.6796875, -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(-132.6796875, -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(-34.8203125, -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(112.6796875, -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(112.6796875, -12)" style=""><foreignObject width="20" 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(-132.6796875, 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(-34.8203125, 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: 186px; text-align: start;"><span class="nodeLabel"><p>commit_hash</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(112.6796875, 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(112.6796875, 30.75)" style=""><foreignObject width="20" 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(-132.6796875, 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(-34.8203125, 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(112.6796875, 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(112.6796875, 73.5)" style=""><foreignObject width="20" 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(-132.6796875, 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: 128px; text-align: start;"><span class="nodeLabel"><p>Json</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-34.8203125, 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: 158px; text-align: start;"><span class="nodeLabel"><p>metadata</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(112.6796875, 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(112.6796875, 116.25)" style=""><foreignObject width="20" 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(-132.6796875, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-34.8203125, 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(112.6796875, 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(112.6796875, 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-145.1796875 -149.62505 L-145.1796875 -149.62495 L145.1796875 -149.62495 L145.1796875 -149.62505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-145.1796875 -149.62505 C-145.1796875 -149.62502773128992, -145.1796875 -149.62500546257985, -145.1796875 -149.62495 M-145.1796875 -149.62505 C-145.1796875 -149.62502418448187, -145.1796875 -149.62499836896376, -145.1796875 -149.62495 M-145.1796875 -149.62495 C-42.456615825069264 -149.62495, 60.26645584986147 -149.62495, 145.1796875 -149.62495 M-145.1796875 -149.62495 C-82.2833156443349 -149.62495, -19.38694378866981 -149.62495, 145.1796875 -149.62495 M145.1796875 -149.62495 C145.1796875 -149.62497224441145, 145.1796875 -149.6249944888229, 145.1796875 -149.62505 M145.1796875 -149.62495 C145.1796875 -149.62498674772252, 145.1796875 -149.62502349544502, 145.1796875 -149.62505 M145.1796875 -149.62505 C33.245077558388815 -149.62505, -78.68953238322237 -149.62505, -145.1796875 -149.62505 M145.1796875 -149.62505 C53.94096682099803 -149.62505, -37.297753858003944 -149.62505, -145.1796875 -149.62505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-47.3203625 -149.625 L-47.3202625 -149.625 L-47.3202625 192.375 L-47.3203625 192.375" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-47.3203625 -149.625 C-47.32033022792171 -149.625, -47.32029795584341 -149.625, -47.3202625 -149.625 M-47.3203625 -149.625 C-47.32033072113708 -149.625, -47.320298942274164 -149.625, -47.3202625 -149.625 M-47.3202625 -149.625 C-47.3202625 -14.229831687060312, -47.3202625 121.16533662587938, -47.3202625 192.375 M-47.3202625 -149.625 C-47.3202625 -70.40493718660665, -47.3202625 8.81512562678671, -47.3202625 192.375 M-47.3202625 192.375 C-47.32029090772754 192.375, -47.32031931545509 192.375, -47.3203625 192.375 M-47.3202625 192.375 C-47.32029396635454 192.375, -47.32032543270908 192.375, -47.3203625 192.375 M-47.3203625 192.375 C-47.3203625 98.38964674138295, -47.3203625 4.404293482765894, -47.3203625 -149.625 M-47.3203625 192.375 C-47.3203625 70.9075590090168, -47.3203625 -50.55988198196641, -47.3203625 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M100.1796375 -149.625 L100.1797375 -149.625 L100.1797375 192.375 L100.1796375 192.375" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M100.1796375 -149.625 C100.1796609166352 -149.625, 100.17968433327039 -149.625, 100.1797375 -149.625 M100.1796375 -149.625 C100.17966021450127 -149.625, 100.17968292900254 -149.625, 100.1797375 -149.625 M100.1797375 -149.625 C100.1797375 -31.494783652779347, 100.1797375 86.6354326944413, 100.1797375 192.375 M100.1797375 -149.625 C100.1797375 -35.573734678308114, 100.1797375 78.47753064338377, 100.1797375 192.375 M100.1797375 192.375 C100.17971317576259 192.375, 100.17968885152517 192.375, 100.1796375 192.375 M100.1797375 192.375 C100.17971043620386 192.375, 100.17968337240772 192.375, 100.1796375 192.375 M100.1796375 192.375 C100.1796375 99.10879049033854, 100.1796375 5.84258098067707, 100.1796375 -149.625 M100.1796375 192.375 C100.1796375 71.17673876294954, 100.1796375 -50.02152247410092, 100.1796375 -149.625" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-145.1796875 -149.62505 L-145.1796875 -149.62495 L145.1796875 -149.62495 L145.1796875 -149.62505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-145.1796875 -149.62505 C-145.1796875 -149.62502013828149, -145.1796875 -149.624990276563, -145.1796875 -149.62495 M-145.1796875 -149.62505 C-145.1796875 -149.62501787008995, -145.1796875 -149.62498574017988, -145.1796875 -149.62495 M-145.1796875 -149.62495 C-84.64506506883255 -149.62495, -24.110442637665102 -149.62495, 145.1796875 -149.62495 M-145.1796875 -149.62495 C-52.065964602665275 -149.62495, 41.04775829466945 -149.62495, 145.1796875 -149.62495 M145.1796875 -149.62495 C145.1796875 -149.62497747978355, 145.1796875 -149.6250049595671, 145.1796875 -149.62505 M145.1796875 -149.62495 C145.1796875 -149.62498847475086, 145.1796875 -149.6250269495017, 145.1796875 -149.62505 M145.1796875 -149.62505 C50.51918525793778 -149.62505, -44.141316984124444 -149.62505, -145.1796875 -149.62505 M145.1796875 -149.62505 C69.72074245769433 -149.62505, -5.738202584611344 -149.62505, -145.1796875 -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-13" data-look="classic" transform="translate(646.390625, 1300.125)"><g class="outer-path" style=""><path d="M-140.3828125 -128.25 L140.3828125 -128.25 L140.3828125 128.25 L-140.3828125 128.25" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-140.3828125 -128.25 C-50.10878482520728 -128.25, 40.16524284958544 -128.25, 140.3828125 -128.25 M-140.3828125 -128.25 C-54.80021623314185 -128.25, 30.782380033716294 -128.25, 140.3828125 -128.25 M140.3828125 -128.25 C140.3828125 -28.7757788488705, 140.3828125 70.698442302259, 140.3828125 128.25 M140.3828125 -128.25 C140.3828125 -28.588608251445578, 140.3828125 71.07278349710884, 140.3828125 128.25 M140.3828125 128.25 C83.09901756918555 128.25, 25.81522263837111 128.25, -140.3828125 128.25 M140.3828125 128.25 C37.284265924206125 128.25, -65.81428065158775 128.25, -140.3828125 128.25 M-140.3828125 128.25 C-140.3828125 64.0799528460557, -140.3828125 -0.09009430788859163, -140.3828125 -128.25 M-140.3828125 128.25 C-140.3828125 29.315802478043935, -140.3828125 -69.61839504391213, -140.3828125 -128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-140.3828125 -85.5 L140.3828125 -85.5 L140.3828125 -42.75 L-140.3828125 -42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-140.3828125 -85.5 C-63.044986815731804 -85.5, 14.292838868536393 -85.5, 140.3828125 -85.5 M-140.3828125 -85.5 C-59.95806646729022 -85.5, 20.466679565419554 -85.5, 140.3828125 -85.5 M140.3828125 -85.5 C140.3828125 -74.38213757494881, 140.3828125 -63.26427514989764, 140.3828125 -42.75 M140.3828125 -85.5 C140.3828125 -71.7605457077813, 140.3828125 -58.02109141556261, 140.3828125 -42.75 M140.3828125 -42.75 C56.71359530928342 -42.75, -26.95562188143316 -42.75, -140.3828125 -42.75 M140.3828125 -42.75 C60.85250828536107 -42.75, -18.677795929277863 -42.75, -140.3828125 -42.75 M-140.3828125 -42.75 C-140.3828125 -54.30718949482112, -140.3828125 -65.86437898964223, -140.3828125 -85.5 M-140.3828125 -42.75 C-140.3828125 -56.40367968596147, -140.3828125 -70.05735937192294, -140.3828125 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-140.3828125 -42.75 L140.3828125 -42.75 L140.3828125 0 L-140.3828125 0" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-140.3828125 -42.75 C-52.75943728983283 -42.75, 34.86393792033434 -42.75, 140.3828125 -42.75 M-140.3828125 -42.75 C-38.74232489638196 -42.75, 62.89816270723608 -42.75, 140.3828125 -42.75 M140.3828125 -42.75 C140.3828125 -30.035575661643442, 140.3828125 -17.321151323286887, 140.3828125 0 M140.3828125 -42.75 C140.3828125 -28.517642791528473, 140.3828125 -14.285285583056947, 140.3828125 0 M140.3828125 0 C67.97329546856598 0, -4.436221562868042 0, -140.3828125 0 M140.3828125 0 C48.559548218485375 0, -43.26371606302925 0, -140.3828125 0 M-140.3828125 0 C-140.3828125 -12.318843742716027, -140.3828125 -24.637687485432053, -140.3828125 -42.75 M-140.3828125 0 C-140.3828125 -15.273915751991185, -140.3828125 -30.54783150398237, -140.3828125 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-140.3828125 0 L140.3828125 0 L140.3828125 42.75 L-140.3828125 42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-140.3828125 0 C-28.762566076387543 0, 82.85768034722491 0, 140.3828125 0 M-140.3828125 0 C-60.6658571018483 0, 19.051098296303394 0, 140.3828125 0 M140.3828125 0 C140.3828125 10.981435112480753, 140.3828125 21.962870224961506, 140.3828125 42.75 M140.3828125 0 C140.3828125 15.117102209954657, 140.3828125 30.234204419909315, 140.3828125 42.75 M140.3828125 42.75 C58.32924674479226 42.75, -23.724319010415485 42.75, -140.3828125 42.75 M140.3828125 42.75 C45.661862490393816 42.75, -49.05908751921237 42.75, -140.3828125 42.75 M-140.3828125 42.75 C-140.3828125 28.95257451949952, -140.3828125 15.155149038999042, -140.3828125 0 M-140.3828125 42.75 C-140.3828125 27.19814440678227, -140.3828125 11.646288813564535, -140.3828125 0" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-140.3828125 42.75 L140.3828125 42.75 L140.3828125 85.5 L-140.3828125 85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-140.3828125 42.75 C-38.61194062791276 42.75, 63.15893124417448 42.75, 140.3828125 42.75 M-140.3828125 42.75 C-40.023723902497466 42.75, 60.33536469500507 42.75, 140.3828125 42.75 M140.3828125 42.75 C140.3828125 51.467902085795195, 140.3828125 60.18580417159039, 140.3828125 85.5 M140.3828125 42.75 C140.3828125 59.82968646817578, 140.3828125 76.90937293635156, 140.3828125 85.5 M140.3828125 85.5 C46.524162724975795 85.5, -47.33448705004841 85.5, -140.3828125 85.5 M140.3828125 85.5 C83.46983152798043 85.5, 26.55685055596085 85.5, -140.3828125 85.5 M-140.3828125 85.5 C-140.3828125 74.92433087339406, -140.3828125 64.34866174678811, -140.3828125 42.75 M-140.3828125 85.5 C-140.3828125 72.13654337964077, -140.3828125 58.77308675928155, -140.3828125 42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-140.3828125 85.5 L140.3828125 85.5 L140.3828125 128.25 L-140.3828125 128.25" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-140.3828125 85.5 C-30.426509919881696 85.5, 79.52979266023661 85.5, 140.3828125 85.5 M-140.3828125 85.5 C-72.80769791931598 85.5, -5.232583338631969 85.5, 140.3828125 85.5 M140.3828125 85.5 C140.3828125 96.60323600317948, 140.3828125 107.70647200635895, 140.3828125 128.25 M140.3828125 85.5 C140.3828125 100.9276707998536, 140.3828125 116.35534159970719, 140.3828125 128.25 M140.3828125 128.25 C57.45012763022663 128.25, -25.482557239546736 128.25, -140.3828125 128.25 M140.3828125 128.25 C36.78749074549533 128.25, -66.80783100900933 128.25, -140.3828125 128.25 M-140.3828125 128.25 C-140.3828125 118.18077125866046, -140.3828125 108.11154251732093, -140.3828125 85.5 M-140.3828125 128.25 C-140.3828125 112.43852420597725, -140.3828125 96.62704841195448, -140.3828125 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(-127.8828125, -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(-16.3984375, -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: 112px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(107.8828125, -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(107.8828125, -76.125)" style=""><foreignObject width="20" 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(-127.8828125, -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(-16.3984375, -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: 172px; text-align: start;"><span class="nodeLabel"><p>sprint_goal</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(107.8828125, -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(107.8828125, -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(-127.8828125, 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(-16.3984375, 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(107.8828125, 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(107.8828125, 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(-127.8828125, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-16.3984375, 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(107.8828125, 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(107.8828125, 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(-127.8828125, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-16.3984375, 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: 186px; text-align: start;"><span class="nodeLabel"><p>completed_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(107.8828125, 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(107.8828125, 94.875)" style=""><foreignObject width="20" 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-140.3828125 -85.50005 L-140.3828125 -85.49995 L140.3828125 -85.49995 L140.3828125 -85.50005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-140.3828125 -85.50005 C-140.3828125 -85.50002952244577, -140.3828125 -85.50000904489153, -140.3828125 -85.49995 M-140.3828125 -85.50005 C-140.3828125 -85.50002338772431, -140.3828125 -85.49999677544861, -140.3828125 -85.49995 M-140.3828125 -85.49995 C-70.99131830937263 -85.49995, -1.5998241187452606 -85.49995, 140.3828125 -85.49995 M-140.3828125 -85.49995 C-41.1420273931373 -85.49995, 58.098757713725405 -85.49995, 140.3828125 -85.49995 M140.3828125 -85.49995 C140.3828125 -85.49998929586891, 140.3828125 -85.50002859173783, 140.3828125 -85.50005 M140.3828125 -85.49995 C140.3828125 -85.49998479345976, 140.3828125 -85.50001958691954, 140.3828125 -85.50005 M140.3828125 -85.50005 C76.04467710966362 -85.50005, 11.706541719327248 -85.50005, -140.3828125 -85.50005 M140.3828125 -85.50005 C39.3388213537977 -85.50005, -61.705169792404604 -85.50005, -140.3828125 -85.50005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-28.8984875 -85.5 L-28.8983875 -85.5 L-28.8983875 128.25 L-28.8984875 128.25" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-28.8984875 -85.5 C-28.89845057575723 -85.5, -28.898413651514456 -85.5, -28.8983875 -85.5 M-28.8984875 -85.5 C-28.89846430706598 -85.5, -28.89844111413196 -85.5, -28.8983875 -85.5 M-28.8983875 -85.5 C-28.8983875 -22.040728105832216, -28.8983875 41.41854378833557, -28.8983875 128.25 M-28.8983875 -85.5 C-28.8983875 -41.339843747992504, -28.8983875 2.820312504014993, -28.8983875 128.25 M-28.8983875 128.25 C-28.898415375017628 128.25, -28.898443250035253 128.25, -28.8984875 128.25 M-28.8983875 128.25 C-28.898426953811725 128.25, -28.898466407623452 128.25, -28.8984875 128.25 M-28.8984875 128.25 C-28.8984875 84.29011766663436, -28.8984875 40.33023533326872, -28.8984875 -85.5 M-28.8984875 128.25 C-28.8984875 74.44827174845017, -28.8984875 20.64654349690032, -28.8984875 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M95.3827625 -85.5 L95.3828625 -85.5 L95.3828625 128.25 L95.3827625 128.25" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M95.3827625 -85.5 C95.38279703160927 -85.5, 95.38283156321856 -85.5, 95.3828625 -85.5 M95.3827625 -85.5 C95.3827988326125 -85.5, 95.382835165225 -85.5, 95.3828625 -85.5 M95.3828625 -85.5 C95.3828625 -18.803962119666366, 95.3828625 47.89207576066727, 95.3828625 128.25 M95.3828625 -85.5 C95.3828625 -35.355310901879285, 95.3828625 14.78937819624143, 95.3828625 128.25 M95.3828625 128.25 C95.38282827754189 128.25, 95.38279405508378 128.25, 95.3827625 128.25 M95.3828625 128.25 C95.38283141458167 128.25, 95.38280032916335 128.25, 95.3827625 128.25 M95.3827625 128.25 C95.3827625 72.61410656842926, 95.3827625 16.978213136858514, 95.3827625 -85.5 M95.3827625 128.25 C95.3827625 80.6751464872593, 95.3827625 33.100292974518595, 95.3827625 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-140.3828125 -85.50005 L-140.3828125 -85.49995 L140.3828125 -85.49995 L140.3828125 -85.50005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-140.3828125 -85.50005 C-140.3828125 -85.5000153531989, -140.3828125 -85.49998070639779, -140.3828125 -85.49995 M-140.3828125 -85.50005 C-140.3828125 -85.50001035148425, -140.3828125 -85.49997070296848, -140.3828125 -85.49995 M-140.3828125 -85.49995 C-41.249015340360174 -85.49995, 57.88478181927965 -85.49995, 140.3828125 -85.49995 M-140.3828125 -85.49995 C-56.100452254232266 -85.49995, 28.181907991535468 -85.49995, 140.3828125 -85.49995 M140.3828125 -85.49995 C140.3828125 -85.49997338058819, 140.3828125 -85.49999676117636, 140.3828125 -85.50005 M140.3828125 -85.49995 C140.3828125 -85.49997183038577, 140.3828125 -85.49999366077155, 140.3828125 -85.50005 M140.3828125 -85.50005 C55.56783704266566 -85.50005, -29.247138414668683 -85.50005, -140.3828125 -85.50005 M140.3828125 -85.50005 C55.78193395953173 -85.50005, -28.818944580936545 -85.50005, -140.3828125 -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-14" data-look="classic" transform="translate(427.9453125, 221.75)"><g class="outer-path" style=""><path d="M-161.1875 -213.75 L161.1875 -213.75 L161.1875 213.75 L-161.1875 213.75" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-161.1875 -213.75 C-80.91149575573405 -213.75, -0.6354915114681035 -213.75, 161.1875 -213.75 M-161.1875 -213.75 C-49.234861101857916 -213.75, 62.71777779628417 -213.75, 161.1875 -213.75 M161.1875 -213.75 C161.1875 -75.760096613336, 161.1875 62.229806773327994, 161.1875 213.75 M161.1875 -213.75 C161.1875 -108.87377579488691, 161.1875 -3.9975515897738205, 161.1875 213.75 M161.1875 213.75 C87.69000867618523 213.75, 14.192517352370459 213.75, -161.1875 213.75 M161.1875 213.75 C62.60889721355062 213.75, -35.96970557289876 213.75, -161.1875 213.75 M-161.1875 213.75 C-161.1875 96.92767686858208, -161.1875 -19.894646262835835, -161.1875 -213.75 M-161.1875 213.75 C-161.1875 113.44612145079397, -161.1875 13.142242901587935, -161.1875 -213.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-161.1875 -171 L161.1875 -171 L161.1875 -128.25 L-161.1875 -128.25" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-161.1875 -171 C-93.82311074835918 -171, -26.45872149671837 -171, 161.1875 -171 M-161.1875 -171 C-91.9784309782959 -171, -22.76936195659181 -171, 161.1875 -171 M161.1875 -171 C161.1875 -158.777252695715, 161.1875 -146.55450539142998, 161.1875 -128.25 M161.1875 -171 C161.1875 -159.0292508727048, 161.1875 -147.05850174540961, 161.1875 -128.25 M161.1875 -128.25 C48.20241521445608 -128.25, -64.78266957108784 -128.25, -161.1875 -128.25 M161.1875 -128.25 C63.03372506674005 -128.25, -35.120049866519906 -128.25, -161.1875 -128.25 M-161.1875 -128.25 C-161.1875 -142.39035202509612, -161.1875 -156.53070405019227, -161.1875 -171 M-161.1875 -128.25 C-161.1875 -142.5575518425104, -161.1875 -156.8651036850208, -161.1875 -171" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-161.1875 -128.25 L161.1875 -128.25 L161.1875 -85.5 L-161.1875 -85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-161.1875 -128.25 C-66.73105544344169 -128.25, 27.72538911311662 -128.25, 161.1875 -128.25 M-161.1875 -128.25 C-36.533820625435084 -128.25, 88.11985874912983 -128.25, 161.1875 -128.25 M161.1875 -128.25 C161.1875 -113.07826256110573, 161.1875 -97.90652512221146, 161.1875 -85.5 M161.1875 -128.25 C161.1875 -118.70009482595589, 161.1875 -109.15018965191177, 161.1875 -85.5 M161.1875 -85.5 C36.28838094541062 -85.5, -88.61073810917875 -85.5, -161.1875 -85.5 M161.1875 -85.5 C67.67197529081918 -85.5, -25.843549418361647 -85.5, -161.1875 -85.5 M-161.1875 -85.5 C-161.1875 -95.9105488740713, -161.1875 -106.32109774814259, -161.1875 -128.25 M-161.1875 -85.5 C-161.1875 -98.98521213792658, -161.1875 -112.47042427585316, -161.1875 -128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-161.1875 -85.5 L161.1875 -85.5 L161.1875 -42.75 L-161.1875 -42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-161.1875 -85.5 C-87.17664604110362 -85.5, -13.165792082207247 -85.5, 161.1875 -85.5 M-161.1875 -85.5 C-57.6935837001805 -85.5, 45.800332599639006 -85.5, 161.1875 -85.5 M161.1875 -85.5 C161.1875 -69.2158128077565, 161.1875 -52.93162561551302, 161.1875 -42.75 M161.1875 -85.5 C161.1875 -74.63580066598844, 161.1875 -63.77160133197689, 161.1875 -42.75 M161.1875 -42.75 C77.59161362072248 -42.75, -6.004272758555032 -42.75, -161.1875 -42.75 M161.1875 -42.75 C54.27694351655444 -42.75, -52.63361296689112 -42.75, -161.1875 -42.75 M-161.1875 -42.75 C-161.1875 -52.86415963886953, -161.1875 -62.97831927773906, -161.1875 -85.5 M-161.1875 -42.75 C-161.1875 -54.22160850947231, -161.1875 -65.69321701894462, -161.1875 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-161.1875 -42.75 L161.1875 -42.75 L161.1875 0 L-161.1875 0" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-161.1875 -42.75 C-63.200809495074765 -42.75, 34.78588100985047 -42.75, 161.1875 -42.75 M-161.1875 -42.75 C-61.570701285524365 -42.75, 38.04609742895127 -42.75, 161.1875 -42.75 M161.1875 -42.75 C161.1875 -27.44554008325926, 161.1875 -12.141080166518524, 161.1875 0 M161.1875 -42.75 C161.1875 -29.203001377880668, 161.1875 -15.656002755761339, 161.1875 0 M161.1875 0 C82.10239890518152 0, 3.017297810363033 0, -161.1875 0 M161.1875 0 C40.12402162952486 0, -80.93945674095028 0, -161.1875 0 M-161.1875 0 C-161.1875 -13.755916128672894, -161.1875 -27.511832257345787, -161.1875 -42.75 M-161.1875 0 C-161.1875 -12.500096839162548, -161.1875 -25.000193678325097, -161.1875 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-161.1875 0 L161.1875 0 L161.1875 42.75 L-161.1875 42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-161.1875 0 C-71.4861865884291 0, 18.215126823141787 0, 161.1875 0 M-161.1875 0 C-80.26799240583212 0, 0.6515151883357646 0, 161.1875 0 M161.1875 0 C161.1875 14.635940876811043, 161.1875 29.271881753622086, 161.1875 42.75 M161.1875 0 C161.1875 9.151200822746874, 161.1875 18.30240164549375, 161.1875 42.75 M161.1875 42.75 C45.501902090542785 42.75, -70.18369581891443 42.75, -161.1875 42.75 M161.1875 42.75 C38.913972898111325 42.75, -83.35955420377735 42.75, -161.1875 42.75 M-161.1875 42.75 C-161.1875 26.79640649834178, -161.1875 10.84281299668356, -161.1875 0 M-161.1875 42.75 C-161.1875 31.82497059389393, -161.1875 20.89994118778786, -161.1875 0" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-161.1875 42.75 L161.1875 42.75 L161.1875 85.5 L-161.1875 85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-161.1875 42.75 C-86.13284635500509 42.75, -11.078192710010171 42.75, 161.1875 42.75 M-161.1875 42.75 C-50.50087905891746 42.75, 60.185741882165075 42.75, 161.1875 42.75 M161.1875 42.75 C161.1875 59.03215831722072, 161.1875 75.31431663444144, 161.1875 85.5 M161.1875 42.75 C161.1875 59.14418204392175, 161.1875 75.5383640878435, 161.1875 85.5 M161.1875 85.5 C50.90193548573879 85.5, -59.38362902852242 85.5, -161.1875 85.5 M161.1875 85.5 C40.5756475397376 85.5, -80.0362049205248 85.5, -161.1875 85.5 M-161.1875 85.5 C-161.1875 69.01883166119705, -161.1875 52.5376633223941, -161.1875 42.75 M-161.1875 85.5 C-161.1875 73.2002524503233, -161.1875 60.900504900646595, -161.1875 42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-161.1875 85.5 L161.1875 85.5 L161.1875 128.25 L-161.1875 128.25" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-161.1875 85.5 C-64.21208907319719 85.5, 32.76332185360562 85.5, 161.1875 85.5 M-161.1875 85.5 C-77.07259348645773 85.5, 7.042313027084532 85.5, 161.1875 85.5 M161.1875 85.5 C161.1875 95.77074081120374, 161.1875 106.04148162240749, 161.1875 128.25 M161.1875 85.5 C161.1875 102.59114486437288, 161.1875 119.68228972874576, 161.1875 128.25 M161.1875 128.25 C74.12739849115623 128.25, -12.932703017687544 128.25, -161.1875 128.25 M161.1875 128.25 C91.58934798832335 128.25, 21.991195976646708 128.25, -161.1875 128.25 M-161.1875 128.25 C-161.1875 118.43781877179954, -161.1875 108.62563754359908, -161.1875 85.5 M-161.1875 128.25 C-161.1875 113.10424988644148, -161.1875 97.95849977288296, -161.1875 85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-161.1875 128.25 L161.1875 128.25 L161.1875 171 L-161.1875 171" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-161.1875 128.25 C-83.95929496123526 128.25, -6.731089922470517 128.25, 161.1875 128.25 M-161.1875 128.25 C-35.93312966191951 128.25, 89.32124067616098 128.25, 161.1875 128.25 M161.1875 128.25 C161.1875 144.77013746358813, 161.1875 161.29027492717623, 161.1875 171 M161.1875 128.25 C161.1875 141.79542909603137, 161.1875 155.34085819206277, 161.1875 171 M161.1875 171 C57.856562183283884 171, -45.47437563343223 171, -161.1875 171 M161.1875 171 C72.23607780457594 171, -16.715344390848117 171, -161.1875 171 M-161.1875 171 C-161.1875 159.28216551905396, -161.1875 147.56433103810792, -161.1875 128.25 M-161.1875 171 C-161.1875 155.32721782837024, -161.1875 139.65443565674047, -161.1875 128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-161.1875 171 L161.1875 171 L161.1875 213.75 L-161.1875 213.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-161.1875 171 C-46.278068686523 171, 68.631362626954 171, 161.1875 171 M-161.1875 171 C-71.67895277942334 171, 17.82959444115332 171, 161.1875 171 M161.1875 171 C161.1875 180.25547427681914, 161.1875 189.51094855363831, 161.1875 213.75 M161.1875 171 C161.1875 187.89859163170644, 161.1875 204.79718326341288, 161.1875 213.75 M161.1875 213.75 C75.38388830687872 213.75, -10.419723386242566 213.75, -161.1875 213.75 M161.1875 213.75 C46.72008854678121 213.75, -67.74732290643757 213.75, -161.1875 213.75 M-161.1875 213.75 C-161.1875 202.79843063851865, -161.1875 191.84686127703733, -161.1875 171 M-161.1875 213.75 C-161.1875 204.33340026618433, -161.1875 194.91680053236865, -161.1875 171" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="label name" transform="translate(-17.890625, -204.375)" 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: 132px; text-align: start;"><span class="nodeLabel"><p>tasks</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-148.6875, -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(-49.421875, -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: 112px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(128.6875, -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(128.6875, -161.625)" style=""><foreignObject width="20" 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.6875, -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(-49.421875, -118.875)" 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: 125px; text-align: start;"><span class="nodeLabel"><p>title</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(128.6875, -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(128.6875, -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-type" transform="translate(-148.6875, -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(-49.421875, -76.125)" 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: 171px; text-align: start;"><span class="nodeLabel"><p>description</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(128.6875, -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(128.6875, -76.125)" style=""><foreignObject width="20" 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.6875, -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(-49.421875, -33.375)" 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: 236px; text-align: start;"><span class="nodeLabel"><p>implementation_plan</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(128.6875, -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(128.6875, -33.375)" style=""><foreignObject width="20" 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.6875, 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(-49.421875, 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: 148px; text-align: start;"><span class="nodeLabel"><p>priority</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(128.6875, 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(128.6875, 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(-148.6875, 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: 133px; text-align: start;"><span class="nodeLabel"><p>Float</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-49.421875, 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(128.6875, 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(128.6875, 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(-148.6875, 94.875)" 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(-49.421875, 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(128.6875, 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(128.6875, 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(-148.6875, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-49.421875, 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(128.6875, 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(128.6875, 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(-148.6875, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-49.421875, 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: 170px; text-align: start;"><span class="nodeLabel"><p>updated_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(128.6875, 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(128.6875, 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-161.1875 -171.00005 L-161.1875 -170.99995 L161.1875 -170.99995 L161.1875 -171.00005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-161.1875 -171.00005 C-161.1875 -171.00001961755342, -161.1875 -170.99998923510688, -161.1875 -170.99995 M-161.1875 -171.00005 C-161.1875 -171.00002855796967, -161.1875 -171.00000711593935, -161.1875 -170.99995 M-161.1875 -170.99995 C-38.62395712168022 -170.99995, 83.93958575663956 -170.99995, 161.1875 -170.99995 M-161.1875 -170.99995 C-35.55842563121864 -170.99995, 90.07064873756272 -170.99995, 161.1875 -170.99995 M161.1875 -170.99995 C161.1875 -170.99998916154178, 161.1875 -171.00002832308354, 161.1875 -171.00005 M161.1875 -170.99995 C161.1875 -170.99998163951375, 161.1875 -171.00001327902748, 161.1875 -171.00005 M161.1875 -171.00005 C48.08340356557841 -171.00005, -65.02069286884318 -171.00005, -161.1875 -171.00005 M161.1875 -171.00005 C86.45922458309893 -171.00005, 11.73094916619786 -171.00005, -161.1875 -171.00005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-61.921925 -171 L-61.921825 -171 L-61.921825 213.75 L-61.921925 213.75" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-61.921925 -171 C-61.921888947494196 -171, -61.92185289498838 -171, -61.921825 -171 M-61.921925 -171 C-61.92190482921531 -171, -61.92188465843061 -171, -61.921825 -171 M-61.921825 -171 C-61.921825 -24.87367466542375, -61.921825 121.2526506691525, -61.921825 213.75 M-61.921825 -171 C-61.921825 -89.70129532044463, -61.921825 -8.402590640889258, -61.921825 213.75 M-61.921825 213.75 C-61.92185753558857 213.75, -61.92189007117715 213.75, -61.921925 213.75 M-61.921825 213.75 C-61.92185522011585 213.75, -61.921885440231705 213.75, -61.921925 213.75 M-61.921925 213.75 C-61.921925 104.82957523951542, -61.921925 -4.090849520969158, -61.921925 -171 M-61.921925 213.75 C-61.921925 133.80553708262053, -61.921925 53.861074165241064, -61.921925 -171" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M116.18745 -171 L116.18755 -171 L116.18755 213.75 L116.18745 213.75" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M116.18745 -171 C116.18747090414074 -171, 116.18749180828146 -171, 116.18755 -171 M116.18745 -171 C116.1874756458174 -171, 116.18750129163479 -171, 116.18755 -171 M116.18755 -171 C116.18755 -17.917174916422994, 116.18755 135.165650167154, 116.18755 213.75 M116.18755 -171 C116.18755 -46.063152530935014, 116.18755 78.87369493812997, 116.18755 213.75 M116.18755 213.75 C116.18752978690019 213.75, 116.18750957380038 213.75, 116.18745 213.75 M116.18755 213.75 C116.18752700323931 213.75, 116.1875040064786 213.75, 116.18745 213.75 M116.18745 213.75 C116.18745 82.5123325932305, 116.18745 -48.72533481353901, 116.18745 -171 M116.18745 213.75 C116.18745 110.7880018809041, 116.18745 7.8260037618082094, 116.18745 -171" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-161.1875 -171.00005 L-161.1875 -170.99995 L161.1875 -170.99995 L161.1875 -171.00005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-161.1875 -171.00005 C-161.1875 -171.00002661654744, -161.1875 -171.0000032330949, -161.1875 -170.99995 M-161.1875 -171.00005 C-161.1875 -171.00001039952969, -161.1875 -170.99997079905935, -161.1875 -170.99995 M-161.1875 -170.99995 C-74.25054684525057 -170.99995, 12.686406309498864 -170.99995, 161.1875 -170.99995 M-161.1875 -170.99995 C-90.35655585399898 -170.99995, -19.525611707997967 -170.99995, 161.1875 -170.99995 M161.1875 -170.99995 C161.1875 -170.9999749064068, 161.1875 -170.9999998128136, 161.1875 -171.00005 M161.1875 -170.99995 C161.1875 -170.99997245618565, 161.1875 -170.99999491237128, 161.1875 -171.00005 M161.1875 -171.00005 C48.56993261175138 -171.00005, -64.04763477649723 -171.00005, -161.1875 -171.00005 M161.1875 -171.00005 C88.51498577998755 -171.00005, 15.84247155997511 -171.00005, -161.1875 -171.00005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g></g><g class="node default" id="my-svg-entity-product_members-15" data-look="classic" transform="translate(1462.625, 1300.125)"><g class="outer-path" style=""><path d="M-120.9453125 -64.125 L120.9453125 -64.125 L120.9453125 64.125 L-120.9453125 64.125" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-120.9453125 -64.125 C-55.8755293085118 -64.125, 9.194253882976398 -64.125, 120.9453125 -64.125 M-120.9453125 -64.125 C-52.67414740891887 -64.125, 15.59701768216226 -64.125, 120.9453125 -64.125 M120.9453125 -64.125 C120.9453125 -13.883478989328111, 120.9453125 36.35804202134378, 120.9453125 64.125 M120.9453125 -64.125 C120.9453125 -34.30766897840125, 120.9453125 -4.490337956802499, 120.9453125 64.125 M120.9453125 64.125 C63.97032638486062 64.125, 6.99534026972124 64.125, -120.9453125 64.125 M120.9453125 64.125 C48.28795810623832 64.125, -24.369396287523358 64.125, -120.9453125 64.125 M-120.9453125 64.125 C-120.9453125 21.384748209841348, -120.9453125 -21.355503580317304, -120.9453125 -64.125 M-120.9453125 64.125 C-120.9453125 21.259995917211057, -120.9453125 -21.605008165577885, -120.9453125 -64.125" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-120.9453125 -21.375 L120.9453125 -21.375 L120.9453125 21.375 L-120.9453125 21.375" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-120.9453125 -21.375 C-35.72986041576688 -21.375, 49.48559166846624 -21.375, 120.9453125 -21.375 M-120.9453125 -21.375 C-34.12894995835053 -21.375, 52.687412583298936 -21.375, 120.9453125 -21.375 M120.9453125 -21.375 C120.9453125 -11.290616263140937, 120.9453125 -1.2062325262818732, 120.9453125 21.375 M120.9453125 -21.375 C120.9453125 -9.65803921488061, 120.9453125 2.0589215702387804, 120.9453125 21.375 M120.9453125 21.375 C49.13198039847069 21.375, -22.681351703058624 21.375, -120.9453125 21.375 M120.9453125 21.375 C50.91869794102877 21.375, -19.107916617942465 21.375, -120.9453125 21.375 M-120.9453125 21.375 C-120.9453125 11.08865046963435, -120.9453125 0.8023009392687008, -120.9453125 -21.375 M-120.9453125 21.375 C-120.9453125 8.938760432950371, -120.9453125 -3.497479134099258, -120.9453125 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-120.9453125 21.375 L120.9453125 21.375 L120.9453125 64.125 L-120.9453125 64.125" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-120.9453125 21.375 C-59.36011874126058 21.375, 2.2250750174788436 21.375, 120.9453125 21.375 M-120.9453125 21.375 C-28.929333035062058 21.375, 63.086646429875884 21.375, 120.9453125 21.375 M120.9453125 21.375 C120.9453125 36.82154342029551, 120.9453125 52.268086840591025, 120.9453125 64.125 M120.9453125 21.375 C120.9453125 33.510740743967716, 120.9453125 45.64648148793543, 120.9453125 64.125 M120.9453125 64.125 C56.08510501334531 64.125, -8.775102473309374 64.125, -120.9453125 64.125 M120.9453125 64.125 C38.73179209717327 64.125, -43.48172830565346 64.125, -120.9453125 64.125 M-120.9453125 64.125 C-120.9453125 51.884556421749814, -120.9453125 39.64411284349963, -120.9453125 21.375 M-120.9453125 64.125 C-120.9453125 49.36740314221514, -120.9453125 34.60980628443028, -120.9453125 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: 216px; text-align: start;"><span class="nodeLabel"><p>product_members</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-108.4453125, -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(-14.9609375, -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: 112px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(88.4453125, -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(88.4453125, -12)" style=""><foreignObject width="20" 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(-108.4453125, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-14.9609375, 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(88.4453125, 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(88.4453125, 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-120.9453125 -21.37505 L-120.9453125 -21.37495 L120.9453125 -21.37495 L120.9453125 -21.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-120.9453125 -21.37505 C-120.9453125 -21.375016965705278, -120.9453125 -21.374983931410558, -120.9453125 -21.37495 M-120.9453125 -21.37505 C-120.9453125 -21.375011550408658, -120.9453125 -21.374973100817314, -120.9453125 -21.37495 M-120.9453125 -21.37495 C-32.11463280411381 -21.37495, 56.71604689177238 -21.37495, 120.9453125 -21.37495 M-120.9453125 -21.37495 C-44.58870983849573 -21.37495, 31.767892823008538 -21.37495, 120.9453125 -21.37495 M120.9453125 -21.37495 C120.9453125 -21.374973463542904, 120.9453125 -21.374996927085814, 120.9453125 -21.37505 M120.9453125 -21.37495 C120.9453125 -21.37498758723647, 120.9453125 -21.375025174472942, 120.9453125 -21.37505 M120.9453125 -21.37505 C33.611950754025344 -21.37505, -53.72141099194931 -21.37505, -120.9453125 -21.37505 M120.9453125 -21.37505 C31.326491557401255 -21.37505, -58.29232938519749 -21.37505, -120.9453125 -21.37505" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-27.4609875 -21.375 L-27.4608875 -21.375 L-27.4608875 64.125 L-27.4609875 64.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-27.4609875 -21.375 C-27.460952703599354 -21.375, -27.46091790719871 -21.375, -27.4608875 -21.375 M-27.4609875 -21.375 C-27.460952747514057 -21.375, -27.46091799502811 -21.375, -27.4608875 -21.375 M-27.4608875 -21.375 C-27.4608875 -0.8240548974409805, -27.4608875 19.72689020511804, -27.4608875 64.125 M-27.4608875 -21.375 C-27.4608875 1.256121948625907, -27.4608875 23.887243897251814, -27.4608875 64.125 M-27.4608875 64.125 C-27.460922579478638 64.125, -27.460957658957273 64.125, -27.4609875 64.125 M-27.4608875 64.125 C-27.460925659991332 64.125, -27.460963819982663 64.125, -27.4609875 64.125 M-27.4609875 64.125 C-27.4609875 38.529037315894406, -27.4609875 12.933074631788813, -27.4609875 -21.375 M-27.4609875 64.125 C-27.4609875 45.41000739173531, -27.4609875 26.695014783470626, -27.4609875 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M75.9452625 -21.375 L75.9453625 -21.375 L75.9453625 64.125 L75.9452625 64.125" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M75.9452625 -21.375 C75.94529376614177 -21.375, 75.94532503228355 -21.375, 75.9453625 -21.375 M75.9452625 -21.375 C75.9452923705821 -21.375, 75.9453222411642 -21.375, 75.9453625 -21.375 M75.9453625 -21.375 C75.9453625 1.14684031179997, 75.9453625 23.66868062359994, 75.9453625 64.125 M75.9453625 -21.375 C75.9453625 11.013745743528084, 75.9453625 43.40249148705617, 75.9453625 64.125 M75.9453625 64.125 C75.94533894431972 64.125, 75.94531538863944 64.125, 75.9452625 64.125 M75.9453625 64.125 C75.94533990994967 64.125, 75.94531731989933 64.125, 75.9452625 64.125 M75.9452625 64.125 C75.9452625 41.79433378088525, 75.9452625 19.463667561770514, 75.9452625 -21.375 M75.9452625 64.125 C75.9452625 45.76385898754452, 75.9452625 27.402717975089054, 75.9452625 -21.375" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-120.9453125 -21.37505 L-120.9453125 -21.37495 L120.9453125 -21.37495 L120.9453125 -21.37505" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-120.9453125 -21.37505 C-120.9453125 -21.37501672711559, -120.9453125 -21.374983454231174, -120.9453125 -21.37495 M-120.9453125 -21.37505 C-120.9453125 -21.37502294842279, -120.9453125 -21.374995896845576, -120.9453125 -21.37495 M-120.9453125 -21.37495 C-64.31223677323894 -21.37495, -7.679161046477873 -21.37495, 120.9453125 -21.37495 M-120.9453125 -21.37495 C-54.70423946067494 -21.37495, 11.536833578650118 -21.37495, 120.9453125 -21.37495 M120.9453125 -21.37495 C120.9453125 -21.37498687059187, 120.9453125 -21.375023741183735, 120.9453125 -21.37505 M120.9453125 -21.37495 C120.9453125 -21.374973840139518, 120.9453125 -21.374997680279037, 120.9453125 -21.37505 M120.9453125 -21.37505 C35.825939827502864 -21.37505, -49.29343284499427 -21.37505, -120.9453125 -21.37505 M120.9453125 -21.37505 C56.55478380007524 -21.37505, -7.835744899849516 -21.37505, -120.9453125 -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-16" data-look="classic" transform="translate(1846.3671875, 1300.125)"><g class="outer-path" style=""><path d="M-122.796875 -171 L122.796875 -171 L122.796875 171 L-122.796875 171" stroke="none" stroke-width="0" fill="#cde498"/><path d="M-122.796875 -171 C-30.732798916702194 -171, 61.33127716659561 -171, 122.796875 -171 M-122.796875 -171 C-34.86486209338422 -171, 53.067150813231564 -171, 122.796875 -171 M122.796875 -171 C122.796875 -54.242769775206355, 122.796875 62.51446044958729, 122.796875 171 M122.796875 -171 C122.796875 -64.69909529379365, 122.796875 41.601809412412706, 122.796875 171 M122.796875 171 C48.14889380669638 171, -26.499087386607243 171, -122.796875 171 M122.796875 171 C46.02254461777238 171, -30.751785764455235 171, -122.796875 171 M-122.796875 171 C-122.796875 55.12739888512351, -122.796875 -60.74520222975298, -122.796875 -171 M-122.796875 171 C-122.796875 44.531914836921985, -122.796875 -81.93617032615603, -122.796875 -171" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-122.796875 -128.25 L122.796875 -128.25 L122.796875 -85.5 L-122.796875 -85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-122.796875 -128.25 C-52.74553455513771 -128.25, 17.30580588972458 -128.25, 122.796875 -128.25 M-122.796875 -128.25 C-55.213549849784215 -128.25, 12.36977530043157 -128.25, 122.796875 -128.25 M122.796875 -128.25 C122.796875 -118.55776968270723, 122.796875 -108.86553936541446, 122.796875 -85.5 M122.796875 -128.25 C122.796875 -118.91084287554125, 122.796875 -109.5716857510825, 122.796875 -85.5 M122.796875 -85.5 C62.876335793762046 -85.5, 2.955796587524091 -85.5, -122.796875 -85.5 M122.796875 -85.5 C54.77539908272699 -85.5, -13.246076834546017 -85.5, -122.796875 -85.5 M-122.796875 -85.5 C-122.796875 -100.53908022115499, -122.796875 -115.57816044231, -122.796875 -128.25 M-122.796875 -85.5 C-122.796875 -100.07973670841592, -122.796875 -114.65947341683186, -122.796875 -128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-122.796875 -85.5 L122.796875 -85.5 L122.796875 -42.75 L-122.796875 -42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-122.796875 -85.5 C-31.68330478693707 -85.5, 59.43026542612586 -85.5, 122.796875 -85.5 M-122.796875 -85.5 C-31.185158766996423 -85.5, 60.426557466007154 -85.5, 122.796875 -85.5 M122.796875 -85.5 C122.796875 -74.18682207115634, 122.796875 -62.87364414231267, 122.796875 -42.75 M122.796875 -85.5 C122.796875 -76.25458017107823, 122.796875 -67.00916034215645, 122.796875 -42.75 M122.796875 -42.75 C53.06178750712928 -42.75, -16.673299985741437 -42.75, -122.796875 -42.75 M122.796875 -42.75 C51.432299863235414 -42.75, -19.93227527352917 -42.75, -122.796875 -42.75 M-122.796875 -42.75 C-122.796875 -58.33886514016948, -122.796875 -73.92773028033896, -122.796875 -85.5 M-122.796875 -42.75 C-122.796875 -58.250070066227934, -122.796875 -73.75014013245587, -122.796875 -85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-122.796875 -42.75 L122.796875 -42.75 L122.796875 0 L-122.796875 0" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-122.796875 -42.75 C-45.06549649429914 -42.75, 32.66588201140172 -42.75, 122.796875 -42.75 M-122.796875 -42.75 C-72.58670628541319 -42.75, -22.376537570826358 -42.75, 122.796875 -42.75 M122.796875 -42.75 C122.796875 -27.211804124639134, 122.796875 -11.673608249278267, 122.796875 0 M122.796875 -42.75 C122.796875 -33.47189801871601, 122.796875 -24.19379603743202, 122.796875 0 M122.796875 0 C36.88321680070541 0, -49.030441398589176 0, -122.796875 0 M122.796875 0 C31.915808320175344 0, -58.96525835964931 0, -122.796875 0 M-122.796875 0 C-122.796875 -13.38833542002366, -122.796875 -26.77667084004732, -122.796875 -42.75 M-122.796875 0 C-122.796875 -15.131984322869252, -122.796875 -30.263968645738505, -122.796875 -42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-122.796875 0 L122.796875 0 L122.796875 42.75 L-122.796875 42.75" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-122.796875 0 C-25.0268566540897 0, 72.7431616918206 0, 122.796875 0 M-122.796875 0 C-41.435495547700825 0, 39.92588390459835 0, 122.796875 0 M122.796875 0 C122.796875 12.143826282560603, 122.796875 24.287652565121206, 122.796875 42.75 M122.796875 0 C122.796875 8.914772432163893, 122.796875 17.829544864327787, 122.796875 42.75 M122.796875 42.75 C45.68269839851476 42.75, -31.43147820297048 42.75, -122.796875 42.75 M122.796875 42.75 C51.61165965701559 42.75, -19.573555685968813 42.75, -122.796875 42.75 M-122.796875 42.75 C-122.796875 29.394884261308643, -122.796875 16.039768522617287, -122.796875 0 M-122.796875 42.75 C-122.796875 31.807217569033547, -122.796875 20.864435138067098, -122.796875 0" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-122.796875 42.75 L122.796875 42.75 L122.796875 85.5 L-122.796875 85.5" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-122.796875 42.75 C-28.100824483836575 42.75, 66.59522603232685 42.75, 122.796875 42.75 M-122.796875 42.75 C-44.99187346962225 42.75, 32.8131280607555 42.75, 122.796875 42.75 M122.796875 42.75 C122.796875 57.70251628139718, 122.796875 72.65503256279436, 122.796875 85.5 M122.796875 42.75 C122.796875 55.08365207993355, 122.796875 67.4173041598671, 122.796875 85.5 M122.796875 85.5 C72.47935968753163 85.5, 22.161844375063254 85.5, -122.796875 85.5 M122.796875 85.5 C73.5575674962767 85.5, 24.318259992553408 85.5, -122.796875 85.5 M-122.796875 85.5 C-122.796875 70.80458587185818, -122.796875 56.10917174371637, -122.796875 42.75 M-122.796875 85.5 C-122.796875 75.40841289678559, -122.796875 65.31682579357118, -122.796875 42.75" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-even"><path d="M-122.796875 85.5 L122.796875 85.5 L122.796875 128.25 L-122.796875 128.25" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 94.5098039216%)"/><path d="M-122.796875 85.5 C-47.225858260328664 85.5, 28.345158479342672 85.5, 122.796875 85.5 M-122.796875 85.5 C-55.343521827450445 85.5, 12.10983134509911 85.5, 122.796875 85.5 M122.796875 85.5 C122.796875 100.72893936902182, 122.796875 115.95787873804365, 122.796875 128.25 M122.796875 85.5 C122.796875 97.73276783021366, 122.796875 109.96553566042732, 122.796875 128.25 M122.796875 128.25 C48.26951671536254 128.25, -26.257841569274916 128.25, -122.796875 128.25 M122.796875 128.25 C35.46727654843055 128.25, -51.862321903138906 128.25, -122.796875 128.25 M-122.796875 128.25 C-122.796875 113.31924903653217, -122.796875 98.38849807306434, -122.796875 85.5 M-122.796875 128.25 C-122.796875 114.90559181444365, -122.796875 101.5611836288873, -122.796875 85.5" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g style="" class="row-rect-odd"><path d="M-122.796875 128.25 L122.796875 128.25 L122.796875 171 L-122.796875 171" stroke="none" stroke-width="0" fill="hsl(78.1578947368, 58.4615384615%, 100%)"/><path d="M-122.796875 128.25 C-42.85636279265857 128.25, 37.084149414682855 128.25, 122.796875 128.25 M-122.796875 128.25 C-31.551330095266934 128.25, 59.69421480946613 128.25, 122.796875 128.25 M122.796875 128.25 C122.796875 144.092845815018, 122.796875 159.935691630036, 122.796875 171 M122.796875 128.25 C122.796875 137.6996282372131, 122.796875 147.14925647442615, 122.796875 171 M122.796875 171 C36.05891593527254 171, -50.679043129454925 171, -122.796875 171 M122.796875 171 C70.26511453269805 171, 17.733354065396114 171, -122.796875 171 M-122.796875 171 C-122.796875 158.39173270702523, -122.796875 145.78346541405045, -122.796875 128.25 M-122.796875 171 C-122.796875 159.40412812978792, -122.796875 147.80825625957584, -122.796875 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: 135px; text-align: start;"><span class="nodeLabel"><p>todos</p></span></div></foreignObject></g><g class="label attribute-type" transform="translate(-110.296875, -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(-16.8125, -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: 112px; text-align: start;"><span class="nodeLabel"><p>id</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(90.296875, -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(90.296875, -118.875)" style=""><foreignObject width="20" 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.296875, -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(-16.8125, -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: 125px; text-align: start;"><span class="nodeLabel"><p>title</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(90.296875, -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(90.296875, -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(-110.296875, -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(-16.8125, -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: 171px; text-align: start;"><span class="nodeLabel"><p>description</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(90.296875, -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(90.296875, -33.375)" style=""><foreignObject width="20" 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.296875, 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: 153px; text-align: start;"><span class="nodeLabel"><p>Boolean</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-16.8125, 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(90.296875, 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(90.296875, 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(-110.296875, 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: 153px; text-align: start;"><span class="nodeLabel"><p>Boolean</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-16.8125, 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: 155px; text-align: start;"><span class="nodeLabel"><p>archived</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(90.296875, 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(90.296875, 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.296875, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-16.8125, 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(90.296875, 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(90.296875, 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(-110.296875, 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: 163px; text-align: start;"><span class="nodeLabel"><p>DateTime</p></span></div></foreignObject></g><g class="label attribute-name" transform="translate(-16.8125, 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: 170px; text-align: start;"><span class="nodeLabel"><p>updated_at</p></span></div></foreignObject></g><g class="label attribute-keys" transform="translate(90.296875, 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(90.296875, 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-122.796875 -128.25005 L-122.796875 -128.24995 L122.796875 -128.24995 L122.796875 -128.25005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-122.796875 -128.25005 C-122.796875 -128.25001776104398, -122.796875 -128.24998552208797, -122.796875 -128.24995 M-122.796875 -128.25005 C-122.796875 -128.25001567332347, -122.796875 -128.24998134664696, -122.796875 -128.24995 M-122.796875 -128.24995 C-54.379110136337786 -128.24995, 14.038654727324428 -128.24995, 122.796875 -128.24995 M-122.796875 -128.24995 C-71.86601346617107 -128.24995, -20.93515193234215 -128.24995, 122.796875 -128.24995 M122.796875 -128.24995 C122.796875 -128.2499755390011, 122.796875 -128.25000107800219, 122.796875 -128.25005 M122.796875 -128.24995 C122.796875 -128.24997553770584, 122.796875 -128.2500010754117, 122.796875 -128.25005 M122.796875 -128.25005 C58.04249449838528 -128.25005, -6.711886003229438 -128.25005, -122.796875 -128.25005 M122.796875 -128.25005 C71.26608057424369 -128.25005, 19.73528614848739 -128.25005, -122.796875 -128.25005" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-29.31255 -128.25 L-29.31245 -128.25 L-29.31245 171 L-29.31255 171" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-29.31255 -128.25 C-29.312523181445677 -128.25, -29.312496362891352 -128.25, -29.31245 -128.25 M-29.31255 -128.25 C-29.31251071726251 -128.25, -29.312471434525015 -128.25, -29.31245 -128.25 M-29.31245 -128.25 C-29.31245 -21.715241279690403, -29.31245 84.8195174406192, -29.31245 171 M-29.31245 -128.25 C-29.31245 -11.726615803077081, -29.31245 104.79676839384584, -29.31245 171 M-29.31245 171 C-29.312475646979447 171, -29.312501293958896 171, -29.31255 171 M-29.31245 171 C-29.31247410956426 171, -29.312498219128518 171, -29.31255 171 M-29.31255 171 C-29.31255 71.93201259831139, -29.31255 -27.135974803377223, -29.31255 -128.25 M-29.31255 171 C-29.31255 97.50024685385628, -29.31255 24.000493707712565, -29.31255 -128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M77.796825 -128.25 L77.796925 -128.25 L77.796925 171 L77.796825 171" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M77.796825 -128.25 C77.79684648169768 -128.25, 77.79686796339536 -128.25, 77.796925 -128.25 M77.796825 -128.25 C77.7968630151344 -128.25, 77.79690103026883 -128.25, 77.796925 -128.25 M77.796925 -128.25 C77.796925 -11.110299655051165, 77.796925 106.02940068989767, 77.796925 171 M77.796925 -128.25 C77.796925 -29.961452544355936, 77.796925 68.32709491128813, 77.796925 171 M77.796925 171 C77.79690420930893 171, 77.79688341861785 171, 77.796825 171 M77.796925 171 C77.79690266988167 171, 77.79688033976333 171, 77.796825 171 M77.796825 171 C77.796825 55.24474908945656, 77.796825 -60.510501821086876, 77.796825 -128.25 M77.796825 171 C77.796825 62.33726930091733, 77.796825 -46.325461398165345, 77.796825 -128.25" stroke="#13540c" stroke-width="1.3" fill="none" stroke-dasharray="0 0"/></g><g class="divider"><path d="M-122.796875 -128.25005 L-122.796875 -128.24995 L122.796875 -128.24995 L122.796875 -128.25005" stroke="none" stroke-width="0" fill="#cde498" fill-rule="evenodd"/><path d="M-122.796875 -128.25005 C-122.796875 -128.25002470909445, -122.796875 -128.24999941818888, -122.796875 -128.24995 M-122.796875 -128.25005 C-122.796875 -128.25001730222974, -122.796875 -128.24998460445948, -122.796875 -128.24995 M-122.796875 -128.24995 C-35.58264972832595 -128.24995, 51.631575543348106 -128.24995, 122.796875 -128.24995 M-122.796875 -128.24995 C-24.93807158230976 -128.24995, 72.92073183538048 -128.24995, 122.796875 -128.24995 M122.796875 -128.24995 C122.796875 -128.2499891366817, 122.796875 -128.25002827336337, 122.796875 -128.25005 M122.796875 -128.24995 C122.796875 -128.24998456914537, 122.796875 -128.2500191382907, 122.796875 -128.25005 M122.796875 -128.25005 C70.69299499453896 -128.25005, 18.58911498907794 -128.25005, -122.796875 -128.25005 M122.796875 -128.25005 C39.11264800571955 -128.25005, -44.5715789885609 -128.25005, -122.796875 -128.25005" 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>