Jump to: navigation, search

Difference between revisions of "StoryBoard/ObjectModel"

(Storyboard Object Model)
 
m (Project Group)
Line 24: Line 24:
 
| description || text || A detailed description for the entire Project Group.
 
| description || text || A detailed description for the entire Project Group.
 
|-
 
|-
| projects || list(Project) || A list of Projects that belong to this Project Group.
+
| members || list(Project) || A list of Projects that belong to this Project Group.
 
|}
 
|}
  

Revision as of 13:37, 21 November 2013

Storyboard Object Model

Entities List

  • Project Group
  • Project
  • Milestone
  • Branch


Entities Details

Project Group

A Project Group object represents a list of projects which are closely dependent on each other.

Field Name Type Description
id integer A primary key for a database.
name string Project Group short name. One word names are preferred.
description text A detailed description for the entire Project Group.
members list(Project) A list of Projects that belong to this Project Group.

Project

A Project object represents a single project.

Field Name Type Description
id integer A primary key for a database.
name string A Project short name. One word names are preferred.
description text A detailed description for the Project.
project_group Project Group A back reference to the Project Group