Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next release date #2385

Closed
shucontech opened this issue Sep 1, 2021 · 12 comments
Closed

Next release date #2385

shucontech opened this issue Sep 1, 2021 · 12 comments

Comments

@shucontech
Copy link

Hello, we are developers of the https://github.com/phpmyadmin/phpmyadmin tool, and we're planning to migrate our datetime picker to a new one. We're considering using tempus-dominus for the same, but we are concerned that there's been no release since 2017. Do you guys plan to roll out a release soon, or the tool is no longer being maintained? Thanks.

cc: @williamdes

@Eonasdan
Copy link
Owner

Eonasdan commented Sep 1, 2021

I just published alpha1 of the v6 yesterday

@williamdes
Copy link

I just published alpha1 of the v6 yesterday

Thank you, Indeed I did see it yesterday
https://github.com/Eonasdan/tempus-dominus/releases/tag/v6-alpha1

Do you support seconds and microseconds ?

@Eonasdan
Copy link
Owner

Eonasdan commented Sep 1, 2021

Seconds? Yes. What would be the use case for micro or milliseconds? That seems extremally granular

@williamdes
Copy link

Seconds? Yes. What would be the use case for micro or milliseconds? That seems extremally granular

Our users can store microseconds in their database. The current JQuery picker allow to edit microseconds.

See: https://dev.mysql.com/doc/refman/5.6/en/fractional-seconds.html

MySQL 5.6 has fractional seconds support for TIME, DATETIME, and TIMESTAMP values, with up to microseconds (6 digits) precision

@Eonasdan
Copy link
Owner

Eonasdan commented Sep 1, 2021

Are you looking for the picker to be able to handle that kind of entry? It looks like you currently prompt the user to key values not supported.

I'd love for you guys to be able to use my picker. Just trying to decide what the effort level is to make it work for you.

@williamdes
Copy link

Are you looking for the picker to be able to handle that kind of entry? It looks like you currently prompt the user to key values not supported.

I'd love for you guys to be able to use my picker. Just trying to decide what the effort level is to make it work for you.

image

Here is the worst case scenario with a precision of 6 digits

If your lib can provide a picker to do exactly the same value creation/edition that would be perfect for us

@Eonasdan
Copy link
Owner

Eonasdan commented Sep 2, 2021

Hmm like I said the picker definitely can handle the date and time down to the seconds. I do have plans for a plugin system the could provide a way to expand what precision a user could select but I don't have that in place right now.

I'm pretty much a one man show at the moment. Again I think it'd be pretty cool for something as widely know as php my admin to use my picker but I understand if it's not what you need.

Oh btw, the reason there wasn't any releases since 2017 is because I branched off to a different repo but my health didn't allow that to work. This past year I've been doing a bit better and so have been doing a major update.

@williamdes
Copy link

Hmm like I said the picker definitely can handle the date and time down to the seconds. I do have plans for a plugin system the could provide a way to expand what precision a user could select but I don't have that in place right now.

I'm pretty much a one man show at the moment. Again I think it'd be pretty cool for something as widely know as php my admin to use my picker but I understand if it's not what you need.

Oh btw, the reason there wasn't any releases since 2017 is because I branched off to a different repo but my health didn't allow that to work. This past year I've been doing a bit better and so have been doing a major update.

Thanks for explaining :)

If you need some help maybe some help can be given on free time, let us know

Could you build a POC maybe on a jsfindle @shucontech so we can determine what is missing and try to help out ?

@shucontech
Copy link
Author

Could you build a POC maybe on a jsfindle @shucontech so we can determine what is missing and try to help out ?

Sure. I'm setting up the repo on my local. Will try to make a POC pull request.

@shucontech
Copy link
Author

@Eonasdan can you please update the Contributing.md doc? I'm unable to set up the repository on local.

@Eonasdan
Copy link
Owner

Eonasdan commented Sep 2, 2021

@shucontech can you check the readme to see if that covers what you need? I need to update all of the other github markup pages like that.

@Eonasdan
Copy link
Owner

I hope you guys find your solution. As of now, I don't think I want to add the extra bits required to show that level of detail. I have added some hooks that might be helpful to you as far as parsing textbox inputs and outputs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants