-
Notifications
You must be signed in to change notification settings - Fork 0
Feat: Setup + Document date and time input in a Flutter App #1
Copy link
Copy link
Closed
Labels
T4hTime Estimate 4 HoursTime Estimate 4 HoursenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityhelp wantedIf you can help make progress with this issue, please comment!If you can help make progress with this issue, please comment!priority-1Highest priority issue. This is costing us money every minute that passes.Highest priority issue. This is costing us money every minute that passes.technicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Metadata
Metadata
Assignees
Labels
T4hTime Estimate 4 HoursTime Estimate 4 HoursenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityhelp wantedIf you can help make progress with this issue, please comment!If you can help make progress with this issue, please comment!priority-1Highest priority issue. This is costing us money every minute that passes.Highest priority issue. This is costing us money every minute that passes.technicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Type
Projects
Status
✅ Done
As noted by @panoramix360 in dwyl/mvp#140 (comment)
the
MVPcurrently hastextinputfor updating thetimer.startandtimer.stop:Todo
Materiallibrary to implement theDatePickerandTimePickerwidgets and allow apersonto interact with aDateTimeobject.Once we've figured out the "basics" of the
Material UIwidgets,explore a more intuitive and faster interface.
Specifically we don't want a "Modal" (Dialog) for inputting the
DateTime. We want thetimersinput to expand below theitemthe way it currently does in theMVPso no context is lost.Ensure the
Appis deployed viaGitHub Pagesas aPWA. 📱Research
There are many options available, e.g: https://fluttergems.dev/date-time-picker

Please feel free to do more research into this but remember to capture all of it.
And don't get tooo carried away as this feature is meant to be simple. 👌