Closed farmaazon closed 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.
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.
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