Hochfrequenz / rebdhuhn

Python library to convert scraped "Entscheidungsbaumdiagramm" tables into machine readable diagrams (e.g. UML)
GNU General Public License v3.0
0 stars 0 forks source link

Existing EBDs without table should be renderable as SVG #287

Open OLILHR opened 1 week ago

OLILHR commented 1 week ago

Example:

image

This EBD, however, still (a) does exist and (b) contains metadata. There are approx. 30 of these EBDs for each FV. It would be neat if rebdhuhn could generate SVGs that contain the metadata, including the new remark key with the value "Derzeit ist für diese Entscheidung kein Entscheidungsbaum notwendig, da keine Antwort gegeben wird."

Since the EBD frontend fetches its content from *.svg files, corresponding "empty" EBDs are currently mussing.

OLILHR commented 1 week ago

also, these "empty" EBDs tend to copy the content of the subsequent EBD, example: E_0621.svg shows the graph of E_0624; but E_0624.svg still exists and shows the correct graph.

Screenshot 2024-11-06 at 12 29 55

Screenshot 2024-11-06 at 12 30 07