Code Monkey home page Code Monkey logo

menusearch's People

Contributors

bkmackellar avatar bkmackellartest avatar gingeleski avatar kennethpngai avatar ly6183 avatar

Watchers

 avatar

menusearch's Issues

RecipeSearch Logic isn't taking a count of ignore

What steps will reproduce the problem?
1.When a user you would search for a recipe with some parameters empty. The 
RecipeSearch logic doesn't correctly set the parameters correctly for those 
parameters that are empty. Instead of setting those parameters as just null it 
is just throwing it back as "".  

Also, when one types in allergy or cuisine.. Recipesearch logic has to make 
sure it formats those things typed in correctly so yummly can read it to give 
the user the correct recipes. 


What is the expected output? What do you see instead?

So instead of having allergy = null, its would be equal to "".  

When someone types peanut into allergies its comes out as peanut but Yummly 
needs to be read 390^Peanuts

Correct formatting and what the Yummly api can take in for Cuisine and allergy 
can be found in Yummly Documentation 





Original issue reported on code.google.com by [email protected] on 22 Apr 2015 at 3:47

SQL exception in MenuDBAccess.retrieve(String query)



A SQL Exception, complaining about incorrect SQL syntax, is being generated in 
this method. The problem is likely in the calling method. 

Original issue reported on code.google.com by bkmackellar on 3 May 2015 at 3:52

fix exception handling in MenuSearcher.searchMenuDB

The method buries any exceptions that are thrown without a trace.

Instead of simply returning null, it should do this

catch (....)
 {
   System.err.println("exception thown in MenuSearcher.searchMenuDB, returning null " + ex)
   return null;
}

Really, this should be logged rather than output to standard error, but it is 
too late to do logging.

Please do this ASAP and commit.


Please use labels and text to provide additional information.


Original issue reported on code.google.com by bkmackellar on 3 May 2015 at 1:27

test

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 11 Mar 2015 at 10:48

MenuSearch returns an error

Everytime i click search on the SearchMenuPanel I get an error. It says there 
was a problem with the value entered for the year.

I try searching with the sponser as "Canada" and varying years. The stack trace 
always says error with year field " 1845" but I've never put 1845 in the search.

Original issue reported on code.google.com by [email protected] on 1 May 2015 at 2:57

Attachments:

Error box pops up at start of program

Every time menuSearchjFrame1 is run an error box pops up saying "Error! -- No 
menus returned for that search!"  The code that checks and creates this error 
message is from MenuResultsPage.

Two scenarios have been happening:

You click okay and the the program continues to run normally (happens with my 
computer)

OR

It crashes Netbeans and you have to forcefully quit and restart(happens with 
Kenny's computer)

Original issue reported on code.google.com by [email protected] on 1 May 2015 at 3:15

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.