Open
Milestone
v0.1.0
-
Set up the Symfony framework -
Set up QA tools (git hook, linter, ...) -
Add first HomePage -
Overriding the Default Error Templates (404, 403, 50x, 40x) -
Add basic CI tests (linter, composer, ...) ---> no unit tests or functional tests
No DB is required
Unstarted Issues (open and unassigned)
0
Ongoing Issues (open and assigned)
6
Completed Issues (closed)
24
- add .php-version file for local server with symfony CLI
- Some files auto-generated by Symfony don't respect PSR-12 (Coding Style)
- QA - Add PHP Compatibility (adds rules to phpcs)
- QA - Add PHP_CodeSniffer (phpcs) dependency
- DOC - How to launch the app
- QA - Add sensiolabs/security-checker dependency
- QA - Add PHP Mess Detector (PHPMD) dependency
- Documentation: add pre-requisite
- Pre-commit Git hook: check coding conventions
- Pre-commit Git hook: check syntax (PHP, Json, XML, Yaml)
- add .editorconfig file
- add .gitattributes file (line ending, ...)
- add .gitignore file
- Customize the bootstrap process before running tests
- Tests: added data fixtures dependency (doctrine-fixtures-bundle)
- Added some public files (robots.txt, ...)
- Git hooks: add GrumPHP (require-dev)
- Functional tests: add dependencies (browser-kit, css-selector and panther)
- Dev dependency: add Fake (PHP library that generates fake data)
- composer.json file: add missing properties (name, description, ...) and fix licence
- Set up the Symfony framework
- Add gitlab issue template
- Aadd changelog file
- Add the license file
Loading
Loading
Loading