statebox / purescript-studio

Statebox studio + core + API + REST client
https://studio.statebox.cloud
4 stars 0 forks source link

Refactor Wirings, Routes, Paths #331

Open epost opened 4 years ago

epost commented 4 years ago

goals

  1. Clarify and enforce separation between serialisation format and core data structures.
  2. Make stbx-core data structures addressable in a well-typed way (paths, routes, etc).

tasks

sjoerdvisscher commented 4 years ago

Should the Operator type also be in Statebox.Core? See https://github.com/statebox/purescript-studio/pull/326/commits/b591ca55ad13b1319276f65636765cfb336a3987

epost commented 4 years ago

I added this to the checklist to look into, thanks @sjoerdvisscher.