Skip to content

multiple documentation tasks are not shown in product gantt() #52

@danieleTrimarchi

Description

@danieleTrimarchi
	documentingSeedMap = DocumentationFeature(
		version=icoStudio230,
		assignee=sara,
		percentageLoad=5,
		timespan=timedelta(days=20)
	) 
	documentingConnectivity = DocumentationFeature(
		version=icoStudio230,
		assignee=hippolyte,
		percentageLoad=5,
		timespan=timedelta(days=15)
	) 
	icoStudio230.addFeat(documentingSeedMap)
	icoStudio230.addFeat(documentingConnectivity)

The tasks exists and the assignee planning is affected.

However, they do not appear in the gantt of a software version (ie: icoStudio 2.3.0) because there is no discrimination on the title; Both tasks are named 'icoStudio 2.3.0 documentation'. As a result, only the first task appear in the version-wise gantt.

The solution is probably to change the label in order to make it unique

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