Jump to: navigation, search

StoryBoard/ObjectModel

< StoryBoard
Revision as of 13:33, 21 November 2013 by Nikita Konovalov (talk | contribs) (Storyboard Object Model)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
projects 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