capacitor-community / capacitor-community/date-picker
Add steps to time picker
- Dominant language
- Swift
- Stars
- 94
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I am working on an scheduler app and it would be very convenient to make appointments by blocks of half an hour.
**Describe the solution you'd like**
Introduce a steps property to the api. This steps property could be in minutes. For example, use `steps: 15` the time picker will show only the minute options: 00, 15, 30, 45.
Contributor guide
Research direction
No file or test paths are named. Start by locating the date picker API and its native Swift implementation, then trace how minute options are generated. Done means a steps value in minutes limits the picker options to the requested interval, such as 00, 15, 30, and 45.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100