Spaces:
Sleeping
Sleeping
Update Functions.py
Browse files- Functions.py +3 -3
Functions.py
CHANGED
|
@@ -42,10 +42,10 @@ class RFPProcessor:
|
|
| 42 |
"epic": epic,
|
| 43 |
"Feature": feature,
|
| 44 |
"Story Description": story["description"],
|
| 45 |
-
"
|
| 46 |
-
"
|
| 47 |
-
"Average Estimate": average,
|
| 48 |
"Story Rationale": story["rationale"],
|
|
|
|
| 49 |
}
|
| 50 |
)
|
| 51 |
st.session_state["is_estimation_data_created"] = True
|
|
|
|
| 42 |
"epic": epic,
|
| 43 |
"Feature": feature,
|
| 44 |
"Story Description": story["description"],
|
| 45 |
+
"Estimate": story["estimate"],
|
| 46 |
+
"Person Days Range": story["effort"],
|
|
|
|
| 47 |
"Story Rationale": story["rationale"],
|
| 48 |
+
"Person Days": average
|
| 49 |
}
|
| 50 |
)
|
| 51 |
st.session_state["is_estimation_data_created"] = True
|