tuwien-csd / damap-backend

MIT License
5 stars 6 forks source link

Preview: Make feature optional #287

Open ValentinFutterer opened 1 day ago

ValentinFutterer commented 1 day ago

Changes Zeno requested this feature to be optional, like the fits service, which seems like a good idea to maintain consistency in the application regarding external services.

Additional notes Zeno also mentioned that he knows of a few libraries, that could provide the same functionality as our current external container guttenberg does. get in touch with him and see what he knows about it. It would be a nice change, if we could handle this with a dependency.

makign the feature optional will require frontend-changes too!

Acceptance Criteria Preview feature is optional via configuration option in the backend (like fits service) Guttenberg service functionality is taken over by a library (if possible)