You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2023. It is now read-only.
The idea is to take the serialised form of the taskgraph describing the solving of a given task and automatically generate SQL tables from it to serialise them to.
The underlying issue is that by doing it this way, though technically possible, a lot of information is lost in the process and the resulting table needs a lot of manual labor afterwards which renders the process useless in the first place.
A better alternative is to use the Typescript Interfaces for each UI-Component and generate SQL-Table statements from them. This should technically be possible (since the other way around is possible) and almost all missing or deluded information should be inferrable by some heuristic
The idea is to take the serialised form of the taskgraph describing the solving of a given task and automatically generate SQL tables from it to serialise them to.
The underlying issue is that by doing it this way, though technically possible, a lot of information is lost in the process and the resulting table needs a lot of manual labor afterwards which renders the process useless in the first place.
A better alternative is to use the Typescript Interfaces for each UI-Component and generate SQL-Table statements from them. This should technically be possible (since the other way around is possible) and almost all missing or deluded information should be inferrable by some heuristic