-
Notifications
You must be signed in to change notification settings - Fork 24
[박인규] Sprint1 #30
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
Open
Leichtstar
wants to merge
14
commits into
codeit-bootcamp-spring:박인규
Choose a base branch
from
Leichtstar:박인규
base: 박인규
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
The head ref may contain hidden characters: "\uBC15\uC778\uADDC"
Open
[박인규] Sprint1 #30
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-메세지 전체출력 기능 구현
- Application상 메뉴 구현하여 메서드로 캡슐화 - 사용자 생성/수정/삭제/조회기능 구현
- Application상 메뉴 구현하여 메서드로 캡슐화 - 사용자 생성/수정/삭제/조회기능 구현
- 사용자 관리에 5번 사용자변경 추가 - 채널입장 세부메뉴 구현 ㄴ채널 내부에서 메세지 관련 기능 모두 구현
- 메세지 도메인 채널 도메인에 연결
ㄴ채널삭제 기능 미구현
ㄴMessageControl.java : 메세지 관리 컨트롤 패널 ㄴChannelControl.java : 채널 관리 컨트롤 패널 ㄴUserControl.java : 유저 관리 컨트롤 패널 - Channel명 변경시 중복검사 로직 추가함 - 전체 메세지 표시 포맷 변경 - 날짜 표시 포맷 yyyy.MM.dd hh.mm.ss로 변경
ㄴMessageControl.java : 메세지 관리 컨트롤 패널 ㄴChannelControl.java : 채널 관리 컨트롤 패널 ㄴUserControl.java : 유저 관리 컨트롤 패널 - Channel명 변경시 중복검사 로직 추가함 - 전체 메세지 표시 포맷 변경 - 날짜 표시 포맷 yyyy.MM.dd hh.mm.ss로 변경
- IntelliJ로 프로젝트 생성시 src\main\java\main.java 구조를 만들지 않고 src\main.java로 바로 생성하는데 그레이들에서 src\main\java\ 구조가 없으면 빌드를 안해주는 문제 확인 - src\ 아래 있는 모든 구조 및 클래스를 src\main\java 디렉토리 하위로 이동, 정상 런 확인
- IntelliJ로 프로젝트 생성시 src\main\java\main.java 구조를 만들지 않고 src\main.java로 바로 생성하는데 그레이들에서 src\main\java\ 구조가 없으면 빌드를 안해주는 문제 확인 - src\ 아래 있는 모든 구조 및 클래스를 src\main\java 디렉토리 하위로 이동, 정상 런 확인
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
요구사항
기본
프로젝트 초기화
도메인 모델링
서비스 설계 및 구현
메인 클래스 구현
기본 요구사항 커밋 태그
GURU
심화
주요 변경사항
스크린샷
// 메인 메뉴트리

// 1_0 메세지 관리 트리








// 1_1 메세지 작성
// 1_2 메세지 조회
// 1_3 메세지 수정
// 1_4 메세지 삭제
// 2_0 채널 관리 트리




// 2_1 채널 개설
// 2_2 채널 조회
// 2_3 채널 수정
// 2_4 채널 삭제


// 3_0 유저 관리 트리






// 3_1 유저 생성
// 3_2 유저 조회
// 3_3 유저 수정
// 3_4 유저 삭제
멘토에게