Coder Social home page Coder Social logo

ev-charging-platform's Introduction

EV-charging-platform

전기차 충전 플랫폼

ev-charging-platform's People

Contributors

shinsanghooon avatar f-lab-bot avatar bled214 avatar

Watchers

 avatar

ev-charging-platform's Issues

카드 등록 API

  • 사용자 정보(이메일, 패스워드, 휴대폰 번호, 이름)를 입력받아 회원 가입 기능을 구현하기
  • 카드 정보(카드번호, 유효기간, cvc)를 입력 받아 카드를 등록 구현하기
  • 카드 엔티티 생성
  • 카드 입력 정보 validation 기능 구현하기
  • 유효기간(년/월에)에 대한 custom validation 기능 추가 구현하기
  • 단위 테스트 작성하기

회원 정보 수정 API

  • 사용자 정보(패스워드, 휴대폰 번호, 이름)를 입력받아 특정 사용자 정보 수정 구현하기
  • 입력값에 대한 Validation은 회원 가입과 동일하게 적용하기
  • javadoc 작성하기
  • 단위 테스트 작성하기
  • mockmvc를 사용해서 controller 테스트 작성하기

카드 삭제 API

  • 등록된 카드를 삭제 기능 구현하기
  • 단위 테스트 작성하기

회원가입 API

  • 사용자 정보(이메일, 패스워드, 휴대폰 번호, 이름)를 입력받아 회원 가입 기능을 구현하기
  • 사용자 엔티티 설계하기
  • 이메일은 식별자이므로 중복 체크 하기 -> 테이블에서 unique 제약 조건 추가
  • 패스워드 재확인 단계 추가하기
  • 패스워드는 단방향 암호화를 하여 DB에 저장하기
  • 입력값에 대한 Validation 처리하기
  • 회원 가입시 발생할 수 있는 예외에 대해 고민해보고 처리 하기
  • javadoc 작성하기
  • 단위 테스트 작성하기
  • mockmvc를 사용해서 controller 테스트 작성하기

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.