College Chef

Overview

  1. [Back-End] Top 10 for recipes and chefs - Developed a static search string that limits results in HQL to only 10 results. Added a field "rating" to both chefs and recipes in order to facilitate this functionality.
  2. [Front-End] Top 10 Recipes and Chefs - Now added front end functionality to accompany back end for listing the top 10 recipes and chefs
  3. [Front-End] Displaying the ingredients and equipment - Fixed displaying the amounts and amount type for both ingredients and equipment
  4. [Front-End] Search based on amount - We decided not to implement this feature, at least for the time being.
  5. [Front-End] Legalities - Added privacy policy and terms of condition to registration page
  6. [Front-End/Back-End] Code - Major refactoring done to re organize the code.
  7. [Front-End] Rating - We now display ratings as stars which is much more elegant than before
  8. [Front-End] Improved user layout
  9. [Front-End] Input validation - Input into ingredient amount fields as well as other input fields are now validated. An error message is elegantly displayed for incorrect input.
  10. [Front-End] Passwords - Passwords are now hashed instead of stored as plaintext.
  11. [Front-End/Back-End] Users register with e-mail address - Users now register and login with their e-mail addresses and are referred to with their aliases.
  12. [Front-End/Back-End] Forgot Password - Users can now have a random password sent to their e-mail address that is randomly generated
  13. [Front-End/Back-End] Supplemental Recipes - Recipes can now have other recipes are requirements; a user adds a supplemental recipe ID when creating a new recipe. The supplemental recipe is displayed on the recipe page.
  14. [Front-End] AJAX to Kitchen Modules - We added AJAX to adding to and removing from the kitchen modules so the whole page does not have to reload
  15. [General] Web-Hosting - Site is now live!

We have our core functionality pretty much done and with very few bugs, if any. We are quite proud of the work we've done this semester and how far we've gotten in this project in just a semester. We hope to continue the project in the future too! Take a look at our future iteration plans for some ideas of what we might do next.