-
-
Notifications
You must be signed in to change notification settings - Fork 89
Description
Background:
In many event management apps, users often finalize a date for an event while the exact time remains undecided. Currently, OmniDateTimePicker requires users to select both date and time, which can be restrictive in such scenarios.
Proposed Feature:
Allow users to select and confirm a date while optionally skipping or tentatively setting the time.
Implementation Details:
Optional Time Selection: Add the ability to pick only a date and skip the time part. This could involve a “Tentative Time” toggle or a way to save the selection with time left unset or defaulted (e.g., 12:00 midnight).
For tentative start time can be start date midnight and end time can be end time 23:59 . The would cover the entire day(s) for tentative time
UI Indication: Show a visual indicator like a “(tentative)” label next to the time, or use a lighter color/font style to show that it’s not final.
Update Flow: Ensure that users can later edit and confirm the exact time once it is finalized.
Use Case:
This feature would be especially useful in events apps where the date is confirmed early on, but final event timing may depend on multiple other factors. It provides flexibility and improves user experience in such real-world scenarios