aldld / ColourDB

Android app for managing markers of various colours, based on the Copic brand colour codes.
MIT License
3 stars 2 forks source link

Add a colour wishlist #4

Open aldld opened 10 years ago

aldld commented 10 years ago

In the long press menu, add an option to add the selected colour to a wishlist, which can be accessed via the navigation drawer. When viewing the wishlist, typically the user will not already have any of the colours, however it would be helpful to still show the colours to preview them. Tapping the colour should add it to "my colours" and remove it from the wishlist. Users should also be able to remove colours from the wishlist without adding them to "my colours". Perhaps use toasts to notify the user of actions which remove colours from the wishlist.

aldld commented 10 years ago

The database is already equipped to store the relevant wishlist data; it just needs to actually be used.