home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 438240541

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
438240541 MDExOlB1bGxSZXF1ZXN0Mjc0MzEzNjI1 439 [WIP] Add primary key to the extra_body_script hook arguments 45057 closed 0     2 2019-04-29T10:08:23Z 2019-05-01T09:58:32Z 2019-05-01T09:58:30Z CONTRIBUTOR simonw/datasette/pulls/439

This allows the row to be identified on row pages. The context here is that I want to access the row's data to plot it on a map.

I considered passing the entire template context through to the hook function. This would expose the actual row data and potentially avoid a further fetch request in JS, but it does make the plugin API a lot more leaky.

(At any rate, using the selected row data is tricky in my case because of Spatialite's infuriating custom binary representation...)

107914493 pull    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/439/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
0  

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 2 rows from issue in issue_comments
Powered by Datasette · Queries took 0.994ms · About: github-to-sqlite