mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-06 09:29:12 +00:00
Followup da1c99ec2d272a4eac8586a8b61794e8b755619b We already had the functionality to convert results like this: ``` |blah_url| |--------| |3,https://test.com| ``` To a link clientside, so in the UI it looks like this: ``` <a href="https://test.com">3</a> ``` With the addition of the recurring report to post automation, and the existing report to PM automation, we also need to be able to do this server-side, so reports don't come out malformed if they have these type of count + URL columns.
Data Explorer Plugin
This plugin allows admins to run SQL queries against the live Discourse database, including parameterized queries and formatting for several common column types.
For more information, please see: https://meta.discourse.org/t/data-explorer-plugin/32566
Description
Languages
Ruby
56.4%
JavaScript
33.9%
Handlebars
7%
SCSS
2.7%