-
Notifications
You must be signed in to change notification settings - Fork 2
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
Let the user configure output time format #43
Comments
Note, that if we start keeping per-user information, we can also improve our tips. Instead of making tips appear at random, show them for the first few times, and maybe once per several months after that. |
I'd also note that this would mean keeping this data persisted in a database, which we haven't had the need for so far. I wonder if this information can already be retrieved via the Slack API 🤔 Is Slack itself aware of the user's preference regarding clock formats, and can we ask them for that information? |
Update: Haven't looked too deep into this, but we may be able to achieve this with Block Kit elements: https://api.slack.com/reference/surfaces/formatting#date-formatting Specifically, using the
|
Here's an example using Block Kits: |
Clarification and motivation
Some users like 24-clock format, some prefer
am
/pm
abbreviations, we should make this configurable on per-user basis if that's possible.Also, let's thoroughly choose what should be the default.
Acceptance criteria
The text was updated successfully, but these errors were encountered: