FLUID-1438: OSDPL Functionality: Create content views.

Metadata

Source
FLUID-1438
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Jonathan Hung
Reporter
Jonathan Hung
Created
2008-09-05T12:09:15.000-0400
Updated
2008-10-29T10:44:30.000-0400
Versions
  1. 0.5beta1
Fixed Versions
  1. 0.6beta1
Component
  1. OSDPL

Description

Creating "views" within Drupal to display,filter, and sort content.

  • View will govern display of Complete and Draft Design Patterns.

Comments

  • Jonathan Hung commented 2008-09-05T12:13:27.000-0400

    Iteration20

  • Blake E commented 2008-09-05T15:44:43.000-0400

    After mine and Jonathan's meeting this morning, we agreed on the following structure and drupal controls.

    Content Type: Pattern
    ===============

    Complete aka Production Ready Pattern
    ===============
    Control Vocabulary: Status

    Public Visibility
    Node Status Control: Published

    Viewing
    Adapted View from: Drupal Views Module - http://drupalmodules.com/module/views
    Key Filter: Published = Yes, Type = Pattern, Vocabulary:Status = Complete

    Draft Pattern
    ===============
    Control Vocabulary: Status

    Public Visibility
    Node Status Control: Published

    Private Visibility
    Node Status Control: unPublished

    Viewing
    Adapted View from: Drupal Views Module - http://drupalmodules.com/module/views
    Key Filter: Published = Yes, Type = Pattern, Vocabulary:Status = Draft