-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[FR] Time field type #4083
Comments
In project management, eg. scrum, you'd most likely be using something similar to As these are arbitrary, it's up to the "team" to define what these mean, or how to put down estimations. I reckon a For your specific use-case, you can have some preset time estimates using Single Select Option, eg. If we can come up with a good design for this field type, I believe it would still have value. |
Thank you for the insights, Mathias. I was thinking of a field type similar to number field type with some extra display option for showing the time in the frontend (similar to date field display options). |
Hmm, I'd love to see this in practice, I can't really come up with an especially good way of visually representing these options, but I'm sure you'll figure something out :D I've assigned you, maybe this can lead to some more interesting types of fields in the future as well. |
Description
A field type for determining time like 20 minutes, 3 hours, etc. It's useful for task management purposes, To show how much time a task needs or how much I've spent time on the task.
Impact
Users who use the Kanban or grid view for managing tasks or similar stuff.
Additional Context
I would like to implement this my self if its an acceptable feature.
The text was updated successfully, but these errors were encountered: