Site Building

Movie Project: Design a Content Type for Drupal 7

Last updated
Categories
Up-to-date with minor version
7.x

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

This exercise requires you to analyze wireframes detailing the architecture of a website and design a content type to store all the required information.

Goal

Figure out which fields should be included in a content type based on a wireframe.

Prerequisites

You will need the following knowledge and skills. If you need a review, check out the Additional resources section at the bottom of this page.

  1. Plan the site building process from a set of requirements.
  2. Compose a table of fields which can be used to store data appropriately.

Wireframe reference

You will need to refer to the wireframe collection PDF.

  • Review Page

Tasks

Analyze each page on the wireframe to derive what fields will be required to represent a Movie Review content item. For now ignore content in the header and footer.

Create a spreadsheet to illustrate the design of your content type.

The format of your spreadsheet should be as illustrated below:

Field Name Data Type Description
Movie Title Text The title of the movie
Movie Image Image An image from the film
Movie Review Long Text A review of the film
Link to IMDB Link A link to an external site

Recap

  • Before commencing work on a new site, establish as many requirements as possible.
  • Document how content can be stored before starting development.

Further your understanding

Additional resources

Creative Commons License

Drupal Training Resources by Damian Robinson are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Based on a work at http://www.damianrobinson.co.uk.

Hands-On Exercises: Movie Project