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] 도메인 설계 #1

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

[feature] 도메인 설계 #1

wiggleji opened this issue Aug 1, 2022 · 0 comments

Comments

@wiggleji
Copy link
Owner

wiggleji commented Aug 1, 2022

image

user

  • username : 인증/인가를 위한 유저명
  • password : 인증/인가를 위한 패스워드
  • email : 이메일

mail

  • sender_id : 송신자 user_id
  • subject : 메일 제목
  • content : 메일 본문
  • datetime_created : 메일 생성시간
  • datetime_send : 메일 전송시간
  • reply_to : 메일 스레드 parent_id

mail_metadata

  • mail_id : 메일 id
  • receiver_id: 수신자 user_id
  • carbon_copy_type : cc/bcc/to [Enum] 참조/숨은참조 여부
  • datetime_crated : 메일 metadata 생성시간

mail_file

  • mail_id : 메일 id
  • file_type : 첨부파일 파일 종류
  • file_url : 파일 URL

user_signature

  • user_id : 유저 id
  • signature : 서명내용
@wiggleji wiggleji closed this as not planned Won't fix, can't repro, duplicate, stale Aug 3, 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