Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewish/how-long
How Long?
https://github.com/drewish/how-long
Last synced: 16 days ago
JSON representation
How Long?
- Host: GitHub
- URL: https://github.com/drewish/how-long
- Owner: drewish
- License: mit
- Created: 2014-09-01T03:42:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-17T04:41:00.000Z (about 10 years ago)
- Last Synced: 2024-11-01T13:11:42.717Z (2 months ago)
- Language: CSS
- Homepage: http://drewish.github.io/how-long/
- Size: 602 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How Long?
Is an angular app to help you estimate the completion time of a long running
task.## Installation
`npm install`
## To run locally
`npm start`
Then open http://localhost:8000/dist
## Todo
* Make `enter` key work for the time or the value field
* Make first time field prepoluate with the time right now. Even if this isn't what the user wants, it at least models how to use the field in case --:-- is confusing.
* Do something with SCSS errors so it doesn't break the server
* If neg values aren't allowed for the sample inputs; don't allow for the final input
* Show the 0%, 50%, 100% tick lines by default
* Move the `empty-state` class to point to the relevant input after the first value has been entered