There are functional centers, which reflect the primary actions of the application, and the technology in which the application runs. # The Home Page: # * get: displays the current lists and items # * render: called by all other functions to render a version of the home page # Creating Lists: # * get: renders the home page with a List form # * post: handles the CGI POST to create a List # Creating Items: # * get: renders the home page with an Item form # * post: handles the CGI POST to create an Item |
Lists and Items >