enso-org / enso

Enso Analytics is a self-service data prep and analysis platform designed for data teams.
https://ensoanalytics.com
Apache License 2.0
7.38k stars 323 forks source link

Selection Widget: shorten entries #8727

Closed farmaazon closed 10 months ago

farmaazon commented 10 months ago

Some tags received from the engine are long, fully qualified names. GUI1 shortened those expressions, adding necessary imports. This should be re-implemented in GUI2

enso-bot[bot] commented 10 months ago

Adam Obuchowicz reports a new STANDUP for today (2024-01-10):

Progress: Fixed one issue visible after "Rewriting refs" changes. Discovered, that selector widgets have a defect: they sometimes put the full qualified name of picked object - the old gui had a mechanism of shortening it. So, started porting it to GUI2. The shorteining is simple and done, the hard part is adding necessary imports It should be finished by 2024-01-12.

Next Day: Next day I will be working on the same task. Implement the imports.

enso-bot[bot] commented 10 months ago

Adam Obuchowicz reports a new STANDUP for today (2024-01-11):

Progress: Finished and created a PR It should be finished by 2024-01-12.

Next Day: Next day I will be working on the #8745 task. Look closer at some bugs found.