Merge branch '254-profile-page-to-view-edit-and-manage-my-personal-info' into 'release/Sprint-4'
Resolve "As a user, I should be able to see a profile page so that I can view, edit, and manage my personal information effortlessly." See merge request c24108486/team-11-polish-community-group!53
Showing
- src/main/java/polish_community_group_11/polish_community/profile/controllers/ProfileController.java 81 additions, 0 deletions...lish_community/profile/controllers/ProfileController.java
- src/main/java/polish_community_group_11/polish_community/profile/controllers/ProfileRestController.java 30 additions, 0 deletions..._community/profile/controllers/ProfileRestController.java
- src/main/java/polish_community_group_11/polish_community/profile/models/Profile.java 23 additions, 0 deletions...ity_group_11/polish_community/profile/models/Profile.java
- src/main/java/polish_community_group_11/polish_community/profile/repositories/ProfileRepository.java 13 additions, 0 deletions...ish_community/profile/repositories/ProfileRepository.java
- src/main/java/polish_community_group_11/polish_community/profile/repositories/ProfileRepositoryImpl.java 52 additions, 0 deletions...community/profile/repositories/ProfileRepositoryImpl.java
- src/main/java/polish_community_group_11/polish_community/profile/services/ProfileService.java 22 additions, 0 deletions..._11/polish_community/profile/services/ProfileService.java
- src/main/java/polish_community_group_11/polish_community/register/controllers/RegisterController.java 9 additions, 0 deletions...sh_community/register/controllers/RegisterController.java
- src/main/resources/data.sql 3 additions, 1 deletionsrc/main/resources/data.sql
- src/main/resources/schema.sql 17 additions, 1 deletionsrc/main/resources/schema.sql
- src/main/resources/static/assets/default-profile.jpg 0 additions, 0 deletionssrc/main/resources/static/assets/default-profile.jpg
- src/main/resources/static/css/profile/profile.css 105 additions, 0 deletionssrc/main/resources/static/css/profile/profile.css
- src/main/resources/static/images/logo.png 0 additions, 0 deletionssrc/main/resources/static/images/logo.png
- src/main/resources/static/js/profile/profile.js 83 additions, 0 deletionssrc/main/resources/static/js/profile/profile.js
- src/main/resources/templates/profile/profilePage.html 47 additions, 0 deletionssrc/main/resources/templates/profile/profilePage.html
- src/test/java/polish_community_group_11/polish_community/profile/controllers/ProfileControllerTest.java 36 additions, 0 deletions..._community/profile/controllers/ProfileControllerTest.java
Loading
Please register or sign in to comment