invent-framework / invent

Express yourself with code.
https://invent-framework.github.io/
Apache License 2.0
108 stars 12 forks source link

Address tech debt: only export modified properties into code, and (somehow) use default not-set values taken as a snapshot at time of project creation. #90

Open ntoll opened 1 month ago

ntoll commented 1 month ago

At the moment, when code is generated for the UI, all the properties of a component are exported as either the default values, or whatever the coder has updated them to be (despite most properties not being changed from their default values).

We need to work out what our desired behaviour is for this process.