delimiter
delimiter copied to clipboard
Add a route for showing CSV-friendly diff of a GitHub pull request
e.g. /diff/timwis/demo-data/123
will fetch the git diff of PR #123 from the timwis/demo-data repo and render it in a CSV-friendly format (via daff).
This would allow data maintainers to review pull requests submitted by others, whether or not they were submitted via delimiter. For those that are submitted by delimiter, we could even put a link to this URL in the body of the pull request.
Oh! We could make a GitHub App that automatically adds preview links when a pull request is created, just like netlify adds deploy preview links to pull requests.