home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1316340865

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/pull/1893#issuecomment-1316340865 https://api.github.com/repos/simonw/datasette/issues/1893 1316340865 IC_kwDOBm6k_c5OdcSB 9599 2022-11-16T04:49:30Z 2022-11-16T04:49:43Z OWNER

The main issue is that we don't pass the relevant table data down to QueryView.

If you can come up with a static example JSON data structure example that does the right thing, I'm happy to refactor QueryView to make that available to the template - or even have a separate fetch() that grabs just the data needed for the autocomplete as a separate hit when the page loads (whichever has better performance implications). I'm working a fair amount in the view classes at the moment so adding this to that work would make sense.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1450363982  
Powered by Datasette · Queries took 1.06ms · About: github-to-sqlite