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

[FE] 정보 조회 및 변경 #24

Closed
5 tasks done
kyungseop opened this issue Mar 30, 2019 · 5 comments
Closed
5 tasks done

[FE] 정보 조회 및 변경 #24

kyungseop opened this issue Mar 30, 2019 · 5 comments
Assignees
Labels
Milestone

Comments

@kyungseop
Copy link
Contributor

kyungseop commented Mar 30, 2019

https://docs.google.com/presentation/d/1Hd_Wu3Z0HMUzFC1qz39DzuK2XreEECSkPljCbNB9Fp4/edit#slide=id.g51b61b1ed7_1_74

  • 프로필 등록 및 수정
  • 이름 수정
  • 지갑 정보
  • 보상 내역
  • 이벤트 참여 수
@kyungseop kyungseop self-assigned this Mar 30, 2019
kyungseop pushed a commit to kyungseop/community-rewards-frontend that referenced this issue Apr 6, 2019
- 프로필 화면 구성
- 푸터영역 제거
kyungseop added a commit that referenced this issue Apr 8, 2019
[FE] 커뮤니티 상태 구성 #9 &&  [FE] 정보 조회 및 변경 #24
@kyungseop
Copy link
Contributor Author

프로필 이미지 크롭 모듈 추가 필요

kyungseop pushed a commit to kyungseop/community-rewards-frontend that referenced this issue Apr 27, 2019
- 프로파일 crop 컴포넌트 추가
kyungseop pushed a commit to kyungseop/community-rewards-frontend that referenced this issue Apr 27, 2019
- 프로파일 사용자 정보 변경 기능 수정
- 미사용 코드 제거
kyungseop pushed a commit to kyungseop/community-rewards-frontend that referenced this issue Apr 28, 2019
- ts 오류 수정
- 코드충돌 처리
Merge branch 'develop' of https://github.com/JAVACAFE-STUDY/community-rewards-frontend into develop

# Conflicts:
#	src/main/webapp/app/shared/layout/menudrawer/menudrawer.tsx
kyungseop added a commit that referenced this issue Apr 28, 2019
[FE] 정보 조회 및 변경 #24
@rygh4775 rygh4775 added this to the Sprint #3 milestone Apr 28, 2019
@rygh4775 rygh4775 added this to To do in Chainity Sprint via automation Apr 28, 2019
@rygh4775 rygh4775 moved this from To do to In progress in Chainity Sprint Apr 28, 2019
@kyungseop
Copy link
Contributor Author

kyungseop commented Apr 28, 2019

  • 프로필 이미지 전송 작업
  • 계정정보 업데이트 방법 변경

@rygh4775 rygh4775 modified the milestones: Sprint #3, Sprint #5 May 12, 2019
@rygh4775
Copy link
Contributor

@kyungseop

  • 보상 내역

진행 상황 공유 부탁드려요

kyungseop pushed a commit to kyungseop/community-rewards-frontend that referenced this issue Jun 10, 2019
[FE] 정보 조회 및 변경 JAVACAFE-STUDY#24
- 지갑 정보
- 보상 내역
- 이벤트 참여 수
[FE] 연동 테스트 JAVACAFE-STUDY#46
- 이벤트 리스트 사이드
- 이벤트 상세 사이드
- 프로파일 사이드
kyungseop pushed a commit to kyungseop/community-rewards-frontend that referenced this issue Jun 10, 2019
[FE] 연동 테스트 JAVACAFE-STUDY#46
코드 충돌 제거
kyungseop pushed a commit to kyungseop/community-rewards-frontend that referenced this issue Jun 10, 2019
[FE] 정보 조회 및 변경 JAVACAFE-STUDY#24
- 프로파일 이미지 업로드
@kyungseop
Copy link
Contributor Author

장부 상세정보 접속링크 추가 필요

kyungseop pushed a commit to kyungseop/community-rewards-frontend that referenced this issue Jun 16, 2019
- 프로파일 보상내역 > 장부 상세정보 접속링크 추가
@kyungseop
Copy link
Contributor Author

kyungseop commented Jun 16, 2019

사용자 정보 수정 수정시 avatar, thumbnail URL의 서버주소 항목이 append 되서 전달됨.
예)
{
"_id": "5ce157fcc5e7160025b39e04",
"email": "system",
"name": "syste232",
"status": "active",
"role": "system",
"keyStore": {
"address": "f9461f381099a253aee4100806a58385e281d4ed",
"id": "8cd68349-85cb-43c8-840f-a98614aa7dbd",
"version": 3
},
"createdAt": "2019-05-19T13:19:56.634Z",
"__v": 0,
"avatar": "http://localhost:3000/v1/images/http://localhost:3000/v1/images/5ce157fcc5e7160025b39e04_1560448270132_profile.jpg",
"thumbnail": "http://localhost:3000/v1/images/http://localhost:3000/v1/images/5ce157fcc5e7160025b39e04_1560448270135_thumb.jpg",
"id": "5ce157fcc5e7160025b39e04"
}

@kyungseop kyungseop moved this from In progress to Done in Chainity Sprint Jun 16, 2019
kyungseop added a commit that referenced this issue Jun 16, 2019
[FE] 정보 조회 및 변경 #24
kyungseop pushed a commit to kyungseop/community-rewards-frontend that referenced this issue Jun 16, 2019
- 사용자 정보 아이디 파라미터 오류 수정
kyungseop added a commit that referenced this issue Jun 16, 2019
[FE] 정보 조회 및 변경 #24
kyungseop pushed a commit to kyungseop/community-rewards-frontend that referenced this issue Jun 16, 2019
- 카드형태로 중첩된 이미지 변경
kyungseop pushed a commit to kyungseop/community-rewards-frontend that referenced this issue Jun 16, 2019
- 보상내역 데이터가 없는경우 화면 표시 추가
[FE] 연동 테스트 JAVACAFE-STUDY#46
- 총 토큰 수 표시오류 수정
kyungseop added a commit that referenced this issue Jun 16, 2019
[FE] 정보 조회 및 변경 #24
kyungseop pushed a commit to kyungseop/community-rewards-frontend that referenced this issue Jun 16, 2019
- 이벤트 상세 페이지 아바타 link 적용
[FE] 정보 조회 및 변경 JAVACAFE-STUDY#24
- 프로필 정보 및 이미지 변경 파라미터 수정 id => _id
@rygh4775 rygh4775 moved this from Done to Closed in Chainity Sprint Jun 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Chainity Sprint
  
Closed
Development

No branches or pull requests

2 participants