Go to file
Konstantina Galouni 2e20aeb984 [master | DONE | Added] New user profile table in DB to save if user has consent in actions logging or not.
1. UserProfile.java: Define class UserProfile with fields String id, private String aaiId, private Boolean consent = false.
2. UserProfileDAO.java & MongoDBUserProfileDAO.java: Added DAO methods for getting/ saving/ deleting user profiles on DB.
3. UserProfileController.java: Added API endpoints GET /user and POST /user/save for authenticated users.
4. IrishMongoConnection.java: Open a new connection to DB with mongoTemplateRef = "mongoIrishTemplate".
2023-12-21 14:45:11 +02:00
src/main [master | DONE | Added] New user profile table in DB to save if user has consent in actions logging or not. 2023-12-21 14:45:11 +02:00
.gitignore [master | WIP | ADDED] First implementation of irish-monitor-service using uoa-monitor-service as library (library classifier). 2023-12-01 10:33:31 +02:00
LICENSE Initial commit 2023-12-01 09:37:17 +01:00
README.md Initial commit 2023-12-01 09:37:17 +01:00
pom.xml Add login core and import authentication configuration. 2023-12-14 16:18:52 +02:00

README.md

irish-monitor-service