-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New feature: set an expiry date for a card #21
Comments
I never thought of a card that would expire. But you are right, that is possible. In the previous layout adding new fields was easy: just throw it in the list. The new layout, though, will be trickier. Where would you think this data should be presented? Should it appear in the summary list, or only when viewing a single card? Could you give a mock-up of how you seeing it look? What happens when a card expires? Is the field data only, in which case nothing happens? When there is metadata I want to keep about a card I'll put it in the note field. Would adding the expiration date to the note field work (as a workaround) or would it be kludgy? |
I thought it would make sense to cross out the entry in the overview list and write the text of the entry in italics once the card has expired. |
I think a mock-up would be helpful. The edit screen is understandable:
and the card selection screen is simple enough:
What about the view which looks at one card? I'm wondering how that should appear? Also crossing out and italics? |
I need to still fix the relevant unit tests but 6488dc0 implements this pretty much. |
Okay, the unit tests finally work. So the next release will contain the option to set an expiry :) |
Sunday Mar 18, 2018 at 17:04 GMT
Originally opened as brarcher/loyalty-card-locker#229
Suggestion:
Add a entry "card valid until" to the card editor. The date can be picked with the date picker.
Why is this useful?
Scenario:
There are various membership cards (e.g. library cards) that expire after a certain period of time. The function gives the user an overview when he has to extend his cards
The text was updated successfully, but these errors were encountered: