Coder Social home page Coder Social logo

chat-server's People

Contributors

jun108059 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

chat-server's Issues

프로젝트 구성

Spring 멀티모듈 구성

  • core
  • api
  • socket

헥사고날 구조 잡기

  • 진행 예정

회원 목록 조회

MVP

  • 전체 회원 목록 조회 API

TO-BE

  • 관리자만 목록 조회 가능
  • 기업/개인회원 구분 필터링 조회 가능

채팅방 생성

MVP

  • 기업회원 기반 채팅방 생성 API 개발

TO-BE

  • (권한 검사) 관리자만 채팅방 생성 가능

회원 탈퇴 기능 개발

MVP

  1. 회원 DB 데이터 삭제
  2. 조회 시 없는 회원 예외 처리

2차

  1. 소셜 로그인 통합 탈퇴 고려

채팅방 리스트 조회

MVP

  • 모든 채팅방 리스트 조회 API

TO-BE

  • 기업이름으로 채팅방 검색 기능 추가
  • 관심기업 채팅방 리스트 필터 추가

유효성 검증 책임은 어떤 계층에 있을까

입력 유효성 검증

입력 유효성 검증은 애플리케이션 계층의 책임이라고 이해했다.
Bean Validation API 라이브러리를 활용하면 애너테이션으로 체크 가능하다. (예를 들면, @NonNull)


비즈니스 규칙(유효성) 검증

하나의 기업은 두 개 이상의 채팅방을 생성할 수 없다.

해당 비즈니스 규칙은 도메인 엔티티에서 비즈니스 규칙을 정의하면 좋을 것 같다..!

채팅 메시지 생성

MVP

  • 채팅방에 메시지 생성하는 API

TO-BE

  • Socket 기반으로 변경 후 외부 메시지 생성 시 API 호출되도록 수정

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.