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

[feature] 이메일 서비스 DTO & DAO #3

Closed
wiggleji opened this issue Aug 1, 2022 · 0 comments
Closed

[feature] 이메일 서비스 DTO & DAO #3

wiggleji opened this issue Aug 1, 2022 · 0 comments

Comments

@wiggleji
Copy link
Owner

wiggleji commented Aug 1, 2022

  1. Entity & Table 구성 -> 메일 서비스 Entity 추가 & MySQL 연동 설정 #2 완료

image

  1. DTO
  • User

    • 유저 정보 : username, email [id,password]
    • 로그인 : email, password
    • 회원가입 : username, email, password
  • Mail

    • 메일 목록 조회_메일 목록 정보
      id, subject, content, dateTimeCreated, dateTimeSend, sender [thread_id, metadata]
    • 메일 상세 조회
      id, subject, content, dateTimeCreated, dateTimeSend, sender, thread_id, metadata
    • 메일 작성_메일 본문
      subject, content, sender, metadata(MailMetadata DTO로 제공)
  • MailMetadata

    • 메일 목록 조회_수신자 정보
      id, mail, receiver
    • 메일 상세 조회_정보 목록
      id, carbonCopy, receiver
    • 메일 작성_메일 수신자정보
      carbonCopy, receiver
  • MailFile

    • 메일 상세 조회_첨부파일 목록
      id, fileType, fileUrl
  • UserSignature

    • 메일 작성_유저 서명 목록 조회
      id, signature
  1. DAO (JPA사용)
  • UserRepository
  • MailRepository
  • MailMetadataRepository
  • MailFileRepository
  • UserSignatureRepository

  1. Service

  2. Controller

@wiggleji wiggleji changed the title [feature] 이메일 서비스 [feature] 이메일 서비스 DTO & DAO Aug 2, 2022
@wiggleji wiggleji closed this as not planned Won't fix, can't repro, duplicate, stale Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant