-
Notifications
You must be signed in to change notification settings - Fork 1
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
#436 taxi-sample-generator 병합 #437
Conversation
앗 tools 쪽 수정을 까먹고 안했네요! 금방 수정하겠읍니다 ㅜ |
DB 덤프는 잘 되는 것 같은데, 복원이 잘 안되는 것 같습니다. 혹시 원인이 뭘까요? ㅠㅠ 오류가 뜨는 것도 아니고.. mongodb에 db도 생성되는데 collection들에 데이터가 안들어 있네요. |
해결했습니다! dump 대신 dump/taxi를 인수로 넘겨주니 잘 작동합니다. |
sampleGenerator
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
@@ -13,7 +13,7 @@ | |||
"serve": "cross-env TZ='Asia/Seoul' NODE_ENV=production node app.js", | |||
"runscript": "cross-env TZ='Asia/Seoul' NODE_ENV=production node", | |||
"lint": "npx eslint --fix .", | |||
"sample": "cd sampleGenerator && npm start && cd .." | |||
"sample": "cd src/sampleGenerator && npm start && cd .." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이런식으로 samplegenerator
스크립트 실행시켜도 좋을 것 같네요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pnpm -F taxisamplegenerator
로 시도해 봤는데 안되네요! ㅜㅜ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
큰 작업 고생 많으셨습니다~!! 너무 잘하셨는데 소소하게 한 가지만 제안 드립니다!
profileImageUrl: generateProfileImageUrl(), | ||
joinat: Date.now(), | ||
subinfo: { | ||
kaist: new String(20230000 + num), // ^-^ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
젊어지는 택시 좋습니다 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!! 고생많으셨습니다 :)
Summary
It closes #436
taxi-sample-generator를 taxi-back에 머지하였습니다.
기존 taxi-sample-generator 레포에 남겨진 커밋 로그도 taxi-back에 모두 합쳐졌습니다. (GitHub에선 안보이지만, git blame과 git log를 통해 확인할 수 있어요.)
Further Work