#1 all ratings are maped
This commit is contained in:
@@ -185,14 +185,45 @@
|
||||
"sheet": 3,
|
||||
"start_row": 9,
|
||||
"end_row": 93,
|
||||
"points_col": "I",
|
||||
"max_points_col": "J",
|
||||
"id_col": "",
|
||||
"short_name_col": "B",
|
||||
"name_col": "C",
|
||||
"estimations_col": "H",
|
||||
"weight_col": "D",
|
||||
"selected_by_user_col": "N"
|
||||
"cols": [
|
||||
{
|
||||
"col": "I",
|
||||
"field": "Points",
|
||||
"type": "int",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"col": "J",
|
||||
"field": "MaxPoints",
|
||||
"type": "float64",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"col": "C",
|
||||
"field": "Name",
|
||||
"type": "int",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"col": "H",
|
||||
"field": "Estimations",
|
||||
"type": "int",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"col": "D",
|
||||
"field": "Weight",
|
||||
"type": "float64",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"col": "N",
|
||||
"field": "IsWeightSelectedByUser",
|
||||
"type": "bool",
|
||||
"default": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user