Book Image

CodeIgniter Web Application Blueprints

Book Image

CodeIgniter Web Application Blueprints

Overview of this book

Table of Contents (16 chapters)
CodeIgniter Web Application Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Design and wireframes


As always, before we start building, we should take a look at what we plan to build.

Firstly, a brief description of our intent: we plan to build an app that will allow people to browse job adverts in the form of a job board.

People will be able to create job adverts that will appear on search listings. Others will be allowed to apply for these advertised jobs, and applications are sent in an e-mail to the advertiser with details of the job and applicant.

Anyway, to get a better idea of what's happening, let's take a look at the following site map:

So that was the site map; the first thing to notice is how simple the site is. There are only three main areas to this project. Let's go over each item and get a brief idea of what it does:

  • Jobs/Search: Imagine this as the start point. The user is presented with a list of active jobs available on the site. The user is able to view the job details and apply (taking them to point 2 of the site map), or click on Create on the navigation...