January 2014
Intermediate to advanced
232 pages
5h 11m
English
We’ll identify the different use cases for our site and then stub out some pages around those. Let’s go over a list of actions we’d like our site’s users to be able to perform. Each of these use cases will constitute a particular workflow that we can complete independent of others.
For a user to put content on the site, she needs to have an account. To facilitate this we need a page to collect some user details such as an ID and a password, validate those, and create a database entry for the user.
Once a user creates an account, he should be able to log in using the credentials provided. We need to display a login form on our pages if there is no user in the session. ...
Read now
Unlock full access