Difference between revisions of "PT Photo Gallery Overview"

From ADF Docs
Jump to: navigation, search
Line 1: Line 1:
 
== About Photo Gallery App ==
 
== About Photo Gallery App ==
 
The Profile application is built in the [[Overview|Application Development Framework (ADF)]].
 
The Profile application is built in the [[Overview|Application Development Framework (ADF)]].
* License Agreement
 
  
 
== Overview ==
 
== Overview ==
The Photo Gallery provides the ability to set dimension requirements for the uploaded image and to resized according to the sizes selected for the category.   
+
The Photo Gallery provides the ability to set dimension requirements for the uploaded image and to resize according to the sizes selected for the category.   
  
A Photo Category has an association of Photo Size elements.  The selections are for the initial upload requirement dimensions and the resize processing dimensions.  The fields in the element define the category title and the directory to store the categories upload images.
+
A Photo Category is associated with Photo Size elements.  The selections are the dimensions required for the initial upload and the resize processing dimensions.  The fields in the element define the category title and the directory to store the category's upload images.
  
The Photo Size element provides a collection of predefined dimensions and directory names.  This elements are selected and associated to the Photo Category.   
+
The Photo Size element provides a collection of predefined dimensions and directory names.  Elements are selected and associated with the Photo Category.   
  
 
The Photo element stores the information for the uploaded photo.  This element stores the path to the original photo and the category for the photo.  Combining these fields, we are able to return the size breakdowns for the photo category.
 
The Photo element stores the information for the uploaded photo.  This element stores the path to the original photo and the category for the photo.  Combining these fields, we are able to return the size breakdowns for the photo category.
Line 19: Line 18:
 
* CCAPI
 
* CCAPI
  
ADF Extensions custom field types that are required for the Photo Gallery:
+
ADF Extensions custom field types required for the Photo Gallery:
 
* Hidden Field With Name
 
* Hidden Field With Name
  
Line 25: Line 24:
  
 
== Elements ==
 
== Elements ==
The image represents the element relationships used in the Photo Gallery application.
+
This image represents the element relationships used in the Photo Gallery application.
  
  
Line 37: Line 36:
 
** [[Photo_Category_Custom_Element|Photo Category]] - Custom Element
 
** [[Photo_Category_Custom_Element|Photo Category]] - Custom Element
 
** [[Photo_Size_Custom_Element|Photo Size]] - Custom Element
 
** [[Photo_Size_Custom_Element|Photo Size]] - Custom Element
 
  
 
Note: Elements may contain 1 or more: Render Handlers, Display Templates, or Custom Field Types
 
Note: Elements may contain 1 or more: Render Handlers, Display Templates, or Custom Field Types
  
 
== Pre-installation Considerations ==
 
== Pre-installation Considerations ==
[[Overview|Application Development Framework (ADF)]] must be setup and configured on the server for the site that will be implementing the PT Photo Gallery application.  For detailed instructions follow the [[Overview|Application Development Framework (ADF)]] wiki page for Site Configurations.
+
[[Overview|Application Development Framework (ADF)]] must be setup and configured on the server for the site that will be implementing the Photo Gallery application.  For detailed instructions, see the [[Overview|Application Development Framework (ADF)]] wiki page for Site Configurations.
  
This installation guide assumes that you have no Custom Elements/Metadata Forms with the names above.  Before the install you CS Photo Gallery, be sure to remove any Custom Elements/Metadata Forms with the names contained in the "Contents" section above.  If you do not remove existing elements with these names you may have difficulties during the installation.
+
This installation guide assumes that you have no Custom Elements/Metadata Forms with the names above.  Before the installation of CS Photo Gallery, remove any Custom Elements/Metadata Forms with the names contained in the "Contents" section above.  (If you do not remove existing elements with these names, you may have difficulties during the installation.)
  
 
== Installation/Setup ==
 
== Installation/Setup ==
Each of the following steps should be completedly fully and in the order presented.
+
Each of the following steps should be completedly fully and in the order presented:
  
 
* [[PT_Photo_Gallery_ADF Configuration|ADF Configuration]]
 
* [[PT_Photo_Gallery_ADF Configuration|ADF Configuration]]
Line 57: Line 55:
  
 
== Getting Started==
 
== Getting Started==
* [[Getting Started With PT Photo Gallery|Getting Started]] - Guide to setup the photo sizes and categories.
+
* [[Getting Started With PT Photo Gallery|Getting Started]] - Guide to set up the photo sizes and categories.
  
 
== Features ==
 
== Features ==
Line 70: Line 68:
  
 
== Known Issues/Bugs ==
 
== Known Issues/Bugs ==
Found a bug, view the [[Photo Gallery Known_Issues_Bugs|Known Issues/Bugs]] wiki page.  Your issue not on the list?  Then post it so the issue can be addressed.
+
Found a bug? View the [[Photo Gallery Known_Issues_Bugs|Known Issues/Bugs]] wiki page.  Your issue not on the list?  Post it so the issue can be addressed.
  
 
[[Category:Project]]
 
[[Category:Project]]
 
[[Category:Photo Gallery]]
 
[[Category:Photo Gallery]]

Revision as of 23:17, 20 December 2009

About Photo Gallery App

The Profile application is built in the Application Development Framework (ADF).

Overview

The Photo Gallery provides the ability to set dimension requirements for the uploaded image and to resize according to the sizes selected for the category.

A Photo Category is associated with Photo Size elements. The selections are the dimensions required for the initial upload and the resize processing dimensions. The fields in the element define the category title and the directory to store the category's upload images.

The Photo Size element provides a collection of predefined dimensions and directory names. Elements are selected and associated with the Photo Category.

The Photo element stores the information for the uploaded photo. This element stores the path to the original photo and the category for the photo. Combining these fields, we are able to return the size breakdowns for the photo category.

Requirements

ADF components that are required for the Photo Gallery:

  • CEData_1_0
  • CSData_1_0
  • Scripts_1_0
  • CCAPI

ADF Extensions custom field types required for the Photo Gallery:

  • Hidden Field With Name

ADF must be configured correctly for your site. Site Configuration has instructions for configuration.

Elements

This image represents the element relationships used in the Photo Gallery application.


Adf photogallery elements.gif

Contents

The CS Photo Gallery contains the following:

  • Custom Coding - various components and scripts.
  • CommonSpot Components:

Note: Elements may contain 1 or more: Render Handlers, Display Templates, or Custom Field Types

Pre-installation Considerations

Application Development Framework (ADF) must be setup and configured on the server for the site that will be implementing the Photo Gallery application. For detailed instructions, see the Application Development Framework (ADF) wiki page for Site Configurations.

This installation guide assumes that you have no Custom Elements/Metadata Forms with the names above. Before the installation of CS Photo Gallery, remove any Custom Elements/Metadata Forms with the names contained in the "Contents" section above. (If you do not remove existing elements with these names, you may have difficulties during the installation.)

Installation/Setup

Each of the following steps should be completedly fully and in the order presented:

Getting Started

Features

The photo gallery application provides the following features:

Troubleshooting

Known Issues/Bugs

Found a bug? View the Known Issues/Bugs wiki page. Your issue not on the list? Post it so the issue can be addressed.