Skip to content

[✍️ Dev Log] 송혜원 2022-05-09 #125

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

Closed
5 tasks
Hojewl opened this issue May 10, 2022 · 0 comments
Closed
5 tasks

[✍️ Dev Log] 송혜원 2022-05-09 #125

Hojewl opened this issue May 10, 2022 · 0 comments
Labels
Dev Log Daily or occassionally dev record

Comments

@Hojewl
Copy link
Collaborator

Hojewl commented May 10, 2022

오늘은 어떻게 프로젝트에 기여했나요?

  • 로그인 상태 유지 redux-persist 작성

오늘의 프로젝트에서 힘든 점은 무엇인가요?

const store = configureStore({
    reducer: persistedReducer,
    middleware: (getDefaultMiddleware) => {
        getDefaultMiddleware({
            serializableCheck: {
                ignoredActions: [PERSIST, PURGE],
            },
        })
    }
})

내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?

  • 로그인 유지 상태 성공시키기
  • 로그아웃 시 유저정보 전부 삭제
  • 마이페이지 사진 업로드
  • 마이페이지 정보 수정 후 patch요청 반영하기
  • 깃헙 소셜 로그인 추가입력창 작성
@Hojewl Hojewl closed this as completed May 10, 2022
@Hojewl Hojewl added the Dev Log Daily or occassionally dev record label May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dev Log Daily or occassionally dev record
Projects
None yet
Development

No branches or pull requests

1 participant