[GH-ISSUE #103] Allow importing the exported JSON #761

Closed
opened 2026-04-24 17:46:44 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @xhzeem on GitHub (Jan 11, 2026).
Original GitHub issue: https://github.com/reconurge/flowsint/issues/103

The exported JSON for the sketch has some extra data like

{
  "sketch": {
    "id": "bed20d18-59ac-49f9-bda6-5bb9d6d62d4c",
    "title": "myc",
    "description": ""
  },
  "graph": {
    "nodes": [
      {
        "id": "4:b367a806-745d-4a2c-85a5-87d358e0d9c2:0",
        "data": {
          "domain": "files.com",
          "root": true,
          "x": -4.259090087702458,
          "sketch_id": "bed20d18-59ac-49f9-bda6-5bb9d6d62d4c",
          "y": -14.604472470046936,
          "created_at": "2026-01-11T15:01:22.877455+00:00",
          "label": "files.com",
          "type": "domain"
        },
        "label": "files.com",
        "idx": 0,
        "x": -4.259090087702458,
        "y": -14.604472470046936
      },
...

while it's not allow needed in the import, you can still accept the same file as import and only parse the needed values, so the exported sketch can be imported same way

Originally created by @xhzeem on GitHub (Jan 11, 2026). Original GitHub issue: https://github.com/reconurge/flowsint/issues/103 The exported JSON for the sketch has some extra data like ```json { "sketch": { "id": "bed20d18-59ac-49f9-bda6-5bb9d6d62d4c", "title": "myc", "description": "" }, "graph": { "nodes": [ { "id": "4:b367a806-745d-4a2c-85a5-87d358e0d9c2:0", "data": { "domain": "files.com", "root": true, "x": -4.259090087702458, "sketch_id": "bed20d18-59ac-49f9-bda6-5bb9d6d62d4c", "y": -14.604472470046936, "created_at": "2026-01-11T15:01:22.877455+00:00", "label": "files.com", "type": "domain" }, "label": "files.com", "idx": 0, "x": -4.259090087702458, "y": -14.604472470046936 }, ... ``` while it's not allow needed in the import, you can still accept the same file as import and only parse the needed values, so the exported sketch can be imported same way
Author
Owner

@dextmorgn commented on GitHub (Jan 12, 2026):

fixed with be0880e77d3a64b7a6b0a159627135393d6e28dd.

<!-- gh-comment-id:3737474913 --> @dextmorgn commented on GitHub (Jan 12, 2026): fixed with [be0880e77d3a64b7a6b0a159627135393d6e28dd](https://github.com/reconurge/flowsint/commit/be0880e77d3a64b7a6b0a159627135393d6e28dd).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#761