Skip to content

Conversation

@paddymul
Copy link
Contributor

No description provided.

@codesandbox
Copy link

codesandbox bot commented Nov 10, 2022

CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

@SoftwareDev100
Copy link

hi

@paddymul
Copy link
Contributor Author

@elisadinsmore comments, with my answers inline

  • What is a parse tree?
  • representation of code, easily transportable and interpretted.
  • Under what conditions are we executing code immediately vs sending to the server?
  • How do we determine which of those options (immediate vs server) we're using?
  • We don't users to contemplate this. We just want users to describe what they want to happen, we can execute that serverside or in a datahook. serverside can be faster
  • Does this replace or is it an alternative for the current Message option for adding in field messages?
  • an alternative. More concise
  • What is the value of using GroupByField vs manually ordering data by a specific column on the review stage?
  • it is impossible to express GroupByField stuff via ordering. for operations across an entire sheet on things that happen across more than 1000 rows, traditional datahooks are not reliable.
  • I'm not fully understanding what the compute hook would display as a final result in the orderTotal field - the sum of all prices grouped by orderID?
  • correct, will address with docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants