-
Notifications
You must be signed in to change notification settings - Fork 10
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
Date limit slider displays integers instead of text dates. #34
Comments
What's the context for recreating this? The (pre-merge to master) HT Bookworm at On Thu, Sep 1, 2016 at 3:59 PM Benjamin Schmidt notifications@github.com
|
Sorry, should have linked. The screenshot of the error I'm encountering is this bookworm somewhere at Yale by @triplingual ; I'm uncertain of the exact commit being used used there The code on But that's a separate issue. The key thing with Yale bookworm, I think, is that the conversion is happening, but only after the text is written to either side of the slider bar. It might be as simple as swapping two lines of code. |
As a basic fix, this will do it:
instead of
on this line: https://github.com/Bookworm-project/BookwormGUI/blob/master/app/bookworm.gui.js#L352 Caveat: the tooltips are still in integers as you drag the sliders. Side note: month or even week-level granularity is one of the best features of Bookworm! :) |
E.g.:
There was code to convert, for display, these wonky integer dates into some ISO-standard text display; not sure if it's still in there. It should be restored.
The text was updated successfully, but these errors were encountered: