-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate completion of Table.join
join criteria using data from both joined tables
#5629
Comments
As part of the JS Vue IDE work the ability to do this must be considered. |
So far, the limitation for this issue has been on the protocol level, not on UI. The discussion on it was started, but without any response yet https://github.com/orgs/enso-org/discussions/6832
|
Trying to recollect my previous thoughts and work on this topic reminds me of Take a look at * instead of + test to see that there already is a way for an Enso code (including visualization code - I hope) to observe not only
All that is needed (from my point of view) is to design an experiment to use this mechanism in the IDE. What one needs to do on the IDE side to invoke the instrumenter, @Frizi? How are the visualizations done in the GUI2? |
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-11): Progress: - prototyping
Next Day: PoC for
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-12): Progress: -
Next Day: Extract UUIDs for arguments in visualization
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-13): Progress: - discussing WASM in y.js: https://discord.com/channels/@me/968956156758343744/1217509898414325900
Next Day: Use UUIDs from arguments in visualization
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-14): Progress: - Poc of
Next Day: Debugging & bugfixing |
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-15): Progress: - better
Next Day: Instrumentation of autoscoped constructors |
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-18): Progress: - debuggging autoscoped constructors
Next Day: Finish onstrumentation of autoscoped constructors |
Jaroslav Tulach reports a new 🔴 DELAY for yesterday (2024-04-10): Summary: There is 30 days delay in implementation of the Generate completion of
Delay Cause: After prototyping, I was working on something else Possible solutions: Focus, focus, focus! |
Jaroslav Tulach reports a new STANDUP for yesterday (2024-04-10): Progress: - reviews
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-04-11): Progress: - fighting with typescript: #9410 (comment)
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-04-12): Progress: - working on
|
Jaroslav Tulach reports a new STANDUP for the last Saturday (2024-04-13): Progress: - describing status of
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-04-15): Progress: - reviewing
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-04-16): Progress: -
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-04-17): Progress: - thinking about caching: https://github.com/enso-org/enso/blob/fda41cbfd1d1966d8772d1a889905b78651e734e/docs/runtime/caching.md
|
Jaroslav Tulach reports a new 🔴 DELAY for yesterday (2024-04-18): Summary: There is 6 days delay in implementation of the Generate completion of Delay Cause: functionality is working and is being reviewed, but it needs to be polished and tests written Possible solutions: Let's plan to integrate by next Tuesday |
Jaroslav Tulach reports a new STANDUP for yesterday (2024-04-18): Progress: - 2 == 2.0 - #9607 (comment)
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-04-19): Progress: - fixing
|
Jaroslav Tulach reports a new STANDUP for the last Saturday (2024-04-20): Progress: - evaluating benchmarks: #9746 (comment)
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-04-22): Progress: -
|
Jaroslav Tulach reports a new STANDUP for yesterday (2024-04-23): Progress: - Got review for
|
Currently the completion for
Table.join
on
parameter only takes the left-side table columns into account.Ideally we want to compute the widget entries using column names from both tables. That requires new IDE and engine capabilities:
Acceptance criteria:
Table.join
methodon
widget completion allows selecting join criteria using column names from both tables.The text was updated successfully, but these errors were encountered: