-
```
recipeName field in each FoodInfo object in GetRecipeFeedsResponse object is
returned null.
```
Original issue reported on code.google.com by `esinkara...@gmail.com` on 29 May 2014 at 2:57
-
```
Here is the full stacktrace.
java.lang.NullPointerException
at edu.boun.swe574.fsn.backend.ws.NetworkService.getProfileOfSelf(NetworkService.java:91)
at sun.reflect.NativeMethodAccessorIm…
-
```
getProfileOfOtherUser interface should return name and surname of the user.
```
Original issue reported on code.google.com by `esinkara...@gmail.com` on 12 May 2014 at 3:37
-
```
Gain relevant modifications and additions from the participants and build new
version of RDS. Also, following actions should be taken;
1. Organize funcitonal requirements
2. Specify browser type…
-
```
getProfileOfSelf method does not return name and surname values. The name and
surname fields in the response object are null.
```
Original issue reported on code.google.com by `esinkara...@gma…
-
```
Each ingredient object returned bythe bakend web services should also include
category name
```
Original issue reported on code.google.com by `esinkara...@gmail.com` on 4 May 2014 at 6:40
-
```
Update UC-10 (Query for recipes with ingredients) so that it implements a
recommendation mechanism based on the ingredients in the black list of the
user. The recipients including unwanted ingre…
-
```
Gain relevant modifications and additions from the participants and build
version 2.0 of RDS.
```
Original issue reported on code.google.com by `esinkara...@gmail.com` on 15 Mar 2014 at 10:10
-
```
Here is the full stacktrace
java.lang.NullPointerException
at
edu.boun.swe574.fsn.backend.ws.recommender.Recommender.recommend(Recommender.jav
a:73)
at
edu.boun.swe574.fsn.backend.ws.SearchServ…
-
```
I noticed that getRecipeFeeds method doest not sort returning recipes in
descenting manner.
Besides, it could be better if recipe creation date included timestamp
information.
```
Original is…