Krauza/webservice

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
Procfile
README.md
composer.json
phinx.yml.dist
db/migrations/20170515195629_add_initial_tables.php50
db/migrations/20170813200736_add_modified_date_to_box_card.php14
src/Core/Entity/Box.php54
src/Core/Entity/Card.php31
src/Core/Entity/Entity.php8
src/Core/Entity/User.php40
src/Core/Exception/BoxIsEmpty.php9
src/Core/Exception/FieldException.php16
src/Core/Exception/LogicException.php5
src/Core/Exception/ValueHasWrongChars.php9
src/Core/Exception/ValueHasWrongFormat.php9
src/Core/Exception/ValueIsTooLong.php9
src/Core/Exception/ValueIsTooShort.php9
src/Core/Factory/BoxFactory.php15
src/Core/Factory/CardFactory.php16
src/Core/Factory/UserFactory.php20
src/Core/Policy/IdPolicy.php7
src/Core/Policy/PasswordPolicy.php7
src/Core/Repository/BoxRepository.php12
src/Core/Repository/BoxSectionsRepository.php16
src/Core/Repository/CardRepository.php9
src/Core/Repository/UserRepository.php8
src/Core/UseCase/AddAnswer.php23
src/Core/UseCase/AdjustFirstSection.php27
src/Core/UseCase/CreateBox.php23
src/Core/UseCase/CreateCard.php30
src/Core/UseCase/FindNextCard.php40
src/Core/UseCase/RegisterUser.php23
src/Core/UseCase/SetCurrentSection.php63
src/Core/ValueObject/BoxName.php29
src/Core/ValueObject/CardWord.php25
src/Core/ValueObject/EntityId.php14
src/Core/ValueObject/UserEmail.php19
src/Core/ValueObject/UserName.php38
src/Infrastructure/Api/Action/Action.php6
src/Infrastructure/Api/Action/AddAnswer.php27
src/Infrastructure/Api/Action/CreateBox.php19
src/Infrastructure/Api/Action/CreateCard.php24
src/Infrastructure/Api/Action/FindNextCard.php22
src/Infrastructure/Api/Type/BaseType.php16
src/Infrastructure/Api/Type/Mutation/AddAnswer.php41
A
1 hr
src/Infrastructure/Api/Type/Mutation/CreateBox.php28
src/Infrastructure/Api/Type/Mutation/CreateCard.php40