Simple Log for Exercises
- Features
-
Heavly based on TODO List example of backbone
-
Written in coffeescript
-
So, javascript file was auto generated by coffeescript compiler
-
source is main.coffee
-
just clone and open index.html on browser
-
Uses Bootstrap for base css
- Knowm Issues
-
If you put a invalid time (strings, negative numbers, etc), the app will accept, add the row to the table, but hopefully ignore the value when sumarize.
-
Tested only in Safari and Chrome
- TODO
-
Need to test at least in Firefox
-
Do some validations
-
Translate dates to Portuguese (maybe use this datepicker )
-
work a little bit more on css
-
Deploy somewhere