Skip to content

Conversation

@mirlee0304
Copy link
Member

@mirlee0304 mirlee0304 commented Jan 23, 2025

Pull request

Related issue

#32

Motivation and context

Solution

요청 @PathVariable Long workspaceId, @RequestParam String channelName
응답: 생성된 채널 정보
public class SimpleChannel {
private Long channelId;
private String channelName;
private LocalDateTime createdAt;
}

How has this been tested

스크린샷 2025-01-23 오후 10 36 55 스크린샷 2025-01-23 오후 10 37 18

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the docs/CONTRIBUTING.md document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@mirlee0304 mirlee0304 self-assigned this Jan 23, 2025
@mirlee0304 mirlee0304 added ✨ Feature 기능 추가 🎮 BE 백엔드 무조건 스프린트내에 해야하는 것들 labels Jan 23, 2025
Copy link
Collaborator

@ki-met-hoon ki-met-hoon left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~! 피드백 잘 반영되어 있어서 좋습니다👍
몇가지 궁금한 점들을 남겨놨어요!


private final WorkSpaceService workSpaceService;
private final Long userId = JootalkpiaAuthenticationContext.getUserInfo().userId();
private final Long userId = 1L;//JootalkpiaAuthenticationContext.getUserInfo().userId();
Copy link
Collaborator

Choose a reason for hiding this comment

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

테스트용인거죠?

Copy link
Member Author

Choose a reason for hiding this comment

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

네 로컬에서 테스트할 때는 일단 이런 식으로 해야해요! 근데 배포 환경에서 어떻게 해야할지 보람님과 이야기하긴 했는데 정하진 못해서 나중에 논의합시당!


@Getter
@MappedSuperclass
public abstract class BaseEntity {
Copy link
Collaborator

Choose a reason for hiding this comment

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

ID 필드는 넣지 않은 이유가 있을까요?

Copy link
Member Author

Choose a reason for hiding this comment

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

아이디는 그냥 id로 이름짓지말고 channel_id 이런 식으로 하라고 캠프장님이 말씀하셨어서 base entity로 따로 빼기가 애매하다고 판단했기 때문입니다!

@mirlee0304 mirlee0304 merged commit 395a642 into dev Jan 24, 2025
1 check failed
@mirlee0304 mirlee0304 deleted the be-feat/workspace-createCH branch February 25, 2025 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feature 기능 추가 무조건 스프린트내에 해야하는 것들 🎮 BE 백엔드

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants