-
Notifications
You must be signed in to change notification settings - Fork 2
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 01. 뷰 만들기: 메인 페이지 #18
Comments
djkeh
changed the title
[테스트 데이터 생성기] CH 03. 01. 뷰 만들기: 메인 페이지
[테스트 데이터 생성기] CH 03. CLIP 01. 뷰 만들기: 메인 페이지
Jul 19, 2024
mikonu
added a commit
that referenced
this issue
Aug 5, 2024
테이블 스키마 뷰에서 프론트에 전달할 일부 데이터와 파일 출력 버튼을 고려한 데이터 구조를 추가함.
mikonu
added a commit
that referenced
this issue
Aug 5, 2024
일부 컨트롤러 테스트 중에 쿼리 파라미터가 포함된 url을 전달할 때 url encoding을 생략해야 하는 경우가 생겼다. 이에 선택할 수 있는 옵션을 메소드를 추가하는 방법으로 제공함.
mikonu
added a commit
that referenced
this issue
Aug 5, 2024
기본적으로 필요한 ui를 그리고 디자인 요소를 tailwind css로 구현. 마크업 문서는 chatgpt의 도움을 얻음. 컨트롤러에는 타임리프 템플릿에 필요한 데이터를 `Model`로 전달하는 요소들을 추가하고, 데모 목적의 샘플 데이터를 임시로 추가함.
djkeh
added a commit
that referenced
this issue
Aug 5, 2024
테이블 스키마 뷰에서 프론트에 전달할 일부 데이터와 파일 출력 버튼을 고려한 데이터 구조를 추가함.
djkeh
added a commit
that referenced
this issue
Aug 5, 2024
일부 컨트롤러 테스트 중에 쿼리 파라미터가 포함된 url을 전달할 때 url encoding을 생략해야 하는 경우가 생겼다. 이에 선택할 수 있는 옵션을 메소드를 추가하는 방법으로 제공함.
djkeh
added a commit
that referenced
this issue
Aug 5, 2024
기본적으로 필요한 ui를 그리고 디자인 요소를 tailwind css로 구현. 마크업 문서는 chatgpt의 도움을 얻음. 컨트롤러에는 타임리프 템플릿에 필요한 데이터를 `Model`로 전달하는 요소들을 추가하고, 데모 목적의 샘플 데이터를 임시로 추가함.
github-project-automation
bot
moved this from Ready
to Done
in 패스트캠퍼스 - 10개 프로젝트로 시작하는 백엔드 웹개발
Aug 5, 2024
이 강의에서 마크업 뷰를 그리는 타임리프 템플릿 파일은 강의 계획에 따라 chatgpt를 사용하고 있으며, 과정이 자세하게 나오지 않습니다. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
테스트 데이터 생성기 서비스의 메인 페이지가 될 테이블 스키마 뷰를 만든다.
Todo
Reference
The text was updated successfully, but these errors were encountered: