Abrynos / ShoppingList

A simple shopping list application
GNU General Public License v2.0
20 stars 9 forks source link

additional option: outcross items instead of delete #40

Closed paulle closed 2 years ago

paulle commented 2 years ago

Checklist

Purpose

To outcross items gives sometimes a better overview what's buyed and what one have to buy.

Solution

An additional option for outcrossing items

Why are the currently avialable solutions not sufficient?

This option is till now not available

Can you help us with this feature request?

Somehow, I can test and offer feedback, but I can't code the solution.

Additional information

No response

Abrynos commented 2 years ago

In general the idea is not bad, because you can re-use items that you buy a lot on a regular basis. However I'm not sure whether (and if, how) to implement it.

If you have other ideas/thoughts on the topic, please let me know.

paulle commented 2 years ago

What do you think, hitting the trashcan button opens two possibilities: delete or crossout

Gesendet von ProtonMail mobile

-------- Original-Nachricht -------- Am 15. Jan. 2022, 11:12, Sebastian Göls schrieb:

In general the idea is not bad, because you can re-use items that you buy a lot on a regular basis. However I'm not sure whether (and if, how) to implement it.

  • Adding a fourth button in addition to the plus, minus and trashcan is not an option, as the buttons would then use up too much space on some phones and leave only a tiny bit of screen space for the text.
  • Adding an option to replace the trashcan with a button to cross stuff out seems to be a hassle when you have items you don't need regularly and just want to buy once. Then you have to go to the options to switch back to deletion, delete the item(s) and once again switch the option for your "normal mode" to continue crossing out.

If you have other ideas/thoughts on the topic, please let me know.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>

paulle commented 2 years ago

Another option. Put a checkbox before each item, when the checkbox is hit, the item get outcrossed. Or the checkbox only and the user sees at one glance if the checkbox is activated or not.

Abrynos commented 2 years ago

hitting the trashcan button opens two possibilities: delete or crossout

Theoretically possible, but there is two options to do this:

Put a checkbox before each item

This has the same problem as adding another icon at the end of the line. It uses too much space and leaves only a tiny bit of space for the actual text.

The more I think about implementing this idea, even tho practical in theory, the less I like adding it to the app. Thank you very much for your input tho.

paulle commented 2 years ago

Another option, long press on a item will give the possibility to cross it out.