jungingook / punch_jungingookteam

[2020] OTP-QR코드 방식을 이용한 새로운 출결관리 앱입니다.
0 stars 4 forks source link

repeated function to method #41

Open ljh95 opened 3 years ago

ljh95 commented 3 years ago

https://github.com/jungingook/punch_jungingookteam/blob/e95a254640093c98c947180d94a875cc174d4962/BackEnd/routes/account/index.js#L153-L160

위 기능은 회원가입 이라는 요청에서 반복적으로 관찰될 수 잇는 기능이다. 이를 교수인지, 학생인지 에 대한 파라미터만 받고 method로 만들면 좋을 것 같다.