-
```
Enumeration and organization of functional requirements based on the topics
search related, user related, food related, recommendation related, browsing
related etc.
```
Original issue report…
-
```
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
-
```
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…
-
```
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
-
```
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…
-
Hello! Having perfomance issue with classes creation. No indexes, approx 300 subclasses over one class takes several hours to create via orientjs. How can I speed that up?
-
```
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
-
```
As clients, we need an interface which returns all foods from the database
without giving any criteria. Therefore, getIngredients should accept null
criteria and returns all ingredients availabl…