Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phpugl/dimereportbundle
DimeTimetracker Report bundle
https://github.com/phpugl/dimereportbundle
Last synced: 28 days ago
JSON representation
DimeTimetracker Report bundle
- Host: GitHub
- URL: https://github.com/phpugl/dimereportbundle
- Owner: phpugl
- Created: 2012-08-16T16:17:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-05T22:21:11.000Z (almost 11 years ago)
- Last Synced: 2024-12-07T03:07:50.441Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://dime-timetracker.de/
- Size: 230 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
# Dime - ReportBundle
The report bundle should visualize the timeslices of the activities in a certain time range and maybe put some nice
charts. It will be the first example implementation to extend the DimeTimetrackerFrontendBundle.## 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.## Requirements
- DimeTimetrackerBundle
- DimeTimetrackerFrontendBundle## Configuration
Import configuration in your `app/config/config.yml` after importing the ones of DimeTimetracker and DimeTimetrackerFrontend:
imports:
- ...
- { resource: "@DimeTimetrackerBundle/Resources/config/config.yml" }
- { resource: "@DimeTimetrackerFrontendBundle/Resources/config/config.yml" }
- { resource: "@DimeReportBundle/Resources/config/config.yml" }Add to `AppKernel.php`: