Code review comment for lp:~pkunal-parmar/ubuntu-calendar-app/TapToCreateEvent

Revision history for this message
Kunal Parmar (pkunal-parmar) wrote :

> Tapping created an event at 21:26, I think it should create an event which
> locks to the nearest 30 minutes.
>

As per current implementation we are truncating minutes and creating event for currently touched hour.
It should have created event rounding to hour, for your case it should have created event on 21:00 to 22:00

Can you confirm once more ?

> The event is created, and then two more button presses are required (tap
> event, tap edit) to edit the event to change the title from "Untitled". Would
> it make more sense to go directly to edit event when created?

This can be done

« Back to merge proposal