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

feat: 로드맵 키워드 어드민 기능 구현 #17

Merged
merged 31 commits into from
Dec 1, 2022
Merged

Conversation

wonsss
Copy link
Contributor

@wonsss wonsss commented Nov 20, 2022

키워드 어드민 기능 요구사항

  • 세션을 선택하면 해당되는 1뎁스 키워드들이 보인다
  • 1뎁스 키워드를 선택하면, 새 페이지로 이동하여 1뎁스 키워드의 자식인 2뎁스 키워드 목록이 보인다
  • 1뎁스 키워드를 선택하면, 새 페이지로 이동하여 2뎁스 키워드의 자식인 3뎁스 키워드 목록이 보인다
  • 선택한 하위 키워드를 수정할 수 있다.
  • 선택한 하위 키워드를 삭제할 수 있다.
  • 새 키워드를 추가할 수 있다.

mock API에 GET 요청 응답만 구현되어 있는 것 같아서, GET 관련 기능만 동작 확인되었습니다.
이외에 수정, 삭제, 추가와 같은 CUD도 기능 구현했으나, 정상 작동하는지는 백엔드 API와 정식 연결 후 확인 가능할 것 같습니다.

로드맵 키워드

close #16

hanull and others added 30 commits November 7, 2022 14:47
feat: 미션, 세션 목록 관리
feat: 인기있는 학습로그 업데이트 기능 구현
@wonsss wonsss self-assigned this Nov 20, 2022
@wonsss wonsss linked an issue Nov 20, 2022 that may be closed by this pull request
6 tasks
@wonsss wonsss requested a review from euijinkk November 21, 2022 06:35
@seokhongkim
Copy link

@wonsss @euijinkk 마르코, 시지프
전에 질문하신 배포 관련된 내용 공유 합니다.

https://github.com/woowacourse/prolog-admin/actions 를 통해 배포는 가능합니다.
배포 이후에 정상적으로 동작하는지 확인이 필요해요.
동작하는지에 대해서는 공유 받으면, 두 분께도 공유 드릴게요. (cc: @gracefulBrown )

이번주도 즐거운 한 주 되세요.

@euijinkk euijinkk merged commit 9675e94 into develop Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

키워드 어드민을 구현한다.
5 participants