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

개발 환경 구축 #1

Open
5 of 7 tasks
changminkim-329 opened this issue Aug 21, 2023 · 1 comment
Open
5 of 7 tasks

개발 환경 구축 #1

changminkim-329 opened this issue Aug 21, 2023 · 1 comment
Assignees
Labels

Comments

@changminkim-329
Copy link
Member

changminkim-329 commented Aug 21, 2023

개발 환경 구축: 고려해야되는 부분

  • branch:feature/1

  • EC2 구축

  • 도커 환경 세팅 (Dockerfile, Docker-compose)

  • C/ICD 구축

  • SSL 적용

  • swagger 설정

  • Firebase 연동

  • Firebase 엔티티 코드 작성

  • sql or 다른 nosql(jpa 가능한 )

@changminkim-329
Copy link
Member Author

changminkim-329 commented Aug 22, 2023

코드 리뷰시 다음 부분도 확인해주세요.

날씨(weather) 종류?
-> 일단 날씨 (Sunny, Cloudy, Rainy, Snowy, Foggy, Stormy, Windy) 으로 Enum 했습니다.
-> 일단 이대로 가고, 나중에 규리님한테 물어보기

Diary 테이블

  • Diary: tag 속성 [ 추억, 산책, 병원, 미용 ] 과 Event: type 속성([ 추억, 산책, 병원, 미용 ]) 이랑 겹칩니다.
    -> 일단 나누었습니다.

isAlarm 속성

  • boolean 아닌가요? 일단 varcher -> boolean 으로 바꾸었습니다.
  • Users, Event 둘다 해당 속성을 가지는 데, 이 부분이 잘 이해가 안되네요 -> 일단 둘다 속성 넣어 주었습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant