Remaining Work

- Overall Look and Feel

- My Plate (Diary)
	
- Login
	- Having no username/password or a known invalid password is the same thing
	- Invalid password should clear your password field
	- Add "About Panel" off of login page, describing the application
	- On first run only (set a pref) send the user to the about box
	- My Plate view should update itself upon succesful login
	- Create account RPC call and hookup

Edit Profile
	- Add sentence explaining what the profile page is above tableview or in navbar
	- Edit profile RPC call hookup
	
- Weight
	
- Fitness
	- Custom calories burned option should use a picker
	
- Food

- Create Account
	- Hook up to XmlRpc methods
	- Handle errors during account creation (passwords don't match, duplicate username, etc)

Misc
	- deal with username changing (either delete everything, or always store relative to username)
	- if offline, don't let the user create a user, change credentials, etc. in the profile tab
	- speed up sync by having a "push Diary only" version, which is the most common....
	
Someday/Maybe
=============

Search
	- add non-blocking busy indicating while searching network, show section and show a virtual row below it?


My Info
	- show pie chart of fat, carbs, protein, calories
	
My Plate
	- Change diary to be two rows per line, not 3, and add carbs, fat, protein, calories
	- teach sync to request the last 2 days of historical data to populate diary
		- deal with the fact that food may come down you don't have in your local database
		
Fitness
	- Make work like Food, with recent entries, but include a local database

Overall
	- Help screens
	- About Box
	- Handle low memory conditions
	- In the date picker, consider printout out the date in long form above the wheels, to take up more space
	- On Serving Picker (and others), consider applying a label atop the selected value "glass", and not having
	  labels on the wheels - for example the "beats per minute" wheel
	- Consider special formatting to distinguish any "required" fields (like darker grey text)
