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

Models and endpoints for user accounts #46

Merged
merged 12 commits into from
Nov 21, 2022
Merged

Conversation

BrunoRosendo
Copy link
Member

@BrunoRosendo BrunoRosendo commented Nov 8, 2022

closes #3

Currently missing tests and a fix regarding relationship between Account and CustomWebsite

Review checklist

  • Properly documents API changes in docs/openapi.yml
  • Contains enough appropriate tests
  • Behavior is as expected
  • Clean, well structured code

Comment on lines +54 to +55
@JoinColumn
@OneToMany(cascade = [CascadeType.ALL], fetch = FetchType.EAGER)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BrunoRosendo
Copy link
Member Author

This PR is only missing tests now

@BrunoRosendo BrunoRosendo self-assigned this Nov 8, 2022
@BrunoRosendo BrunoRosendo marked this pull request as ready for review November 16, 2022 18:52
@BrunoRosendo BrunoRosendo merged commit b43981a into develop Nov 21, 2022
@BrunoRosendo BrunoRosendo deleted the feature/userAccounts branch November 21, 2022 19:19
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.

accounts: implement basic model and roles
2 participants