phpugl/dime-report-bundle
最新稳定版本:v0.2.4
Composer 安装命令:
composer require phpugl/dime-report-bundle
包简介
Report bundle for dime timetracker
README 文档
README
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:
<?php
// in AppKernel::registerBundles()
$bundles = array(
// ...
new Dime\ReportBundle\DimeReportBundle(),
// ...
);
Initialization
app/console dime:publish-assets
统计信息
- 总下载量: 202
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-11-13