timozattol / project-radin

Project Radin is an expense management Android application that was build during EPFL's Software Engineering 2014 course.
2 stars 2 forks source link

Create JSON "fake" parsers for each model #61

Closed timozattol closed 9 years ago

timozattol commented 9 years ago

I thought there already was an issue opened for this, but "better late than never", I'll do this for tommorow as we discussed with @philemonf, @CedricCook and @julied20

timozattol commented 9 years ago

We still have to define how exactly we name the fields in the JSON, I suppose as in the database ?

timozattol commented 9 years ago

Did the fake parser for TransactionModel. Still UserModel to go (@simonchelbc just told me he wants to do it) and the third one cannot be done now since the Model has not been implemented yet.

timozattol commented 9 years ago

@simonchelbc I did it for UserModel finally, easier for me since I did the other one.

timozattol commented 9 years ago

It's in the issue's branch

timozattol commented 9 years ago

After setting up the Jenkins server I'll do it for the third model, when it's done