ekelly / Husky-Hunters-Android

3 stars 0 forks source link

Clues don't have to always be numbers (ex. facebook photos) #7

Closed fnimick closed 12 years ago

fnimick commented 12 years ago

Clues don't have to be Integers, as they're assumed to be in the Clue (and possibly other?) classes.

wylieconlon commented 12 years ago

Well actually, on the front end, it does have to be entered as an integer. So technically this isn't a bug, but we could change it.

On Wed, Jan 4, 2012 at 7:40 PM, Francis Nimick < reply@reply.github.com

wrote:

Clues don't have to be Integers, as they're assumed to be in the Clue (and possibly other?) classes.


Reply to this email directly or view it on GitHub: https://github.com/ekelly/Husky-Hunters-Android/issues/7

fnimick commented 12 years ago

Well we've just changed it to take a String. Consider the case of facebook photos, which we might want to enter as FB01, FB02, etc. since they don't have proper numbers. Since our client now accounts for this possibility, it might be wise to modify the front end to allow this.