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

유저 모듈 생성 & 칼럼 생성 시, authorId를 유저 모듈에서 가져오기 #31

Open
2 of 3 tasks
yejineee opened this issue May 6, 2021 · 0 comments
Open
2 of 3 tasks
Assignees
Labels
feat 기능 개발

Comments

@yejineee
Copy link
Owner

yejineee commented May 6, 2021

🖍 목표

현재 로그인한 유저의 정보를 state로 갖고 있는, 유저 모듈을 생성한다.
해당 모듈에 있는 userId를 칼럼 생성 시, authorId에 추가한다.

state에는 다음이 추가된다.

  • id
  • name

🔖체크리스트

  • 유저 모듈을 스토어에 등록한다.
  • 해당 모듈에 있는 userId를 칼럼 생성 시, authorId에 추가한다.
  • 유저 모듈은 namespace를 갖도록 한다.

참고

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 개발
Projects
None yet
Development

No branches or pull requests

1 participant