Archive Edit

Problem summary

The user wants to search for an article of interest by chronological order

Example

Archive

Usage

  • Use when you have more than 10 to 20 items to display
  • Use when you have a data set that spans over a long time frame and want to let the user browse the items in the dataset by chronological order.
  • Use when displaying all items in a dataset confuses the user rather than giving an overview
  • Use when it makes sense to order items in a dataset by dates
  • Use when you want to provide an easy way to browse your entire database of articles.

Solution

List the items in your dataset in chronological order and provide suitable headlines to match the amount of items. If you for instance have 10 items per year, it does not make much sense to part these 10 items into months. If you have 100 items a year, but also have months without any items, it might not make sense to list all months.

Either you can provide links to pages that shows all items per time period, or simply make a list of links to each item directly on the main archive page.

Rationale

Use the archive pattern when it makes sense to list items in chronological order. List items in an archive format, makes it easy for the user to explore how the website of interest has evolved over time and what has influenced today’s items.

More example images of the 'Archive' pattern


View more images

This document is in version 2 and was last updated on Oct 21, 2009 by generock. The original author of the design pattern was Anders. Edit this pattern.

You are reading the "Archive" pattern.
Rated 100% positive
100.0
2 votes
This pattern was helpful This pattern is useless

Related information

Collection

Related patterns

Archive has 2 comments

  • Great if you want to find something of witch you know when you saw it the first time.

  • I understand this technique was written to quickly get modal tabs running, but the Javascript is both intrusive and far from a progressive enhancement. If the user has JS turned off, the entire thing falls apart. At the very least, the links should lead somewhere. A full page reload seems like ordinary navigation tabs, but at least it would function properly.

Post a comment

Required
Required
Will not be published
simple_captcha.jpg
Required
Type the code from the image