Ref T8024. The time control currently does not support colloquial time names frequently used in common parlance. Support these times.
Details
Details
- Reviewers
btrahan lpriestley chad - Maniphest Tasks
- T8024: Update Calendar event date selection controls
- Commits
- Restricted Diffusion Commit
rP3ea7359e161d: Support colloquial time names to dramatically improve usability of time control
Easily specified many of the most important times in a convenient way.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Other possibilities:
- "Sunrise"/"Sunset": we need to know the user's latitude, and currently don't prompt for this information.
- "Top O' The Morning": Not a real time, just a phrase.
src/view/form/control/AphrontFormDateControlValue.php | ||
---|---|---|
190 | How about "lunch"? Not sure about other meals, but lunch seems to be the one most often used and the most standard time. |
Comment Actions
Maybe add to list a typical work closing time? Like ~5pm?
src/view/form/control/AphrontFormDateControlValue.php | ||
---|---|---|
190 | Lunch is problematic term for Europe and middle east where "Lunch" is anytime between 1(or 12) pm and 4 pm depending on tradition... |