s-kostyuk / everpl

The Everthing Platfrom source code
https://everpl.readthedocs.io/
MIT License
0 stars 1 forks source link

Refactor: Add domain_id to all classes of object model #33

Closed s-kostyuk closed 6 years ago

s-kostyuk commented 6 years ago

For now not all classes from object model have an identifier as a property. Objects of Placement class store their identifiers "placement_id" property, objects of Thing - in "metadata" dictionary as a value of "id" key and Connections don't have identifiers at all.

So, it's time to make some consistency in structure of all object model classes and to add an "domain_id" property