Skip to content

Room type should be an enum #81

@ethsmaa

Description

@ethsmaa

It would be nice if we could explicitly define the grooming type on the backend and frontend

Check this line:

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions