likelion-backendschool/FinalProject_HanSeungYeon_team7

[Feat] 정산 데이터 Batch 생성, 출금 기능(3주차 추가 기능)

Closed this issue · 0 comments

Description

  • 3주차 추가기능 + 개인적으로 추가한 기능(*표시)

Todo

  • 정산 데이터 Batch 로 생성
  • 스프링 부트 내장 스케쥴러로 배치 실행 설정
  • *출금 계좌 관리
    • GET /member/manageWithdrawAccount
  • *출금 계좌 등록폼
    • GET /member/registerWithdrawAccount
  • *출금 계좌 등록
    • POST /member/registerWithdrawAccount
      • WithdrawAccountForm: bankName, bankAccountNo
  • 출금 신청 폼
    • GET /withdraw/apply
  • WithdrawApply 엔티티 설계
  • 출금 신청 처리
    • POST /withdraw/apply
      • Form: bankName, bankAccountNo, price
  • *출금 신청 리스트(사용자 기능)
    • GET /withdraw/applyList
  • 출금 신청 리스트(관리자 기능)
    • GET /adm/withdraw/applyList
  • 출금 처리
    • POST /adm/withdraw/{withdrawApplyId}
  • *출금 취소(사용자 기능)
    • POST /withdraw/cancel/{withdrawApplyId}
  • *출금 취소(관리자 기능)
    • POST /adm/withdraw/cancel/{withdrawApplyId}

ETC

  • 기타 참고사항