-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mongo db integration #13
Conversation
gemoreno
commented
Apr 11, 2024
- Add Lombok dependecy for reducing code on class definitions
- Add mongoDB to spring app
- Created packages for models, controllers, repository and services.
- Add Notification functionality.
Sprint 2 changes
PROJECT update GH action names
- Add Lombok dependecy for reducing code on class definitions - Add mongoDB to spring app - Created packages for models, controllers, repository and services. - Add Notification functionality.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm the code seems fine. However, your branch history looks weird 🤔
import java.time.LocalDateTime; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you need to import this here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted
Commenting untested controllers
Added tests for Notification, controller, service and repo. It is still failing. |
Just to trigger GitHub checks again
This PR is lo longer relevant |