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

Zadanie na druhy tyzden #8

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Zadanie na druhy tyzden #8

wants to merge 4 commits into from

Conversation

tmikeska
Copy link

  • doplneny kod pre services a repo interfaces + ich implementacia
  • rozsireny test

@rapasoft rapasoft changed the base branch from master to session-2-assignment November 19, 2018 06:49

@Override
public Post createNewPost(Post post) {
return postRepository.create(post);
Copy link
Contributor

Choose a reason for hiding this comment

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

Treba dat pozor na to, ze Post entita sa sklada z viacerych komplexnych objektov (Author, Category), cize obycajne delegovanie na repozitar nie je dostatocne. PostService bude pravdepodobne musiet mat dalsie zavislosti, ktore umoznia vytvorit autora alebo kategoriu.

@rapasoft rapasoft changed the base branch from session-2-assignment to master November 20, 2018 07:00
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.

2 participants