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 1 forks source link

Show `filterable` flag if attribute is `unique` #77

Closed lukashornych closed 6 months ago

lukashornych commented 7 months ago

In evitaDB if attribute is unique, it is automatically filterable but the explicit flag filterable is still empty in such case. We would like to state this fact in schema viewer in evitaLab as a side note maybe, something like:

(since the attribute is unique, it can be filtered by it)

We don't want to just simply toggle filterable flag without the side note, because it could indicate that developer explicitly set the attribute as filterable.