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

학사 및 교과 연도별 api에 첨부파일 추가 #329

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

leeeryboy
Copy link
Contributor

No description provided.

@leeeryboy leeeryboy requested a review from huGgW November 27, 2024 07:53
@leeeryboy leeeryboy self-assigned this Nov 27, 2024
Copy link

Test Results

11 files  11 suites   1s ⏱️
54 tests 54 ✔️ 0 💤 0
58 runs  58 ✔️ 0 💤 0

Results for commit 7aa37d1.

Copy link
Collaborator

@huGgW huGgW left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

굿

@@ -1,5 +1,6 @@
package com.wafflestudio.csereal.core.academics.api.req

data class UpdateYearReq(
val description: String
val description: String,
val deleteIds: List<Long>? = null
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deleteAttachmentIds 같이 네이밍만 명확하게 바꾸면 좋을듯!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 다른데서 이렇게 쓰고 있는데 찬솔이가 통일하는게 편하다했어서 일단 그대로 가야할듯..

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 전체 v2로 옮기는거 나중에 한번 하면 좋을듯

@leeeryboy leeeryboy merged commit 3a7460b into develop Nov 27, 2024
3 checks passed
@leeeryboy leeeryboy deleted the feat/create-gsr branch November 27, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants