CMPUT301W14T04 / Team04Project

Other
0 stars 3 forks source link

public String picture in TopLevel class #17

Open gramirezualberta opened 10 years ago

gramirezualberta commented 10 years ago

Hey Jeff, why is picture a public String in toplevel class? i thought we are working picture as Bitmap object.

yw2 commented 10 years ago

Bitmap must be converted to string to store in elastic search

gramirezualberta commented 10 years ago

But, we are pushing the comment (the whole class) as a Json string.

yw2 commented 10 years ago

I just fixed it and pushed to the repo