Edit help/public.html
Review other static assets
_header.rhtml
---------------
Perfect candidate for snippet caching
Pagination for all table-based views (done for category and products).
Should we should tweak the style such that it matches that of JPetstore>? (ex. Just next >> and previous <<, no page numbers)
register for an account
------------------------
The original petstore validation message and text are slightly different. Should we make them exactly the same?
Sample text from JPetStore:
User ID is required.
Passwords did not match or were not provided. Matching passwords are required.
First name is required.
Last name is required.
Email address is required.
Phone number is required.
Address (1) is required.
City is required.
State is required.
ZIP is required.
Country is required.
Clean up the HTML markup (indenting etc.)
What should the status field default to? OK?
The favorites drop down is not populated
Checkboxes (my list and banner options) not yet implemented.
search
----------------------
Is there is a smarter way to do this than building a LIKE query over the desired columns.
Approach taken is like: http://wiki.rubyonrails.org/rails/pages/FullTextSearch
A full-text plugin would be overkill though.
Should we sanitize the input keywords?
The side bar menu is too wide (the search results box is not centered).
Entering no search terms right now flashes an error message. Make it match that of JPetstore.
The link to the product should not underline both the image & the text.
general
----------------------
Should we just have one method and check if it is a post intead of having double methods like login & login_post, new and new_post?
The image tags on the 'view item' and 'search pages' are missing their closing tag.
ex.