-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
- Packages updated with php 7.2.29 - Security updates - Downgrade some symfony packages from 5.0.* to 4.4.*
- ReadySession encapsulate the response from ReadID backend - Added uuid dependency - Disabled some Doctrine rules from phpcs
- Command to get a new ReadySession from ReadID server - Depends on RequestReadySessionInterface service in infrastructure
- Depends on HttpReadIDClientInterface
- Fixed create ReadySession endpoint - Fixed json body argument - Fixed headers argument
- Disabled SYMFONY_DEPRECATIONS_HELPER - Configured tested services as public - Mocked three available responses
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sgomez
Nice work! It takes some getting used to as you have different coding habits than the team I usually work with. But that makes it a learning experience for me.
See my feedback in the blocks below.
One other thing I noticed and you might want to experiment with is the following. Your commit messages are good, and you keep your commits nice and atomic. To improve the git log readability and overall quality of your commit messages please review https://chris.beams.io/posts/git-commit/. The break of rule 5: 'use the imperative mood' triggered this with me. Other than that your messages look great. Just sharing this, as it once was a great eye-opener for me.
Closes #7
Pending: