[RESOLVED]Add to collection vs 'unreleased'

Started by Wajo357, June 28, 2011, 09:46:46 AM

previous topic - next topic
Go Down

Wajo357

June 28, 2011, 09:46:46 AM Last Edit: February 28, 2013, 09:44:18 AM by shmax
it would appear that for 'unreleased' items, we can't add them to our collection. However, if someone adds a release date to them, that is in the future, then we CAN add them to the collection. This doesn't seem like the correct 'intent'. Shouldn't it still be set as 'unreleased' and not allow people to add them to your collection? See the difference between:
<!-- m -->http://shmax.com/product_details/7208/wild_rider<!-- m --> and <!-- m -->http://shmax.com/product_details/9120/u ... nniversary<!-- m -->
<a href="http://www.shmax.com/img/sigs/signature.swf?user_id=853" target="_blank" class="new_win">http://www.shmax.com/img/sigs/signature.swf?user_id=853</a>

engledogg

#1
June 28, 2011, 10:04:00 AM Last Edit: December 31, 1969, 04:00:00 PM by Guest
Yep, upcoming items should be labeled as "upcoming", even though the future release date might be known.

MIKE
engledogg
Dumba$$ that used to buy everything...not so much anymore.

shmax

#2
June 28, 2011, 11:19:48 AM Last Edit: December 31, 1969, 04:00:00 PM by Guest
Whoops... I'll see if I can fix this tonight, thanks, guys.

engledogg

#3
June 28, 2011, 12:04:51 PM Last Edit: December 31, 1969, 04:00:00 PM by Guest
Oh, I was just saying that even though we might know the upcoming date of release for future products, we should just mark them as "upcoming", pretty much for the reason wajo stated above.  Once they're released, we can fill in the proper date.

MIKE
engledogg
Dumba$$ that used to buy everything...not so much anymore.

shmax

#4
June 28, 2011, 01:47:54 PM Last Edit: December 31, 1969, 04:00:00 PM by Guest
If you do happen to know the actual release date, you may as well use it--an actual date is always preferable, don't you think? The bug is that when the "upcoming" box isn't checked, but the date is in the future, the usual safeguards, checks and other behaviors aren't in place, so I'll look into fixing that. I came up with the "upcoming" idea specifically to handle cases where we have no idea when a toy is coming out, but we are pretty sure it's coming out. I think at one point we also talked about doing a "rumored" checkbox for toys that we're even less sure about...

engledogg

#5
June 28, 2011, 02:42:28 PM Last Edit: December 31, 1969, 04:00:00 PM by Guest
Ah, yep, this one has been here a while then.  So long that I wasn't even sure we could list both the future date in additon to checking the upcoming box.

MIKE
engledogg
Dumba$$ that used to buy everything...not so much anymore.

shmax

#6
June 28, 2011, 05:16:10 PM Last Edit: December 31, 1969, 04:00:00 PM by Guest
Quote from: "engledogg"
So long that I wasn't even sure we could list both the future date in additon to checking the upcoming box.
You can't, unfortunately. I'm realizing now that I probably didn't design this feature very well. The problem is that even though there is a separate checkbox, there is no corresponding dedicated field in the database record--all I do is force the release year to "9999" under the hood, so that it is sure to come to the top of lists when sorting by release date. The UI doesn't make this clear, so I'll have to rethink it.

So, if you DO know the release date for an upcoming toy, then enter that date, but DON'T check "upcoming". I'll think about ways to improve this so it's more clear. In the short term, maybe I'll just include some help text...

shmax

#7
June 28, 2011, 07:56:59 PM Last Edit: December 31, 1969, 04:00:00 PM by Guest
I've got fixes for this stuff, but unfortunately I've got the code all torn apart for some other work I'm doing, so I won't be able to check in for a while. Look for it with my next update. Thanks much, guys...

Go Up