prography / 6th-playeasy-android

0 stars 1 forks source link

1st development step for First Realease #12

Open skwent77 opened 3 years ago

skwent77 commented 3 years ago

To Do 1)운기 매치 작성 쪽 locationId가 생기지 않는 것이 address_name 그리고 place_name두 개의 필드를 사용하는 것과 상관이 있는지?

MatchCreateMapResponseDto: { "address_name": "서울 용산구 한강로3가 40-999", "category_group_code": "", "category_group_name": "", "category_name": "스포츠,레저 > 축구 > 풋살장", "distance": "", "id": "851369826", "phone": "", "place_name": "더베이스 풋살장", "place_url": "http://place.map.kakao.com/851369826", "road_address_name": "서울 용산구 한강대로23길 55", "x": "126.963901387438", "y": "37.5290237163354" } MatchDao클래스의 match객체가 호출하는 getMapInfo함수 보면 MatchCreateMapResponseDto를 받아옴 2)재현 매치 신청 기능 2개 용병/ 팀 순서로 붙이는 중 intent객체에 matchId넘길 것

Done 매치 신청 UI완성

skwent77 commented 3 years ago

To Do func 1) intent에 matchId넘어가는지 체크하기 func 2) View안의 createView 메소드 안에 EditText에서 입력한 quota 받아서 jwt token과 함께 서버로 post해서 정보 받아올 것

issue: fragment안의 버튼 누르는 것 리스너 코드 어디에 달지 고민 ,Date 자료형 고민 Done func 1) JWT token은 PlayeasyApplication클래스가 관리 func 2) MatchApply쪽 Data Transfer Object match.domain.dtos.request에 생성