New widget for Dashbard

  1. a simple counter of the total number of contacts
  2. a simple counter of the total number of contacts in specific section
  3. a simple counter of the total number of DNC contacts
  4. a chart showing the trend of unsubscribed contacts over time

and the best:
7. a SQL widget for show Select result (run on Mautic DB) in graphic chart

2 Likes

Hey!

  1. You get this count on the contact listing page below the pagination, but it won’t hurt.

  2. What do you mean by “specific section”?

  3. DNC count should be good to have

  4. DNC trend should be good to have

  5. I’d avoid the SQL widget as it will be hard to avoid SQL injection and users will be able to go around the permissions this way to get data they shouldn’t have access to.

1 Like

1 - It’s true, I can get the same information, but a simple counter on the dashboard allows me to organize the data in a more aggregated way.
2 - Sorry, I wrote it wrong. Not “section” but “segment”. In this case too, I can find the data in the list of segments, but having the counter on the dashboard would be convenient.
3 - good
4 - good
5 - Yes, it’s true, it’s dangerous. But there are design techniques to prevent SQL injection, and it would be possible to allow only the administrator to configure these widgets. This feature would avoid having to use other tools to do the same thing.