Content
View differences
Updated by Oliver Günther 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, allow split the **Duration** input to input flexible into two integer inputs:
* 2.5h Hours
* 30m
Minutes (min 0, max 60)
* 30min
As an integer input, decimals are not allowed
* 2:30 (2h 30m) \[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, allow
* 2.5h
* 30m
* 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>