NewestUser / imen

Simple web application showcasing the Bulgarian Calendar
1 stars 4 forks source link

Select Gregorian Date to be converted to Bulgarian Date from UI #19

Open NewestUser opened 4 years ago

NewestUser commented 4 years ago

I would like to have the ability to choose a Gregorian date from the UI and have it converted to Bulgarian date.

This would involve adding a date picker on the UI. I haven't done a lot of research but flatpickr seems as a good candidate as it does not carry any external dependencies (This is an optional recommendation what to include in the project)

b0b3t0 commented 4 years ago

Should I change the index.html file to have 2 input fields: first for picking date and second to show the convert in Bulgaria calendar date?

NewestUser commented 4 years ago

I would prefer to have less inputs.

I was imagining choosing some date from a calendar. When the user clicks on the date this causes the page to reload and displays the new date. With this approach you would only have 1 input which is the calendar date picker.

(Not sure how this would look like. My experience building UI tells me that often you might imagine something nice that actually ends up looking really ugly when you build it. So I suppose my suggestion is open for change if you have a better idea)