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

[테스트 데이터 생성기] CH 03. CLIP 02. 뷰 만들기: 내 스키마 페이지 #19

Closed
6 tasks done
djkeh opened this issue Jul 19, 2024 · 1 comment · Fixed by #61
Closed
6 tasks done
Assignees
Labels
enhancement New feature or request

Comments

@djkeh
Copy link
Owner

djkeh commented Jul 19, 2024

로그인하면 볼 수 있는 내 스키마 목록 뷰를 작성한다.

Todo

  • 회원이 가지고 있는 스키마 목록을 보여준다.
  • 스키마 목록은 검색, 정렬이 가능해야 한다.
  • 스키마를 클릭하면 스키마 페이지로 이동하여 스키마 정보를 출력하고, 수정할 수 있다.
  • 스키마 만들기 버튼을 클릭하면 비어있는 스키마 페이지로 이동한다.
  • 스키마를 삭제하는 버튼을 제공한다.
  • 내 정보 페이지 뷰 만들기 #58

Reference

@djkeh djkeh self-assigned this Jul 19, 2024
@djkeh djkeh converted this from a draft issue Jul 19, 2024
@djkeh djkeh added the enhancement New feature or request label Jul 19, 2024
@djkeh djkeh changed the title [테스트 데이터 생성기] CH 03. 02. 뷰 만들기: 내 스키마 페이지 [테스트 데이터 생성기] CH 03. CLIP 02. 뷰 만들기: 내 스키마 페이지 Jul 19, 2024
djkeh added a commit that referenced this issue Aug 5, 2024
내 스키마 목록 화면에 수정일시 정보를 표시하기 위해
데이터 스펙을 추가함
djkeh added a commit that referenced this issue Aug 5, 2024
내 스키마 페이지를 chatgpt 도움 받아서 구현.
검색과 정렬은 list.js 프론트엔드 기술을 사용함.
추가로 내 스키마 화면에서 특정 스키마 선택하면
해당 스키마 이름을 전달해서
테이블 스키마 화면으로 이동하게끔
관련 컨트롤러도 수정하고, 테스트 추가함.
djkeh added a commit that referenced this issue Aug 5, 2024
리다이렉션 경로는 내 스키마 페이지가 되어야 하는데
`/table-schema` 부분이 누락되었다.
이를 수정.
@djkeh djkeh closed this as completed in #61 Aug 5, 2024
@djkeh
Copy link
Owner Author

djkeh commented Aug 5, 2024

이 강의에서 마크업 뷰를 그리는 타임리프 템플릿 파일은 강의 계획에 따라 chatgpt를 사용하고 있으며, 과정이 자세하게 나오지 않습니다.
정확한 코드 변경은 pr #61 을 참고하세요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment