| Name | {{ $gitProject->name }} |
| Status | |
| Description | {{ $gitProject->description }} |
| Cost | {{ number_format($project->cost) }} |
| Start Date | {{ date('d-m-Y', strtotime($project->start_time)) }} |
| End Date | {{ $project->end_time ? date('d-m-Y', strtotime($project->end_time)) : '' }} |
| Estimated Days | {{ $project->estimated_day }} |
| Total Points | {{ $project->total_points }} |
| Burned Points | {{ $project->burned_points }} |
| BPD | {{ $project->BPD }} |
| Current Sprint |
{{ ($project->currentMilestoneMappingItem && $project->currentMilestoneMappingItem->milestone) ? $project->currentMilestoneMappingItem->milestone->title : '' }}
|
{{ __('Not have data')}}
Need to have at least 3 items: DOING, DONE, REOPEN
BPD warning
Sprint warning