Jump to: navigation, search

Difference between revisions of "StoryBoard/ObjectModel"

m (Project)
m (Entities List)
Line 4: Line 4:
 
* Project Group
 
* Project Group
 
* Project
 
* Project
 +
* Branch
 
* Milestone
 
* Milestone
* Branch
 
 
  
 
== Entities Details ==
 
== Entities Details ==

Revision as of 13:49, 21 November 2013

Storyboard Object Model

Entities List

  • Project Group
  • Project
  • Branch
  • Milestone

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.