Skip to content

Fix time tracking time spent rendering

Clement Ho requested to merge fix-time-spent into multiple_assignees_review

What does this MR do?

The API currently returns

human_time_estimate: null
human_total_time_spent: "1w"

This MR fixes the the store to save the human_total_time_spent instead of human_time_spent.

Are there points in the code the reviewer needs to double check?

Shouldn't be

Why was this MR needed?

Fixes bug

Screenshots (if relevant)

Before After
Screen_Shot_2017-05-01_at_6.43.32_PM Screen_Shot_2017-05-01_at_6.43.10_PM

Does this MR meet the acceptance criteria?

Yes

What are the relevant issue numbers?

#1904 (closed)

Merge request reports