-
Notifications
You must be signed in to change notification settings - Fork 14
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
[모임 게시판] 등록/조회/삭제/수정 구현 #89
Comments
@030ii 상단고정 게시글의 경우, 색상이 노란색?으로 달려있으면 좋겠네요 |
[요청사항]
|
넵 확인했습니다. |
클럽 게시판 이미지 저장을 위한 테이블 생성 create table club_board_img
(
seq bigint not null primary key,
club_board_seq bigint not null ,
img_name varchar(50) null,
img_url varchar(400) null,
created_at datetime null,
updated_at datetime null,
delete_flag bit not null
) engine=innodb collate=utf8mb4_unicode_ci;
|
@030ii 글쓸때 이미지를 어떻게 처리할지 논의할 필요가 있을것같네요. (신경 잘 못써서 죄송합니다 ㅜㅜ) 2번이 적용하기는 편하지만, 1안이 더 재밋을 거같긴 하네요. |
소모임 어플리케이션에서는 2안으로 적용되어있긴 합니다만, 이번에는 1안이 더 재밌어보여요 |
제가 사용한 이미지 crop 라이브러리는 이미지 자르기 팝업창에서 "완료" 버튼 누르면 1안이 재미있어 보이긴 하나, 작업 공수가 꽤 들거같아요. 한번 고려해보겠습니다. |
@SightStudio |
No description provided.
The text was updated successfully, but these errors were encountered: