-
Notifications
You must be signed in to change notification settings - Fork 3
Scrum Domain
BryanHunt edited this page Sep 11, 2012
·
3 revisions
{
"eClass" : "http://www.eclipselabs.org/etrack/domain/scrum#//Backlog",
"name" : "String",
"project" : { "$ref" : "Project URI" }
}
{
"eClass" : "http://www.eclipselabs.org/etrack/domain/scrum#//Release",
"name" : "String",
"startsOn" : "String",
"endsOn" : "String",
"project" : { "$ref" : "Project URI" },
"milestones" : [{ "eClass" : "http://www.eclipselabs.org/etrack/domain/scrum#//Milestone" }]
}
{
"eClass" : "http://www.eclipselabs.org/etrack/domain/scrum#//Milestone",
"name" : "String",
"startsOn" : "String",
"endsOn" : "String",
"project" : { "$ref" : "Project URI" }
}
This domain design is an early draft.