rubyforgood / mutual-aid

Mutual aid management platform for groups who build, support, and strengthen community resilience.
https://github.com/rubyforgood/mutual-aid/projects/4
MIT License
54 stars 62 forks source link

Add dateTIMEepicker to simple_form initializer #171

Open maebeale opened 4 years ago

maebeale commented 4 years ago

Right now selecting dates is NOT a good experience for users bc we have standard date/datetime dropdowns.

We have simple_form and a simple_form_bulma initializer, so need to make the datetime custom inputs work there to be available throughout the app.

leahriffell commented 3 years ago

Hi @maebeale! Could you please assign this issue to me? Do you have any additional context for us or any wireframes to be used? I see a datetime picker under /shifts/new but not sure where else this is utilized.

maebeale commented 3 years ago

Thanks! We wanted a SimpleForm "component" so when we call an input, we can say "as: :datetime" in views.

maebeale commented 3 years ago

(Is that helpful, @leahriffell )

leahriffell commented 3 years ago

Yes, thank you @maebeale! We'll start digging in and let you know if we have further questions. Thank you!