mhotan / DineOn

Git Repository for our 403(13sp) Android application "DineOn"
0 stars 0 forks source link

Profilemenu #325

Closed rocketgarden closed 11 years ago

rocketgarden commented 11 years ago

Fixed default menu issues - user is now prompted to choose a menu name when opening the page the first time

mhotan commented 11 years ago

Please verify if the test still work for Restaurant Profile and menu items.

rocketgarden commented 11 years ago

Ok @mhotan, Test now passes successfully. Menu item saving (onMenuItemAdded() in ProfileActivity) is just disabled right now since it needs to be rewritten as an Async Task. Might be better if you implement that since I have no experience with the async tasks.

mhotan commented 11 years ago

Thats fine but if we continue to save automatically this will probably break some test because it requires a network call to save the current menu item object. And as we know jenkins and emma dont like