项目作者: lucassimonin

项目描述 :
Crossfit planning
高级语言: PHP
项目地址: git://github.com/lucassimonin/crossfit-planning.git
创建时间: 2017-07-05T20:39:16Z
项目社区:https://github.com/lucassimonin/crossfit-planning

开源协议:

下载


Crossfit planning

To launch the application :

  1. $ composer install (in parameters.yml you need to fill mailer_user)
  2. $ php bin/console doctrine:schema:update --force
  3. $ php bin/console doctrine:fixtures:load
  4. $ npm install
  5. $ bower install
  6. $ gulp
  7. $ php bin/console serv:star (or php bin/console server:start)

go to : http://127.0.0.1:8000 (admin credentials : admin/admin)

TODO

  • Refactoring Model create service => DONE
  • Show list of subscriber for an session => Add tooltip on badge DONE
  • Add test PHPUnit
  • Improve admin