Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Create a new ready session use case #10

Merged
merged 19 commits into from Apr 8, 2020
Merged

Conversation

sgomez
Copy link
Contributor

@sgomez sgomez commented Apr 1, 2020

Closes #7

Pending:

  • Integration test

- 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
@sgomez sgomez marked this pull request as ready for review April 1, 2020 10:29
@sgomez sgomez requested a review from MKodde April 1, 2020 10:29
Copy link
Member

@MKodde MKodde left a 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.

@sgomez sgomez requested a review from MKodde April 2, 2020 08:50
@sgomez sgomez merged commit c14d125 into develop Apr 8, 2020
@sgomez sgomez deleted the feature/7-request-ready-session branch April 8, 2020 07:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a new Ready Session
2 participants