Hello,
I’m getting the impression that creating a custom entity type is either not possible or at least not trivial.
Seeing as Ayon already has a database and a means to interact with it via its API, I was presuming I could e.g.:
- define an entity type (i.e. conceptually a “DB table”) and its fields/attributes
- write code which creates entities (i.e. populating the table with records)
- write code which cross-references entities
- view the list of entities via the front end (web interface), edit their fields, query them
Cheers