Results 24 comments of Jamie Isaacs

Any update on this? I am willing to build and contribute a solution if there is not already a prototype branch.

I added support for horizontal stacked bar charts in #114 ![Horizontal Stacked Bar Chart](https://github.com/wcharczuk/go-chart/raw/39aee4689ee64deb18a6a20fc425dcca97994715/_examples/horizontal_stacked_bar/output.png)

I added support for stacked bar chart labels in #114 ![Stacked Bar with Labels](https://raw.githubusercontent.com/wcharczuk/go-chart/58bb19c00077776380af243bb56e9411d412934d/_examples/stacked_bar_labels/output.png)

PaginationDTO may be worth keeping around.

Handle inventory activity/transactions: - manually increase/decrease qty - auto decrease qty upon shipment - move items to new location - set restock trigger to alert when item count is low...

Need ability to alert store owner when: - inventory count falls below threshold - pending cart items would cause inventory count to fall below threshold

I updated the requirements regarding checking gift card balance.

The above example uses typeahead and bloodhound: ```javascript $(function() { var products = new Bloodhound({ datumTokenizer: function(d) { return Bloodhound.tokenizers.whitespace(d.value); }, queryTokenizer: Bloodhound.tokenizers.whitespace, remote: "/admin/product/api/%QUERY?product_ts=1484335230", limit: 10 }) products.initialize(); $('.typeahead').typeahead({...

It would be great if we could leverage existing twig templates for this.