Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. REQUIREMENTS FOR A WEB APPLICATION PROJECT
  2. Your project constitutes 50% of your overall marks and therefore it is very important you
  3. come up with a complete and realist project but not over complicated. Below is a list of
  4. requirements that can guide you when deciding on an application to develop;
  5. - YOU SHOULD USE RUBY AND SPECIFICALLY RUBY ON RAILS Web
  6. development framework for development of your application
  7. - The application should seek to address a real world problem. The application does not
  8. need to be novel. You can take an existing Web application built in other languages such
  9. as PHP and Python and modify its features
  10. - The application should be interactive and dynamic. You should look for an application
  11. that requires comprehensive use of CRUD functions (including user authentication),
  12. session management and/or e-mailing service
  13. - The application should also be able to perform basic logic. Examples of such logics
  14. include limiting the number of times a user can change his/her password, limiting the
  15. number of help requests a customer care can attend to or calculating and offering bonus
  16. to a customer who spends more within a certain timeframe
  17. - Complete and well looking Web pages are very important BUT more emphasis should be
  18. on server-side development
  19. NOTE
  20. THIS IS AN INDIVIDUAL ASSIGNMENT.
  21. A complete application should be submitted through moodle at 23:59 on 18
  22. th
  23. April 2014 and
  24. on 24
  25. th
  26. April 2014 you should do you demos.
  27. Your submission should include a short report, describing the purpose of your application and
  28. its key features, and a zip folder with the source code of your application. The report should
  29. be eight pages long, including a cover page, screenshots and references.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement