Git Product home page Git Product logo

mission_jeonsangjoon's Introduction

할일

  • 회원가입 폼
    • 로그인 상태에서 들어올 수 없다.
    • 폼이 있어야 한다.
    • input[name="username"] 필드가 있어야 한다.
    • input[name="password"] 필드가 있어야 한다.
    • 폼 체크
  • 회원가입 폼 처리
    • 로그인 상태에서 들어올 수 없다.
    • 유효성 체크를 해야 한다.
    • member 테이블에 회원이 저장되어야 한다.
    • 처리 후에 / 로 이동해야 한다. 302
    • 회원가입이 완료되었습니다. /member/login 으로 302
  • 로그인 폼
    • 로그인 상태에서 들어올 수 없다.
    • 폼이 있어야 한다.
    • input[name="username"] 필드가 있어야 한다.
    • input[name="password"] 필드가 있어야 한다.
    • 폼 체크
  • 로그인 폼 처리(스프링 시큐리티가 알아서 해줌)
    • 세션에 데이터가 들어있는지 확인
  • 레이아웃 네비바 구현
    • 로그인 버튼
    • 회원가입 버튼
    • 로그아웃 버튼
  • 로그인 후에는 내비바에 로그인된 회원의 username 이 보여야 한다.
  • 정적파일 정리
    • 두루두루 사용되는 CSS 를 common.css 로 모으기
    • 두루두루 사용되는 JS 를 common.js 로 모으기
  • toastMsg 에 ttl 기능 추가
  • 인스타그램 회원정보 입력
    • 입력한 인스타그램 ID가 이미 존재하더라도, 그것의 성별이 아직 U 이면 연결가능
    • 로그인한 사람만 가능
    • 아이디
    • 성별
  • 인스타그램 회원정보 입력 폼 처리
    • 로그인한 사람만 가능
    • 아이디
    • 성별
    • 회원과 인스타회원의 연결
    • 성공했을 때 호감표시 페이지로 이동
  • 본인이 좋아하는 사람 등록 폼
    • 본인의 인스타그램 회원정보 입력을 완료한 사람만 가능
    • 인스타그램 아이디
    • 매력포인트(외모, 성격, 능력)
  • 본인이 좋아하는 사람 등록 폼 처리
    • 아직 우리 서비스에 등록되지 않은 인스타 유저에게도 호감표시 가능

mission_jeonsangjoon's People

Contributors

waveofmymind avatar

Watchers

 avatar

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.