Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Configurable 3D definitions for the received entities #9

Open
abraverm opened this issue Jul 31, 2017 · 3 comments
Open

Configurable 3D definitions for the received entities #9

abraverm opened this issue Jul 31, 2017 · 3 comments

Comments

@abraverm
Copy link
Contributor

abraverm commented Jul 31, 2017

After the client received entities (JSON format), it will add 3D meaning to them.
For example:

{
  "type": "file",
  "size": 231235123,
  "owner":  "abraverm"
}

Adding configuration, (AKA theme) will return:

{
  "type": "file",
  "size":  231235123,
  "owner":  "abraverm",
  "3d_size": "scale",
  "3d_type": "cube",
  "3d_owner": {
    "abraverm": "color_blue",
    "root": "color_red",
    "default": "color_cached_or_new"
  }
}
@shakedlokits
Copy link
Contributor

This assumes on architecture, I advise to put it on hold until we finish full stack integration and discuss these proceedings.

@mrsiano
Copy link

mrsiano commented Aug 2, 2017

This is first skeleton, we should be able to change it anytime and...
we also should make it configurable..

@abraverm
Copy link
Contributor Author

abraverm commented Aug 2, 2017

@shakedlokits, can you elaborate your concerns regarding architecture, and what do you expect to have prior to this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants