-
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
Table Editor Widget - Size should be persisted. #10861
Comments
Refinement notes:
|
Adam Obuchowicz reports a new STANDUP for yesterday (2024-10-24): Progress: Thought a lot how to implement persistence in a possibly general way. Learning, how the typing for node's metadata works in AST It should be finished by 2024-10-28. Next Day: Next day I will be working on the same task. Try to finish the feature. |
Adam Obuchowicz reports a new STANDUP for today (2024-10-25): Progress: Almost finished, but stumbled on actual persistence: I realized that the data cannot be safely typed, and rather every widget should implement its own way of parsing/validating the data. It should be finished by 2024-10-28. Next Day: Next day I will be working on the same task. Finish implementation. |
Adam Obuchowicz reports a new STANDUP for today (2024-10-28): Progress: Finished refactoring mentioned yesterday. Discovered another missing part: the module update building (which in turn affects how the actually persisted metadata are stored). Implemented, but not tested. It should be finished by 2024-10-31. Next Day: Next day I will be working on the same task. Tests and PR (hopefully) |
Adam Obuchowicz reports a new STANDUP for today (2024-10-29): Progress: Tests, cleanups, and created a PR. Then helped Paweł with bazel. It should be finished by 2024-10-31. Next Day: Next day I will be working on the #10864 task. Start the new task: limit size of the table created by widget input. |
Fixes #10861 Every widget may set metadata on its AST. Because once widget picker will be implemented a single AST node may have many possible widgets, their settings are kept in a map keyed by their name/key.
Similarly as the component size.
The text was updated successfully, but these errors were encountered: