Merged
Conversation
* Configure project * Create prepopulate sql scripts * Create DTO for talent * Create talent entity and related tables * Create base SecurityConfig and TalentRepository * Edit config and add dependencies * Edit data and schema * Edit entity and dto: remove @NotNull from different linked tables, remove some fields from ShortTalent * Add to schema table: user_info, authority and user_authority * Create entity: UserInfo, Authority and UserAuthority * Create UserInfoRepository
Created TalentEntityRepository
Updated TalentRepository
Created PageConfig, that takes config from application.properties
Created ShortTalentDTO
Created TalentMapper and his impl
Created TalentService and his impl
------------
Added `GET(/api/talents)` endpoint, that returns us the `List<ShortTalentDTO>`
Added pagination to `GET(/api/talents)` endpoint
- To use pagination you may use RequestParams:
- page (gives us requested page)
- size (gives us requested size of page)
Updated TalentController
Updated TalentRepository
Created TalentEntityRepository
Created FullTalentDTO
Created TalentServiceMock
Created PageConfig, that takes config from application.properties
Created ShortTalentDTO
Created TalentMapper and his impl
Created TalentService and his impl
------------
Added `GET(/api/talents)` endpoint, that returns us the `List<ShortTalentDTO>`
Added pagination to `GET(/api/talents)` endpoint
- To use pagination you may use RequestParams:
- page (gives us requested page)
- size (gives us requested size of page)
Added simple exception handling
…at returns to us the FullTalentDTO Updated FullTalentDTO Updated TalentMapper Updated TalentService
Created pagination.properties
Created Talent controller Created Talent service (impl and mock) Created exception handler Added pagination
…class [com.provedcode.config.PageConfig]` (#33)
* Updated project structure * Refactored code * Added profiles
…g and TalentServiceImpl
BugFix: nullPointerExceptions in TalentMapperImpl were removed
User registration returns jwt-token
Created SessionInfoDTO
Added annotation @UrlList
# Conflicts: # src/main/java/com/provedcode/talent/TalentController.java # src/main/java/com/provedcode/talent/model/dto/FullTalentDTO.java # src/main/java/com/provedcode/talent/model/entity/Talent.java # src/main/java/com/provedcode/talent/model/entity/TalentAttachedFile.java # src/main/java/com/provedcode/talent/model/entity/TalentContact.java # src/main/java/com/provedcode/talent/model/entity/TalentDescription.java # src/main/java/com/provedcode/talent/model/entity/TalentLink.java # src/main/java/com/provedcode/talent/model/entity/TalentSkill.java # src/main/java/com/provedcode/talent/repo/TalentRepository.java # src/main/java/com/provedcode/talent/service/TalentService.java # src/main/java/com/provedcode/talent/service/impl/TalentServiceImpl.java # src/main/java/com/provedcode/user/controller/AuthenticationController.java # src/main/java/com/provedcode/user/model/dto/RegistrationDTO.java # src/main/java/com/provedcode/user/service/impl/AuthenticationServiceImpl.java # src/main/resources/application-dev.properties
LordRenDS
approved these changes
Apr 3, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.