lukashornych / evitalab

Official web-based GUI client for evitaDB e-commerce database. It is built to help developers who use evitaDB with exploring and debugging their domain structure and data. Besides standard query executing, it also supports multiple no-code tools to quickly navigate through domain structure, docs and data without needing to write any queries.
https://github.com/lukashornych/evitalab
Apache License 2.0
7 stars 2 forks source link

Incorporate reflected schemas to reference viewer #190

Open novoj opened 1 week ago

novoj commented 1 week ago

In relation to https://github.com/FgForrest/evitaDB/issues/260 ... can we add links and tags to reference schemas that are "reflected"? They behave the same way as standard reference schemas, but relate to reference defined on the same or different entity. It would be nice if there was a clickable link that would open a tab with particular entity schema and maybe opened the particular reference block?!

novoj commented 3 days ago

The implementation in the core is fully done and merged to dev.