Content
View differences
Updated by Parimal Satyal over 1 year ago
**As** a meeting organiser
**I want to** be able to enter the duration of my meeting in hours and minutes instead of of just hours
**so that** I don't have to mentally make mental conversastions like 2.25h for a meeting meant to last 2 hours and 15 minutes.
**Acceptance criteria**
* In the meeting creation and edit forms, split ssplit the **Duration** input into two integer inputs:
* Hours
* Minutes (min 0, max 60)
* As an integer input, decimals are not allowed
* \[open\] Unless we can find a way to automatically convert somethin glike 2,5 or 2.5 to 2 hours and 30 minutes entered correctly on blur
**Note**
* A native HTML duration field doesn't seem to exist; we'll have to be clever here and find a solution that works but doesn't add too much bloat
<br>
<br>
**I want to** be able to enter the duration of my meeting in hours and minutes instead of of just hours
**so that** I don't have to mentally make mental conversastions like 2.25h for a meeting meant to last 2 hours and 15 minutes.
**Acceptance criteria**
* In the meeting creation and edit forms, split
* Hours
* Minutes (min 0, max 60)
* As an integer input, decimals are not allowed
* \[open\] Unless we can find a way to automatically convert somethin glike 2,5 or 2.5 to 2 hours and 30 minutes entered correctly on blur
**Note**
* A native HTML duration field doesn't seem to exist; we'll have to be clever here and find a solution that works but doesn't add too much bloat
<br>
<br>