Currently we automatically clear help and demo lists using a pre-defined job that is hardcoded https://github.com/bubify/bubify-backend/blob/main/src/main/java/com/uu/au/controllers/GodController.java#L130-L139. We want it to be user-configurable. Create an API and DB-structure to dynamically manage these.
Currently we automatically clear help and demo lists using a pre-defined job that is hardcoded https://github.com/bubify/bubify-backend/blob/main/src/main/java/com/uu/au/controllers/GodController.java#L130-L139. We want it to be user-configurable. Create an API and DB-structure to dynamically manage these.