Jump to: navigation, search

Difference between revisions of "StoryBoard/ObjectModel"

m (Project Group)
m (Project)
Line 39: Line 39:
 
| name || string || A Project short name. One word names are preferred.
 
| name || string || A Project short name. One word names are preferred.
 
|-
 
|-
| description || text || A detailed description for the Project.
+
| title || string || A detailed description for the Project.
|-
 
| project_group || Project Group || A back reference to the Project Group
 
 
|}
 
|}

Revision as of 13:39, 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.
title string A detailed description for the Project.