Page MenuHomePhabricator

Make default start value of new events to be the next whole hour and the end value to be the next whole hour after that.
ClosedPublic

Authored by lpriestley on May 20 2015, 5:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 1, 12:03 AM
Unknown Object (File)
Wed, Apr 24, 10:54 AM
Unknown Object (File)
Sun, Apr 21, 8:05 AM
Unknown Object (File)
Wed, Apr 17, 2:50 PM
Unknown Object (File)
Mar 31 2024, 10:24 AM
Unknown Object (File)
Mar 31 2024, 2:06 AM
Unknown Object (File)
Feb 2 2024, 8:58 AM
Unknown Object (File)
Feb 1 2024, 10:19 AM
Subscribers

Details

Summary

Ref T8031, Make default start value of new events to be the next whole hour and the end value to be the next whole hour after that.

Test Plan

Create new event at, say, 10:30am. Event default times should be 11:00 AM - 12:00 PM

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lpriestley retitled this revision from to Make default start value of new events to be the next whole hour and the end value to be the next whole hour after that..
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.May 20 2015, 5:55 PM

As an idle thought, the chance that these times are correct might actually be lower than just always picking, say, 12PM - 1PM, since the number of events scheduled less than 59 minutes in advance is probably not very large.

Okay, I think that you're probably correct. I still think this is more useful than rightNow() - rightNow(). But yeah, maybe 12-1 is better.

This revision was automatically updated to reflect the committed changes.

I do think this looks/feels like a better default than right now - right now, even if it's not actually more useful.