Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sprint3 정리 #14

Open
JYPSloth opened this issue Dec 24, 2021 · 0 comments
Open

Sprint3 정리 #14

JYPSloth opened this issue Dec 24, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@JYPSloth
Copy link

JYPSloth commented Dec 24, 2021

서비스

에브리타임 (android)

sprint3 계획

  • 유저프로필조회 및 수정
  • 학교인증, 비밀번호 변경, 이메일 변경, 닉네임 변경
  • 텍스트 기반 게시판, 포스트, 댓글
  • 소셜로그인 플랫폼: 구글 카카오 우선

개발 진행 상황

  • 지난 공유회의 때 받은 피드백(primary color 변경, api endpoint에 Snake case 사용) 반영
  • 프로필조회 api 작성, 게시판 모델 구현
  • 종강이 늦은 팀원이 있어 진도를 많이 나가지는 못함
  • 이번 스프린트 마감기한은 다음주 수요일로 합의함

이후 계획

  • 프로필 이미지, 글에 이미지 올리기
  • 핫게, 실시간 인기글→여유있으면 구현
  • 푸시 알림
  • 강의평가
  • 쪽지
  • 게시글 스크랩
  • 검색

프로필 조회 api 예시: my_profile

user 정보를 확인합니다.

Method

GET

URL

/login/

URL Params

None

Data Params

Success Response

  • Status code : 200

  • response body

    {
    		"id" : string,
    		"name" : string,
    		"nickname" : string,
    		"university" : string,
    		"admissionYear" : int
    }

Error Response

  • Status code : 400

    {
        "error": ""
        "detail" : ""
    }
@JYPSloth JYPSloth added the documentation Improvements or additions to documentation label Dec 24, 2021
@JYPSloth JYPSloth added this to the sprint-3 milestone Dec 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant