jasontbradshaw / amazon-wish-list-total

An extension that totals up the price of all items in the current Amazon wish list.
MIT License
37 stars 11 forks source link

Add priority breakdown #19

Closed johnkahn closed 4 years ago

johnkahn commented 5 years ago

Background

I usually break up my lists by priority, and think it would help to see it broken down by priority.

Let me know if you want anything changed, or if this isn't something you want added. Thanks! 👍

Changes

When there are multiple priorities, they are shown under the total amount sorted by their amounts.

I had to change the hash function to take them into account, and I used the priority labels for the hash.

Screenshot

image

jasontbradshaw commented 5 years ago

Thanks for your contribution; it's always nice to see that you're not the only person who cares about something!

It might take me a few days to get the time to look over this thoroughly, just to set your expectations.

Here are my first thoughts after glancing at it, so you have something to chew on while I circle back around:

Thanks again!

johnkahn commented 5 years ago

Thanks for looking at it!

jasontbradshaw commented 4 years ago

Closing this since it's been almost a year with no updates.