prmr / Creco

Recommendation System for Consumer Products
Apache License 2.0
6 stars 2 forks source link

Feature display and tweaking #9

Closed MariamN closed 10 years ago

MariamN commented 10 years ago

The second UI view of the system, where we will show a set of features (ratings & specs) for the user to tweak.

nishanthtgwda commented 10 years ago

Hey, In the FeatureVO, the value of a feature selected by a user is given as string. So just wanted to confirm that all selected values, be it integer or float or boolean (true or false), will be typecasted to String? Am I correct in presuming this ?

MariamN commented 10 years ago

Thats correct, however, I'm changing it to array of strings to capture the multi value specification. E.g., user selects black and red for the colour spec.

nishanthtgwda commented 10 years ago

I pulled in today and the value was still a String. So I am leaving my code as it is to handle it as a String? Is that fine or is the change on the cards?

MariamN commented 10 years ago

I just pushed. Branch should be updated now.

ceipher commented 10 years ago

@MariamN you can see the "div" for your feature now.

asutcl commented 10 years ago

Milestone one is complete for please move any discussion about added features to milestone 2 issues.