Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics: Implement metrics for Content Type Fields #29128

Open
dsilvam opened this issue Jul 4, 2024 · 3 comments
Open

Metrics: Implement metrics for Content Type Fields #29128

dsilvam opened this issue Jul 4, 2024 · 3 comments

Comments

@dsilvam
Copy link
Contributor

dsilvam commented Jul 4, 2024

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:

  • Implemented
  • Tested
  • Available in the persistence layer for reporting.

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

No tasks being tracked yet.
@dsilvam dsilvam changed the title Epic: implement metrics for Content Type Fields Implement metrics for Content Type Fields Jul 10, 2024
@dsilvam dsilvam changed the title Implement metrics for Content Type Fields Metrics: Implement metrics for Content Type Fields Jul 10, 2024
@dsilvam
Copy link
Contributor Author

dsilvam commented Jul 10, 2024

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

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

@dsilvam
Copy link
Contributor Author

dsilvam commented Oct 18, 2024

@jcastro-dotcms
Copy link
Contributor

jcastro-dotcms commented Oct 18, 2024

INTERNAL QA: PASSED

I can see all the counts for the different fields in dotCMS. For instance:

Screenshot 2024-10-18 at 2 48 52 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: QA - In Progress
Development

No branches or pull requests

3 participants