XFreeCoder / x-filter

0 stars 0 forks source link

Principles #15

Open thomaszdxsn opened 1 year ago

thomaszdxsn commented 1 year ago

HeadlessUI

Why headless ui?

Format agnostic

There are many query format like: mongodb query, SQL, elastic search query. Or backend developer can define own query definition.

So instead of defining a format, we should use an AST-like data structure internally and provide some utility functions that can convert to some popular query formats.

thomaszdxsn commented 1 year ago

@MrHeer @ZZITE @coobeet