Freddy
Freddy
### Parent Issue _No response_ ### User Story Right now we are not using Pre-Agregation on orus CubeJS Query, and it is very possible that using it our Performance time...
This is the first PR for https://github.com/dotCMS/core/issues/28896 Later I am going to use this Factory to create a API Method ### Proposed Changes * Create Method to find categories in...
This is the first PR for https://github.com/dotCMS/core/issues/28896 Later I am going to use this API on an Endpoint ### Proposed Changes * Create API method to find categories in all...
### Proposed Changes * Add a new boolean allLevels Query parameter to the GET categories Endpoint, if it is TRUE then it is going to look by all the levels...
### Parent Issue _No response_ ### Problem Statement When you move containers with contentlets inside them in a specific variant, the contentlets in the default variant are also relocated. ###...
The problem here is that when you send a TemplateLayout after changed it to a receiver we don't have a way to know witch was the movement on the receiver...
### Parent Issue _No response_ ### Problem Statement Right now we have 2 Endpoint to retrive the CA data: '/v1/analytics/content/_query': support dotCMS query syntax '/v1/analytics/content/_query/cube': support raw CubeJS syntax Both...
### Parent Issue _No response_ ### Problem Statement Right now the CA attribute are totally different from what we used in ES, for example, the Contentlet's ID is saved as...
### Parent Issue _No response_ ### Problem Statement CubeJS Query allow to set a specific range of date like in this query: ``` { "measures": [ "request.count" ], "dimensions": [...
### Parent Issue _No response_ ### Problem Statement The Analytics environments is going to be share for different customer so we need to filter by the current customer_id when we...