-
Notifications
You must be signed in to change notification settings - Fork 326
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
Reading engine widget configuration #8260
Comments
Refinement notes:
|
Ilya Bogdanov reports a new STANDUP for today (2023-11-21): Progress: Started implementation, reviewed the old gui codebase. Implemented attaching visualization. Started implementing JSON schema for the engine update. Minor difficulties because of recursive nature of the schema and some restrictions of zod library. It should be finished by 2023-11-25. Next Day: Next day I will be working on the same task. continue implementing schema. |
Ilya Bogdanov reports a new STANDUP for yesterday (2023-11-22): Progress: Reading how recursive types in zod are working, implementing most of needed validation. It should be finished by 2023-11-25. |
Ilya Bogdanov reports a new STANDUP for yesterday (2023-11-23): Progress: Playing with validation, fighting with typechecker because of recursive data structure. Also checking an issue in the old gui, wasn’t able to reproduce it. It should be finished by 2023-11-25. |
Ilya Bogdanov reports a new STANDUP for the provided date (2023-11-24): Progress: I understood that I could overcome typescript issues by introducing an intermediate parsing step. It solves most of the problems with the typechecker. Implementing this solution. It should be finished by 2023-11-25. |
Ilya Bogdanov reports a new 🔴 DELAY for today (2023-12-05): Summary: There is 10 days delay in implementation of the Reading engine widget configuration (#8260) task. 6 days in total are weekends and sick leaves Delay Cause: Mostly waiting for reviews, fixing typechecker issues. |
Ilya Bogdanov reports a new STANDUP for yesterday (2023-12-04): Progress: Addressed review comments, merged with develop, implemented and tested attaching visualization to annotated arguments only. It should be finished by 2023-12-05. |
Closes #8260 <img width="846" alt="Screenshot 2023-11-27 at 5 24 57 PM" src="https://github.com/enso-org/enso/assets/6566674/da1ba325-8e9a-43e9-9e56-c672b4987e1e"> Parsed information is not used anywhere at the moment, on the screenshot you can see a temporary debug logging not included in the PR.
Ilya Bogdanov reports a new STANDUP for the provided date (2023-11-27): Progress: Cleanup, opened the PR. It should be finished by 2023-12-05. |
Finishing #8259 first could make testing it easier.
The engine configuration should be retrieved the same way as in the old GUI: attach a visualization with a specific preprocessor.
The text was updated successfully, but these errors were encountered: