Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucassimonin/crossfit-planning

Crossfit planning
https://github.com/lucassimonin/crossfit-planning

agenda bootstrap3 crossfit php7 planning symfony3

Last synced: about 2 months ago
JSON representation

Crossfit planning

Awesome Lists containing this project

README

        

Crossfit planning
=========

To launch the application :
```bash
$ composer install (in parameters.yml you need to fill mailer_user)
$ php bin/console doctrine:schema:update --force
$ php bin/console doctrine:fixtures:load
$ npm install
$ bower install
$ gulp
$ 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