Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add get stores #13

Merged
merged 2 commits into from
Apr 27, 2024
Merged

Add get stores #13

merged 2 commits into from
Apr 27, 2024

Conversation

nathsouzadev
Copy link
Owner

This pull request primarily introduces a new feature that allows retrieving all stores associated with a specific user ID. This feature has been implemented across various layers of the application, including the repository, service, and controller levels. The changes also include the corresponding unit tests and end-to-end tests to ensure the feature's correctness.

Here are the most important changes:

Repository Layer:

Service Layer:

Controller Layer:

End-to-End Tests:

  • test/store.e2e-spec.ts: Added new end-to-end tests for the GET /:userId/stores route. The tests cover the scenarios where the user has stores and where the user does not have any stores.

@nathsouzadev nathsouzadev merged commit ad5bfcf into main Apr 27, 2024
3 checks passed
@nathsouzadev nathsouzadev deleted the add-get-stores branch April 27, 2024 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant