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

Created NPO Service #23

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open

Created NPO Service #23

wants to merge 26 commits into from

Conversation

Mush222
Copy link

@Mush222 Mush222 commented Nov 8, 2024

Changes

Files Created / Edited

  • NPO
  • NPOController
  • NPOService
  • NPOServiceImpl
  • NPORepository

@Mush222 Mush222 requested a review from miguel-merlin November 8, 2024 21:21
@GetMapping("all")
public List<NPO> getAllNPOs() { return npoService.getAllNPOs(); }

@GetMapping
Copy link
Member

Choose a reason for hiding this comment

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

@GetMapping("/{id}")


@Override
public NPO createNPO(NPO npo) {
npo.setDateOfRecruitment(LocalDate.now());
Copy link
Member

Choose a reason for hiding this comment

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

Why here?

Copy link
Author

Choose a reason for hiding this comment

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

Do you mean you want us to remove the function or when it saves the time created?

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.

4 participants