Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Automate SQL-Table generation for UI-Components #27

@plc-dev

Description

@plc-dev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions