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

Auto group name by timestamp #18

Open
pquerner opened this issue Jan 1, 2017 · 4 comments
Open

Auto group name by timestamp #18

pquerner opened this issue Jan 1, 2017 · 4 comments
Labels

Comments

@pquerner
Copy link

pquerner commented Jan 1, 2017

I'm often lazy and dont want to set a specific group name. Can you add support (by option) to have the group name auto inserted with current datetimestamp ?

@hharnisc
Copy link
Owner

hharnisc commented Jan 1, 2017

Great suggestion @pquerner! Seems like it could be an improvement over an empty text box. Need to think through the UX on that a bit before implementing that one. Just auto filling the input with a date would be too simple, I think.

@pquerner
Copy link
Author

pquerner commented Jan 1, 2017

Have it like an placeholder text. If the user clicks in it, the placeholder text disappears and animates the user to give a custom group name.
Leaving the field without doing anything yields the timestamp ones again.
Maybe not the timestamp, which is odd. But a formatted timestring in the users locale.
ie. 01.01.2017_16:20:22

@hharnisc
Copy link
Owner

hharnisc commented Jan 1, 2017

Got it! I think there would need to be an added label above the input to indicate that's for naming the tab group, since before that was covered by the placeholder.

What about naming it the title of the first tab? Might be a little more descriptive.

@Primigenus
Copy link
Contributor

Primigenus commented Jan 2, 2017

I would moment().fromNow() those dates, so they read "created 3 days ago" rather than "01.01.2017_16:20:22". Then maybe keep the timestamp on hover so that you can differentiate between various groups made within a short time from one another.

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

No branches or pull requests

3 participants