Commit Graph

151 Commits

Author SHA1 Message Date
김용수
3c4ff8204e Feat: FCM Config 설정 추가 2024-09-24 11:35:57 +09:00
김용수
0ceeda6e6b Feat: FCM Json Key 추가 2024-09-24 11:32:58 +09:00
김용수
2a1612d0b5 Merge branch 'be/develop' into 'be/feat/redisInProgress'
# Conflicts:
#   backend/src/main/java/com/worlabel/domain/project/service/ProjectService.java
2024-09-23 22:34:35 +09:00
kimtaesoo99
e56ec697df Feat: 프로젝트에 썸네일 추가 2024-09-23 22:25:04 +09:00
김용수
e2fd9ace95 Refactor: Aspect 최적화 2024-09-23 22:24:18 +09:00
김용수
211d77481d Refacotr: Aspect에서 파라미터 체크가 아닌 Context체크로 코드 최적화 2024-09-23 22:19:30 +09:00
김용수
c05369985a Feat: 학습 진행시 참여 테이블에 추가 2024-09-23 21:53:24 +09:00
김용수
631c209a37 Chore: 스웨거 오타 설정 2024-09-23 21:26:57 +09:00
김용수
830e08ff6b Refactor: 이미지 DTO 중복 제거 2024-09-23 21:22:05 +09:00
김용수
e097f853e6 Merge branch 'be/develop' into 'be/refactor/ai'
# Conflicts:
#   backend/src/main/java/com/worlabel/domain/image/repository/ImageRepository.java
2024-09-23 17:20:48 +09:00
김용수
043ab4c6a5 Refactor: Pending 상태로만 진행 2024-09-23 17:08:42 +09:00
김용수
6b99895b99 Refactor: S3에 새로운 데이터 업로드 2024-09-23 16:30:23 +09:00
김용수
336f02834e Feat: 이미지 오토레이블링 AI 연동 2024-09-23 16:18:13 +09:00
kimtaesoo7
1926fb21a4 Refactor: Image 단위 레이블링 uri 수정 S11P21S002-217 2024-09-23 16:16:05 +09:00
kimtaesoo7
3be7ebc2b3 Fix: 이미지 컬럼테이블 이름 오탈자 수정 S11P21S002-217 2024-09-23 16:06:47 +09:00
kimtaesoo7
4524b0eab1 Refactor: 이미지 최상위 폴더를 만들어 주도록 수정 S11P21S002-217 2024-09-23 15:49:53 +09:00
kimtaesoo7
102c9edcf8 Refactor: 이미지 최상위 폴더를 만들어 주도록 수정 S11P21S002-217 2024-09-23 15:31:21 +09:00
kimtaesoo7
f8e211db7a Refactor: 이미지 최상위 폴더가 null이 가능하도록 수정 S11P21S002-217 2024-09-23 15:22:13 +09:00
kimtaesoo7
c07a9ca08d Feat: 이미지 저장시에 Json 파일도 저장하는 로직 추가 S11P21S002-217 2024-09-23 14:48:28 +09:00
김용수
e8525b97b4 Refactor: 카테고리 CRUD 리팩토링 2024-09-23 14:09:18 +09:00
kimtaesoo7
eee12b2d94 Refactor: 이미지 업로드 주소 변경 2024-09-23 11:04:43 +09:00
kimtaesoo7
7e50dbb7eb Fix: 이미지 업로드 버그 수정 2024-09-23 09:28:17 +09:00
kimtaesoo99
53d4c1f9f5 Feat: 모델 관련 API 구현 2024-09-22 14:18:30 +09:00
김용수
34001cae5b Feat: 스켈레톤 코드 추가 2024-09-22 01:46:25 +09:00
김용수
fadf8d4b04 Refactor: 카테고리 구조 리팩토링 2024-09-21 23:43:38 +09:00
김용수
99814148fa Feat: AI 서버 요청 서비스 분리 2024-09-21 23:38:37 +09:00
김용수
8eccfc891e Feat: 모델 이름 변경 API 2024-09-20 20:33:42 +09:00
김용수
2f6631276d Feat: Model Controller 2024-09-20 20:26:41 +09:00
김용수
158a2d9fa1 Feat: 프로젝트 카테고리 2024-09-20 19:16:30 +09:00
김용수
50a3ce5690 Feat: 레이블 카테고리 2024-09-20 18:24:41 +09:00
김용수
e2f375c0c0 Feat: Model Entity 추가 2024-09-20 18:15:26 +09:00
kimtaesoo7
d176d934a5 Feat: 이미지 폴더채로 업로드 구현 - S11P21S002-182 2024-09-20 13:47:54 +09:00
kimtaesoo7
9831e3f140 Feat: 이미지 폴더채로 업로드 구현 - S11P21S002-182 2024-09-20 13:47:40 +09:00
kimtaesoo7
ee47a38fda Feat: 이미지 폴더채로 업로드 구현 - S11P21S002-182 2024-09-20 13:32:27 +09:00
kimtaesoo7
03c5f1416b Merge branch 'be/develop' of https://lab.ssafy.com/s11-s-project/S11P21S002 into be/feat/182-detail 2024-09-20 12:21:05 +09:00
김용수
3d70a75a6b Refactor: 중복 DTO 제거 2024-09-20 11:44:46 +09:00
김용수
02d79e77ed Refactor: Review 오류 수정 2024-09-20 11:37:18 +09:00
kimtaesoo99
63dd5b5d4b Feat: 이미지 폴더채로 업로드 구현 - S11P21S002-182 2024-09-19 22:58:43 +09:00
김용수
089a57ae94 Refactor: SuccessResponse 제거 2024-09-19 18:01:09 +09:00
김용수
c4091d14a3 Refactor: Error 응답 변경 2024-09-19 17:57:44 +09:00
kimtaesoo7
7ad391741c Feat: 이미지 폴더채로 업로드 구현 - S11P21S002-182 2024-09-19 17:49:04 +09:00
홍창기
e7f8e85820 Fix: 오타 수정 2024-09-19 17:46:27 +09:00
정현조
4e2ac26dbd Merge branch 'be/refactor/image' into 'be/develop'
Refactor: image DataPath 수정

See merge request s11-s-project/S11P21S002!95
2024-09-19 16:55:20 +09:00
김용수
480a259968 Refactor: image DataPath 수정 2024-09-19 16:44:45 +09:00
kimtaesoo7
00be4892b8 Feat: 리뷰에 프로젝트 ID 추가 - S11P21S002-182 2024-09-19 16:24:04 +09:00
kimtaesoo7
297f7e433f Feat: 리뷰 이미지 저장 경로 추가 - S11P21S002-182 2024-09-19 16:06:41 +09:00
kimtaesoo7
5a48beeea3 Feat: 워크스페이스별 리뷰 전체 조회 구현 - S11P21S002-182 2024-09-19 15:39:22 +09:00
김용수
c93074ead7 Feat: 이메일 키워드 검색 2024-09-19 14:46:53 +09:00
김용수
36cec776bd Fix: Swagger memberId 제외 2024-09-19 13:59:02 +09:00
김용수
53a455fc5f Merge branch 'be/fix/swagger-https' into 'be/develop'
Fix: Swagger 요청 실패 에러 해결 - S11P21S002-188

See merge request s11-s-project/S11P21S002!88
2024-09-19 13:56:01 +09:00