-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Feature]: Duration picker #682
Comments
Do you have an example of such a picker, possibly from a different application? And wouldn't the user need to know the DOB for this to happen anyways (e.g. calculate the ISO 8601 duration from the DOB and current date)? |
Not exactly; the point is the difference in resolution. Sometimes they might just say There's also educating people about the duration range syntax
I've never seen a picker for this, but I'm fairly sure any time I've seen something similar, each field of the page is separated as a different entry on a web form That is,
with pretty much all fields being optional, but at least one entry required But this feels like it takes more typing than the ISO string, while requiring less reading of tooltips to learn/understand what ISO 8601 is, so there's the tradeoff Also seems less copy/pastable |
Maybe the 'add subject' button could trigger a popup that collects the information in a user friendly way, but the values on the table still show up as they do (and are still copy/pastable that way)? And the user friendly form could have a yes/no toggle of if they want to submit age OR date of birth, finally alleviating that confusion by not displaying both and validating both together |
Ah gotcha. We could also have a nested table form that provides the form described above as a pop-up for Age. |
You're right, though, this is an issue with the Table format in general |
Summarized and moved to #846 Re-open again whenever this starts active development |
What would you like to see added to the NWB GUIDE?
Right now, entering in the age of the subject requires that the user knows or learns ISO 8601 duration format.
Would it be possible to user a duration selector widget that is more intuitive? Does such a picker already exist?
Do you have any interest in helping implement the feature?
No.
Code of Conduct
Yes
Did you confirm this feature was not already reported?
Yes
The text was updated successfully, but these errors were encountered: