Skip to content

Future Work

Erick Daniszewski edited this page Apr 8, 2020 · 1 revision

This pages houses a collection of items which can be considered for future work to the Synse platform. There is no limitations to what can be defined here, and no guarantee that any of the items will ever make it into Synse. It is primarily just a place to warehouse ideas, good, bad, and ugly, which are not necessarily scoped, not targeted for any release, and not necessarily verified as being possible or worthwhile.

Consider it a dumping ground for ideas, which may influence future releases and work items.

  • Add scaling to writes. This could be an additional field in the write payload, e.g.
    {
      "action": "foo",
      "data": 10,
      "scale": 10
    }
Clone this wiki locally