add takt time and simplify simulation getters
This commit is contained in:
@@ -4,8 +4,9 @@ import { Strategy } from '@/modules/lean/strategy'
|
||||
|
||||
export type Meta = {
|
||||
totalDays: number
|
||||
daysWithProblemSolving: number
|
||||
teamWorkExperience: number
|
||||
strategy: Record<Strategy, number>
|
||||
featuresDonePerDay: number[]
|
||||
}
|
||||
|
||||
export type Analysis = {
|
||||
|
||||
Reference in New Issue
Block a user