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

๐Ÿ”€ :: (#12) ์œ ์ € ์œ ์Šค์ผ€์ด์Šค SPI ๋ธŒ๋žœ์น˜๋กœ ๋ณ‘ํ•ฉ #14

Merged
merged 44 commits into from
Mar 15, 2023

Conversation

iqpizza6349
Copy link
Member

close #12

๋‹ค๋ฃฌ ์—…๋ฌด

  • API ๋ฅผ ๊ตฌํ˜„ํ•œ ๊ตฌํ˜„์ฒด UseCase ๊ตฌํ˜„
  • return ์ด ์กด์žฌํ•˜๋Š” API ๋ฉ”์†Œ๋“œ ๊ฒ€์ฆ ํ…Œ์ŠคํŠธ ์ง„ํ–‰

๋‹ค๋ฅธ ๋ชจ๋“ˆ์— ์˜ํ–ฅ์„ ๋ฏธ์นœ ์ 

  • Validation (Hibernate 8.0.0.Final) ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ์ถ”๊ฐ€
  • UseCase ํ…Œ์ŠคํŠธ๋ฅผ ์œ„ํ•œ Mockito ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ์ถ”๊ฐ€
  • ๋ณด๋‹ค ํ™•์žฅ์„ฑ์„ ๋†’์ด๊ธฐ ์œ„ํ•ด SPI ๊ตฌ์กฐ ๋ณ€๊ฒฝ
  • ERD ์— ์กด์žฌํ•˜์ง€ ์•Š์œผ๋‚˜, ๋ช…์„ธ์„œ์ƒ ์š”๊ตฌ๋˜๋Š” ์—”ํ‹ฐํ‹ฐ ์ถ”๊ฐ€ (Merit)

์˜ˆ์ •๊ณผ ๋ณ€๊ฒฝ๋˜๊ฑฐ๋‚˜ ์ง„ํ–‰ํ•ด์•ผํ•˜๋Š” ์ž‘์—…

  • HTTP API ๋ชจ๋“ˆ์€ Adapter ๋ธŒ๋žœ์น˜์—์„œ ๋”ฐ๋กœ ๋‹ค๋ฃฐ ์˜ˆ์ •

ericlee05 and others added 30 commits January 30, 2023 14:38
* โœจ :: (#11) Create type enums for Applicant Domain

* โž• :: (#11) Add dependency for Domain Layer

* โœจ :: (#11) Create entities

* โœจ :: (#11) Create domain objects

* ๐Ÿ”ฅ :: (#11) Delete temporary file

* โœจ :: (#11) Create mappers

* โž• :: (#11) Add dependency 'Spi-Common'

* ๐Ÿ”ฅ :: (#11) Remove temporary files

* ๐Ÿ› :: (#11) Make ApplicantInfoEntity to implement Serializable
# Conflicts:
#	User-Domain/src/main/java/com/dgsw/cns/user/spi/UserRegistrationSpi.java
@iqpizza6349 iqpizza6349 added ๊ธฐ๋Šฅ ์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ์ด ์™”์–ด์š” ๋ฆฌํŒฉํ† ๋ง ๊ตฌ์กฐ๋Š” ์ข‹์•„์ ธ๋„ ๊ธฐ๋Šฅ์€ ๊ทธ๋Œ€๋กœ! ํ•ซํ”ฝ์Šค ๊ธด๊ธ‰ํ•œ ์ˆ˜์ • labels Feb 23, 2023
Copy link
Member

@ericlee05 ericlee05 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์ฝ”๋“œ ์ž‘์„ฑํ•˜์‹œ๊ณ  ํ…Œ์ŠคํŠธ ์ผ€์ด์Šค๊นŒ์ง€ ์ž‘์„ฑํ•˜์‹œ๋Š๋ผ ์ •๋ง ์ˆ˜๊ณ  ๋งŽ์œผ์…จ์Šต๋‹ˆ๋‹ค! :)

PR์„ ๋ณด๋‹ˆ ๋ช‡๊ฐ€์ง€ ํ˜‘์˜ํ•˜๊ณ  ๋„˜์–ด๊ฐ€์•ผ ํ•  ๋ถ€๋ถ„์ด ์žˆ๋Š” ๊ฑฐ ๊ฐ™๋„ค์šฅ..!

@sonarcloud
Copy link

sonarcloud bot commented Mar 15, 2023

Kudos, SonarCloud Quality Gate passed!ย  ย  Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell B 8 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@ericlee05 ericlee05 self-requested a review March 15, 2023 11:39
@iqpizza6349 iqpizza6349 merged commit d1dfa21 into 10-user-spi Mar 15, 2023
@ericlee05 ericlee05 deleted the 12-user-usecase branch March 15, 2023 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
๊ธฐ๋Šฅ ์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ์ด ์™”์–ด์š” ๋ฆฌํŒฉํ† ๋ง ๊ตฌ์กฐ๋Š” ์ข‹์•„์ ธ๋„ ๊ธฐ๋Šฅ์€ ๊ทธ๋Œ€๋กœ! ํ•ซํ”ฝ์Šค ๊ธด๊ธ‰ํ•œ ์ˆ˜์ •
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants