frontendcreator icon indicating copy to clipboard operation
frontendcreator copied to clipboard

Define and manage all entities that are persisted

Open adriatic opened this issue 6 years ago • 2 comments

I incorrectly assumed that an entity is "volatile" as logging out and logging back in (even with a different browser) kept this entity

image

alive.

Questions:

  1. How do I get rid of an entity that I do not want to keep around?
  2. What all FEC objects are persisted (now I know that projects and entities are)?
  3. Should all persisted object "expose" the same (or similar) context menu, that project object does: image

adriatic avatar Mar 23 '18 15:03 adriatic

Hi @adriatic, excellent question. I agree that Entities and Templates should have the same/similar context menu as Projects. The issue with managing entities has been corrected and will be in the next release.

To answer your question about persistence, Entities and Templates are persisted as JSON documents where Projects are persisted as individual files. All objects are persisted in the cloud but in different locations depending on the type of object.

Hope that helps...

mattduffield avatar Mar 23 '18 21:03 mattduffield

Of course, it does. Thanks for the clarification.

adriatic avatar Mar 23 '18 22:03 adriatic