home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 752729035

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/983#issuecomment-752729035 https://api.github.com/repos/simonw/datasette/issues/983 752729035 MDEyOklzc3VlQ29tbWVudDc1MjcyOTAzNQ== 9599 2020-12-30T19:15:56Z 2020-12-30T19:16:44Z OWNER

The column_actions hook is the obvious first place to try this out. What are some demo plugins I could build for it?

  • Word cloud for this column
  • Count values (essentially linking to the SQL query for that column, as an extended version of the facet counts) - would be great if this could include pagination somehow, via #856.
  • Extract this column into a separate table
  • Add an index to this column
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
712260429  
Powered by Datasette · Queries took 0.877ms · About: github-to-sqlite