ls1intum / Hephaestus

Hephaestus - A Generative AI Mentor for Agile Software Development
MIT License
8 stars 1 forks source link

Remove database entities from the OpenAPI spec #69

Closed FelixTJDietrich closed 1 week ago

FelixTJDietrich commented 2 months ago

Current

The database objects (DBOs) are listed in the OpenAPI spec and therefore also generated in the client's API client: https://github.com/ls1intum/Hephaestus/blob/2937c61c345ce14ac34be1b8255c279aef15bfe8/server/application-server/openapi.yaml#L231-L355

Expected

DBOs to be excluded from the OpenAPI specs generation

FelixTJDietrich commented 1 week ago

Closed by #116, I believe