flowy icon indicating copy to clipboard operation
flowy copied to clipboard

States Language Support

Open samgaw opened this issue 4 years ago • 2 comments

This may be way outside the scope of the project but it would be awesome to reuse data specs already available like States Language and augment the spec with the presentation set used in flowy e.g.

"States": {
  "BlockElem1": {
    "Type": "Trigger",
    "Parameters": {
      "flowy": {
        "x": 850,
        "y": 505,
        "width": 318,
        "height": 120
      }
    }
  },
  "BlockElem2": { ... }
}

samgaw avatar Dec 18 '19 16:12 samgaw

Could be added in, although would have to rewrite a lot of it, specially for the saving / loading section which is a bit more complicated than just changing the names of the keys and whatnot.

alyssaxuu avatar Dec 20 '19 09:12 alyssaxuu

Yeah, that was my main reason framing it as possibly way outside of the project's scope. However as the project becomes more popular, requests like #28 & #29 are likely to become more frequent. There's going to be significant creep as more people project their individual requirements. Not reinventing the wheel, and instead making use of a well reviewed spec, defines the functional boundaries for the library and makes the edge cases a presentation matter.

samgaw avatar Dec 25 '19 23:12 samgaw