Add some logic to @addField #1072
trungkien210493
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
We are in the process of embedding a full fledged js runtime for such use cases. Can you provide an actual example use case which can allow us to understand this better. It will help us design the JS API also a lot better. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I read your documentation. With current feature and logic, user can simplify the api and save a lot of work. But it is suitable for the simple case when user need data via ID. With the report use case (all data or a lot of IDs), it is not appropriate because N+1 problem and also the URL max length if using GET (as the guide Tackling N + 1). Also, there are some cases we do not have ID, such as noSQL datasource (which support rest api e.g. ElasticSearch). To better combine data, I think tool can be supported as following:
Beta Was this translation helpful? Give feedback.
All reactions