We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
시퀀스를 할당받은 멤버는 시퀀스에 접근할 수 있어야 한다.
launchedSequence 와 password를 저장하는 테이블을 둔다. (column을 추가하는 것보다 이렇게 하는 것이 삭제에 용이)
front office 에서 시퀀스 접근하는 api (Get frontoffice/{launchedSequenceId}) 호출시 header 에 담긴 password 와 테이블의 password 가 일치하는지 확인한다.
The text was updated successfully, but these errors were encountered:
[RID-425][#150][feat]: create fronoffice table
ac47eb3
[RID-425][#150][feat] : create frontoffice while launching
83b5d2e
[RID-425][#150][feat]: create fronoffice table (#151)
ddd30ed
ji-seung-ryu
No branches or pull requests
체크리스트
목적
시퀀스를 할당받은 멤버는 시퀀스에 접근할 수 있어야 한다.
기능 명세
launchedSequence 와 password를 저장하는 테이블을 둔다. (column을 추가하는 것보다 이렇게 하는 것이 삭제에 용이)
front office 에서 시퀀스 접근하는 api (Get frontoffice/{launchedSequenceId}) 호출시 header 에 담긴 password 와 테이블의 password 가 일치하는지 확인한다.
The text was updated successfully, but these errors were encountered: