I'm filing this as a candidate sub-issue of the #151 META...
There's the Views Watchdog module for Drupal that does this (could be others too) and we can use that as a starting point. I imagine that the "Top 'access denied' errors" (/admin/reports/access-denied) and the "Top 'page not found' errors" (/admin/reports/page-not-found) report pages can then simply be filtered versions of the same view and on top of that we can expose whichever of these views/displays as blocks that can be then used in #495 to create a (highly customizable may I add) dashboard.
Thoughts?
Recent comments
In a blog post titled "Github Tips and Tricks for Contrib Maintainers", I'd like to see some of the following topics: When is the README sufficient for documentation? When should...
Github Tips and Tricks for Contrib Maintainers
Thanks Alejandro. That was the clues I needed.
Ubercart - Programmatically add product to cart and straight to Checkout
Have you tried uc_cart_add_item()? You need to provide the nid of the product. Then you can use backdrop_goto('cart/checkout'); to send the user to the checkout screen. uc_cart_add_item...
Ubercart - Programmatically add product to cart and straight to Checkout