slianzg / nestproject-in

0 stars 0 forks source link

피드백 - 정현우 튜터 #1

Open Nuung opened 6 months ago

Nuung commented 6 months ago

안녕하세요 서린님!! 매번 새로운 도전과제가 생겨서 쉽지않음에도 잘 해주시고 계셔서 좋습니다!! 🔥🔥🔥

이미지

전체 과제 체크 사항

필수 기능 구현 리스트

보너스 기능 구현 리스트


세부 피드백

인가 인증

https://github.com/slianzg/nestproject-in/blob/f270d923657e7059056efe97c158f406179136b8/src/user/user.controller.ts#L28

https://github.com/slianzg/nestproject-in/blob/f270d923657e7059056efe97c158f406179136b8/src/auth/jwt.strategy.ts#L10-L30

user.service.ts

https://github.com/slianzg/nestproject-in/blob/f270d923657e7059056efe97c158f406179136b8/src/user/user.service.ts#L27

https://github.com/slianzg/nestproject-in/blob/f270d923657e7059056efe97c158f406179136b8/src/user/user.service.ts#L41-L47

https://github.com/slianzg/nestproject-in/blob/f270d923657e7059056efe97c158f406179136b8/src/user/user.service.ts#L88-L92

show.controller.ts & show.service.ts

https://github.com/slianzg/nestproject-in/blob/f270d923657e7059056efe97c158f406179136b8/src/show/show.controller.ts#L26-L29

https://github.com/slianzg/nestproject-in/blob/f270d923657e7059056efe97c158f406179136b8/src/show/show.controller.ts#L37-L49

https://github.com/slianzg/nestproject-in/blob/f270d923657e7059056efe97c158f406179136b8/src/show/dto/create-show.dto.ts#L56-L59

https://github.com/slianzg/nestproject-in/blob/f270d923657e7059056efe97c158f406179136b8/src/show/show.service.ts#L17-L31

reservation

https://github.com/slianzg/nestproject-in/blob/f270d923657e7059056efe97c158f406179136b8/src/reservation/reservation.service.ts#L18-L41

slianzg commented 6 months ago

꼼꼼한 피드백 감사합니다!☺️

Nuung commented 6 months ago

[ 동시성 처리하기 ]

(1) 가장 쉽게 처리하는 방법은 query builder 를 호출하셔서 DBMS 에서 트랜잭션을 하는 것

(2) DBMS 의 Lock 을 활용하는 것