dotCMS / core

Headless/Hybrid Content Management System for Enterprises
http://dotcms.com
Other
831 stars 465 forks source link

Metrics: Implement metrics for Content Type Fields #29128

Open dsilvam opened 2 months ago

dsilvam commented 2 months ago

Parent Issue

No response

User Story

As a Product Owner, I want to be able to have data available gathered from metrics related to usage of Content Type, so I can build reports from it and take better informed decisions about the product.

Acceptance Criteria

All the metrics included in this Epic must be:

Proposed Objective

Customer Success

Proposed Priority

Priority 2 - Important

External Links... Slack Conversations, Support Tickets, Figma Designs, etc.

No response

Assumptions & Initiation Needs

No response

Quality Assurance Notes & Workarounds

No response

Sub-Tasks & Estimates

No response

### Tasks
dsilvam commented 1 month ago

This query gives us pretty much all the data we need:

select field_type, count(*)
from field group by field_type