# July 10, 2021

* Mitch has been working on [ChartJS](https://www.chartjs.org/) and abstracting it to pass in SQL query results...this can work with DoltHub or future databases.
  * SQL → Django → ChartJS
  * This will be useful for **communicating our status** on a public page.
* Bounty: key learning is that flat-fee bounties incentivize easily machine-scraped data, and disincentivize manual collection. For the next bounty, we'll do `datasets` only and see how far we get with manual effort.
* App: Stabs made a great utility to create scrapers; we need to get it pointing at the scrapers database and running it in browser. [Issue here](https://github.com/Police-Data-Accessibility-Project/scrapers/issues/127). Ideally that gets folded into our Django app as well. We can release a local version, too.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pdap.io/meta/community-calls/july-10-2021.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
