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

Chore(maintenance)/refactor get user profile subscriptions #430 #710

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

leoseg
Copy link
Contributor

@leoseg leoseg commented Nov 19, 2024

Resolves #430

What changes did you make and why did you make them?

Removed joins from user.service.ts getUserProfile with subscriptionUser and removed the getUserDto fields, the corresponding methods in serialize.ts, as well as the ISubscription interface.
I also fixxed the docker-compose as was proposed in: #588.

Did you run tests? Share screenshot of results:

Until now only Unit-Tests as Frontend is not ready yet. So this merge request should not be merged until the blocked state from the issue is removed, and end2end tests with cypress run trough.

How did you find us? (GitHub, Google search, social media, etc.):

GitHub Open-Source for Good:)

Removed joins from user.service.ts getUserProfile with subscriptionUser and removed the getUserDto fields, the corresponding methods in serialize.ts,  as well as the ISubscription interface
Added unittests for getUserProfile
Fixxed docker-compose for linux
@eleanorreem
Copy link
Contributor

Hey @leoseg just to say I've had a quick view over - thanks it looks good from what I can see! ⭐ I will do a proper review once the frontend ticket has been picked up and completed and I can see it all working together.

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.

Refactor getUserProfile subscriptions
2 participants