Commit Graph

23 Commits

Author SHA1 Message Date
Zachary Jones
47dfdee1af Add time to Add Asset form.
The start and end date/time of the Asset is now saved to the database.
2013-01-29 16:03:23 -06:00
Zachary Jones
9a243eab74 Add bootstrap-timepicker.js 2013-01-29 14:36:43 -06:00
Zachary Jones
f911cdff4a Start adding the start and end dates to the Asset add form.
Planning to use JavaScript widgets to help with entering dates and times.
2013-01-28 21:49:15 -06:00
Zachary Jones
1b37c2dacc Add bootstrap-datepicker.js 2013-01-28 21:30:12 -06:00
Zachary Jones
a6a1c28116 Rename argument for consistency 2013-01-26 18:40:06 -06:00
Zachary Jones
a1fcc80f9d Start writing tests using Jasmine.
Should have been started earlier but I am still new to JavaScript development and its testing and best practices. This will need filling out further in the future.
2013-01-26 15:43:55 -06:00
Zachary Jones
aebddd0dad Start work on creating an API that can be used to create new Assets via Backbone models. 2013-01-25 14:33:57 -06:00
Zachary Jones
9c65cec2ac Starting work on Add Assets modal 2013-01-24 14:33:37 -06:00
Zachary Jones
d05c730036 Add Bootstrap libraries for animation and modal dialogs. 2013-01-23 20:18:10 -06:00
Zachary Jones
264edc78a9 Add "Add Asset" button. 2013-01-23 20:17:39 -06:00
Zachary Jones
47a6cdabeb Fix some HTML markup mistakes. 2013-01-22 23:01:51 -06:00
Zachary Jones
a6a97ec3e1 Start work on views.
Active and Inactive assets views are now dynamically rendered based on the assets which are retrieved via Backbone. The "Activate" and "Deactivate" links will actually move an asset from one section to another but nothing actually happens on the backend yet.
2013-01-22 22:50:56 -06:00
Zachary Jones
1f77a40965 Create Backbone collections for Assets, ActiveAssets, and InactiveAssets.
These are populated automatically via AJAX on page load.
2013-01-21 15:11:58 -06:00
Zachary Jones
481e3de23f Start Javascript for interactive index page. 2013-01-21 13:35:05 -06:00
Zachary Jones
707c916dd4 Add Underscore and Backbone, which we'll need for the interactive index page. 2013-01-21 12:49:58 -06:00
Zachary Jones
e974e6ab5f Render the Active Assets table.
MVP at this point, but it does populate from the database.
2013-01-19 15:22:45 -06:00
Zachary Jones
3cd5013c34 Initial checkpoint on new design. 2013-01-19 14:06:36 -06:00
Zachary Jones
7579ad8b16 Modify Bootstrap variables for our design. Also reduced the grid size since 940px seems too wide for the amount of content we have to display. 2013-01-19 14:02:04 -06:00
Zachary Jones
59a120fb30 Add images and logos. 2013-01-19 14:01:12 -06:00
Zachary Jones
a37734f043 Add compilation of the Responsive Bootstrap. 2013-01-17 15:06:01 -06:00
Zachary Jones
dbe0e62cb8 Add Bootstrap in Sass format. 2013-01-17 15:00:17 -06:00
Viktor Petersson
0f5850692a Improved scheduling with jQuery-based time/date-picker. Removed seconds from time. 2012-09-15 16:49:08 +02:00
Viktor Petersson
d4af1366f4 Initial commit. 2012-07-25 11:05:30 +02:00