phpugl / dime-timetracker-frontend-bundle
HTML5 REST Client for the DimeTimetracker REST API
Installs: 253
Dependents: 1
Suggesters: 1
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Language:JavaScript
Type:symfony-bundle
Requires
- phpugl/twitter-bootstrap-bundle: 0.3.*
- twitter/bootstrap: 2.3.*
Suggests
- phpugl/dime-import-bundle: *
- phpugl/dime-invoice-bundle: *
This package is not auto-updated.
Last update: 2024-12-21 14:53:12 UTC
README
A time tracker frontend based on Symfony2, Bootstrap and Backbone.js.
General Proposal
Dime is a time tracker based on Symfony2. It provide an REST API and this Bundle will be the Frontend for it. At the moment we use Bootstrap as HTML framework and Backbone.js as rest client.
Documentation
The bulk of the documentation is stored in the Resources/doc/index.rst
file in this bundle:
Requirements
- RuianTwitterBootstrapBundle: https://github.com/ruian/TwitterBootstrapBundle
Initialization
Take a look want to you have to setup for the RuianTwitterBootstrapBundle after the just do the following steps.
app/console twitter:compile v2
app/console assets:install --symlink --relative web
app/console cache:clear