Content
View differences
Updated by Parimal Satyal almost 2 years ago
**Context**
The input and display of _Work_ and _Remaining work_ in multiple units were introduced in ###50954.
However, after a review of the feature with <mention class="mention" data-id="3" data-type="user" data-text="@Niels Lindenthal">@Niels Lindenthal</mention> and <mention class="mention" data-id="74738" data-type="user" data-text="@Christophe Bliard">@Christophe Bliard</mention>, we decided that the current implementation doesn't quite work because of some of the UX around legibility, visual noise, alignment and available space (column width).
As a result, we decided to simply the feature for 14.2 to display work to display these values in only days and hours.
**Acceptance criteria**
* In the work package table:
* Display _Work_ and _Remaining work_ in days and hours
* For values ≤ 7h, display only hours (format: "5h")
* For 1 day, display "1d 0h"
* For any larger value, use format: 8d 4h
* The "hour" values in each column will be aligned, since all values in end "h"
* Do not display other units (months, week, minutes, seconds)
* This will also apply to the work package details view
* Admin settings for units (hours per day, days per week...): leave as is
* Modal input in multiple units: leave as is (this is a pro feature for advanced users, doesn't both other users)
The input and display of _Work_ and _Remaining work_ in multiple units were introduced in ###50954.
However, after a review of the feature with <mention class="mention" data-id="3" data-type="user" data-text="@Niels Lindenthal">@Niels Lindenthal</mention> and <mention class="mention" data-id="74738" data-type="user" data-text="@Christophe Bliard">@Christophe Bliard</mention>, we decided that the current implementation doesn't quite work because of some of the UX around legibility, visual noise, alignment and available space (column width).
As a result, we decided to simply the feature for 14.2 to display work to display these values in only days and hours.
**Acceptance criteria**
* In the work package table:
* Display _Work_ and _Remaining work_ in days and hours
* For values ≤ 7h, display only hours (format: "5h")
* For 1 day, display "1d 0h"
* For any larger value, use format: 8d 4h
* The "hour" values in each column will be aligned, since all values in end "h"
* Do not display other units (months, week, minutes, seconds)
* This will also apply to the work package details view
* Admin settings for units (hours per day, days per week...): leave as is
* Modal input in multiple units: leave as is (this is a pro feature for advanced users, doesn't both other users)