GitXplorerGitXplorer
M

task-example

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
313835ab9296689b9e04d4d350f6c48a1e6f5ffc

Readme

MMaxell92 committed 5 years ago
Unverified
9a697c3b2bb67a6f1c7ffadbfe4ca69fd597cd46

ECS

MMaxell92 committed 5 years ago
Unverified
e61c96e0a7323aec28fb8628c59caca5bce367d3

PHPStan

MMaxell92 committed 5 years ago
Unverified
4e3a41aae6295a0b0b4f707ec7eb55b7dc8e56c8

Base application

MMaxell92 committed 5 years ago
Unverified
a3836fd78f28869acca709a970e8a05f8a4347b6

Symfony sceleton

MMaxell92 committed 5 years ago

README

The README file for this repository.

task-example

This is an example application for task management.

Requirements:

  • PHP 7.3
  • Database

Setup

  • composer install
  • Create env.local with your database credentials
  • Run migration: php bin/console d:m:m

Tests

  • php bin/phpunit
  • vendor/bin/phpstan analyse
  • vendor/bin/ecs check

Known issues:

  • Functional tests need to clear database before run.
  • Function is very limited to show work with Symfony 5 and run basic unit and functional test.
  • Not all functionality is covered by tests - for example screen with closed tasks, filter for tasks for today etc.
  • No edit / delete for tasks.