Describe your issue or idea
Sometimes when making multiple changes in a View it's hard to remember what has been changed, and where it is currently going to be affecting. For example, the current View Display gets a small asterisk when a change has been made, which references the warning above it:

My idea (for discussion) is to expand on the asterisk in the following ways:
- Make the section(s) with changes within the current View Display yellow (rough example:

- Make the View Display titles which use a global setting receive the asterisk when a global setting is changed, rather than a setting just for the current View Display ("overridden")
GitHub Issue #:
2985
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