Git Product home page Git Product logo

board-training--backend's Introduction

Board-Training Project

Spring Boot & React를 활용해서 게시판 구현을 연습하는 프로젝트입니다.

board-training--backend's People

Stargazers

KiYoung Shim avatar

Watchers

Sunguk Yang (Kelly) avatar

board-training--backend's Issues

[Backend] 입력값 검증 구현

API 입력 값 검증을 구현합니다.

  • 게시판 도메인
  • 게시글 도메인
  • 게시글 댓글 도메인
  • 회원 & 인증 도메인

[Backend] 게시글 검색 & 정렬 & 페이징 구현

게시글에 대해 검색 & 정렬 & 페이징 할 수 있는 기능들을 구현한다. 추가로 게시판 도메인의 컨트롤러를 추가한다.

  • 게시글 검색
  • 게시글 페이징
  • 게시글 정렬
  • 게시판 검색
  • 게시판 도메인 컨트롤러 생성

[Backend] 게시판 & 게시글 & 댓글 반응 기능 구현

게시판 & 게시글 & 댓글에 회원들이 반응을 남길 수 있는 기능을 구현한다.
현재는 좋아요 & 싫어요 두 가지 반응만 추가한다.

  • 게시판 반응 기능 구현
  • 게시글 반응 기능 구현
  • 댓글 반응 기능 구현

[Backend] 키워드 + 해시태그 복합 검색 기능 추가

키워드 + 해시태그 복합 검색 기능을 추가합니다.

  • 검색시 키워드와 해시태그를 함께 입력받아 검색할 수 있게 구현

현재는 지식의 한계로 기존 계획한 좋아요 & 댓글 순 정렬을 구현하기에 어려움이 있습니다. 따라서 현재 피처에서는 최신순 정렬로 고정하고 향 후 게시판 고도화 마일스톤에서 동적 정렬 기능을 추가합니다.

[Backend] Entity Code 리팩토링 - equals(), hashcode() 에서 필드 접근을 getter로 변경하기

Spring Data JPA로 Entity를 다룰 때, 엔티티 데이터는 하이버네이트 구현체가 만든 프록시 객체를 이용하여 지연 로딩될 수 있다.
따라서 엔티티를 조회할 때 필드에 직접 접근하면 id == null 인 상황이 있을 수 있고, 이러면 올바른 비교를 하지 못 하게 된다.
getter를 사용하면 이러한 문제를 예방할 수 있다.

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.