Code Monkey home page Code Monkey logo

perfectmatching-frontend's People

Contributors

eunbinpark avatar kwonyg avatar

Watchers

 avatar

perfectmatching-frontend's Issues

[Feature] 나의 프로젝트 로직 구현

Description

나의 프로젝트 로직 구현

Suggestion

진행중인 프로젝트와 진행했던 프로젝트가 유저 디테일 페이지와 공유되는 컴포넌트임. 유의하기

[Bug] 회원가입 비밀번호 확인 버그

Description

비밀번호 확인 인풋이 제대로 작동되지 않음

System

코딩 문제라 생략

Error

코딩 문제라 생략

Steps to recreate

유효성 검사코드 메서드 sameAs. 닷으로 접근한 프로퍼티는 먹히지 않음.
따로 변수에 저장한다음 넘기거나 문서에 다른 방법이 있는지 참고해야할듯

유저 프로필 페이지 데이터 폼 제안

  • 현재 테스트중인 프론트 서버에서 데이터를 확인한 결과, 유저 프로필 페이지의 진행했던 프로젝트가 다음과 같이 나타납니다.

    image

  • 진행중, 완료된 프로젝트 데이터에 대해서 현재 상세 설명 필드가 같이 페이지에 노출되는데, 상세 설명 필드는 프로젝트 상세 페이지에서만 확인 가능하도록 하는것이 어떨까 제안드립니다.

  • 추가적인 질문 사항은, 현재 상단 사진에 리더의 정보가 표시되지 않는데, 추가 예정인지 질문드립니다.

[Feature] 인피니티 스크롤 구현

Description

프로젝트 리스트 페이지에서 다음 아이템들을 불러오는 부분을 더보기 버튼에서 인피니티 스크롤로 변경

Suggestion

.

[Feature] 프로젝트 디테일 뷰 로직 작성

Description

프로젝트 디테일 뷰에 사용되는 데이터 불러오는 로직 작성

Suggestion

ProjectListView.vue 에서 프로젝트 디테일 데이터댓글 리스트 데이터 가져와서 props로 내리기

[Feature] 주최한 프로젝트 리스트 추가하기

Description

나의 프로젝트에 주최한 프로젝트 리스트 추가

Suggestion

(구)진행중인 프로젝트 리스트와 똑같은 컴포넌트를 사용함. 백엔드에서 api가 만들어지는 대로 분기 로직 작성하기

[Feature]프로젝트 수정 데이터 폼 변경 요청

Description

프로젝트 수정 데이터 폼 변경 요청

  • 프로젝트의 수정 데이터 폼 중 태그 부분의 데이터의 변경을 요청합니다.

  • 기존 tags를 이용해 태그 데이터를 전송하는 방법에서 삭제된 태그와 추가된 태그를 addTags, deleteTags 해당 필드에 담아서 요청해주실수 있나요?

  • 데이터 예시

    "addTags": [
      {
          "idx": 1,
          "text": "JAVA"
      },
      {
          "idx": 2,
          "text": "Spring"
      },
    ],
    "deleteTags": [
      {
          "idx": 3,
          "text": "JavaScript"
      },
      {
          "idx": 4,
          "text": "TypeScript"
      },
    ]

Suggestion

[Feature] POST 로직 구현

Description

  • 프로젝트
  • 프로젝트 디테일 댓글
  • 로그인
  • 로그아웃
  • 회원가입
  • 닉네임 중복체크
  • 이메일 중복체크
  • DoneProject
  • 프로젝트 지원하기

Suggestion

.

프로젝트 리스트 페이지에 대한 질문있습니다.

프론트 테스트 서버의 프로젝트 리스트 페이지를 확인하였는데, 6개 프로젝트가 카드형식 화면으로 채워지게 레이아웃이 잡혀있는 것을 확인하였습니다. 현재 offset별 응답 프로젝트 갯수가 4개인데 6개로 수정하는 것이 맞을까 질문드립니다.

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.