Skip to content

DebugFeats and TestingFeats percentageLoad is /10 #69

@danieleTrimarchi

Description

@danieleTrimarchi

In the following code, the %load of a Feature is defined on a % basis => 80%
Debug and Testing feats are on the other hand defined on a fractional basis : 7.5

Harmonise

	# https://iconeus.tuleap.cloud/plugins/tracker/?aid=4030
	icoStudio240.addFeat(
		Feature(featName="installerChanges",
 				totalEffort=1, 
				remainingEffort=1,  
				assignee=selene,
				percentageLoad=80,
				startDate=selene.getEndDateForLatestAssignedFeat())
	)
	
	icoStudio240.addFeat(
		TestingFeature(
			version=icoStudio240,
			assignee=selene,
			percentageLoad=7.5,
			timespan=timedelta(days=15))
	)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions