Status

live

Updated

2022-11-30

We want to make inserting records to Bylsem to be as fast as possible, so we allow insert time worked and description into one input field and in multiple convenient formats. Time worked is mandatory, internally is stored as minutes and therefore rounded when needed. Description should be put after time separated with space, but it is optional.

Examples

140
Stores as 14O minutes without description, shows as 2:20.
2:20
Stores as 14O minutes without description, shows as 2:20.
2 20
Stores as 14O minutes without description, shows as 2:20.
2 20 Issue #12
Stores as 14O minutes with description "Issue #12", shows as 2:20.
1.43 Issue #12
Stores as 86 minutes (rounded) with description "Issue #12", shows as 1:26.

When you add record input, and leave input (TAB key or click out) you will see if it can be parsed.

Screenshot: Insert with validations

Notes