Jump to: navigation, search

Difference between revisions of "StoryBoard/ObjectModel"

m (Project Group)
m (Project Group)
Line 22: Line 22:
 
| name || string || Project Group short name. One word names are preferred.
 
| name || string || Project Group short name. One word names are preferred.
 
|-
 
|-
| description || text || A detailed description for the entire Project Group.
+
| title || string || A detailed description for the entire Project Group.
 
|-
 
|-
 
| members || 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:38, 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.
title string 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