-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
app: clientClient project folderClient project folderapp: serverServer project folderServer project folder
Description
It would be nice if we could explicitly define the grooming type on the backend and frontend
Check this line:
gurubu/gurubu-backend/utils/groomings.js
Lines 9 to 55 in bb09c34
const groomingMode = { | |
0: [ | |
{ | |
id: 1, | |
name: "storyPoint", | |
points: ["1", "2", "3", "5", "8", "13", "21", "?"], | |
}, | |
], | |
1: [ | |
{ | |
id: 1, | |
name: "developmentEase", | |
weight: 20, | |
points: ["1", "2", "3", "4", "5", "?"], | |
}, | |
{ | |
id: 2, | |
name: "customerEffect", | |
weight: 10, | |
points: ["1", "2", "3", "4", "5", "?"], | |
}, | |
{ | |
id: 3, | |
name: "performance", | |
weight: 30, | |
points: ["1", "2", "3", "4", "5", "?"], | |
}, | |
{ | |
id: 4, | |
name: "security", | |
weight: 10, | |
points: ["1", "2", "3", "4", "5", "?"], | |
}, | |
{ | |
id: 5, | |
name: "maintenance", | |
weight: 25, | |
points: ["1", "2", "3", "4", "5", "?"], | |
}, | |
{ | |
id: 6, | |
name: "storyPoint", | |
weight: 0, | |
points: ["1", "2", "3", "5", "8", "13", "21", "?"], | |
}, | |
], | |
}; |
Metadata
Metadata
Assignees
Labels
app: clientClient project folderClient project folderapp: serverServer project folderServer project folder