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

feat: Add dateUpdated field to Post model and update PostController #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

baserrato
Copy link

@baserrato baserrato commented May 24, 2024

This pull request introduces several changes to the Post class, PostController class, PostRepository interface, and PostTest class in the com.liatrio.dojo.devopsknowledgeshareapi package. The most significant changes include the addition of a dateUpdated field in the Post class, a new PUT request method in the PostController class, new search methods in the PostRepository interface, and new test cases in the PostTest class.

Changes to the Post class:

Changes to the PostController class:

Changes to the PostRepository interface:

Changes to the PostTest class:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant