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

feat: 사서 대출권수 변경 #620

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from

Commits on Sep 14, 2024

  1. WIP

    hyeunkim42 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2a1079f View commit details
    Browse the repository at this point in the history
  2. wip: Rending Confirm에서 사서가 자신의 책을 대출할 때 4권까지 대출 허용

    lendingLimit 변수의 값이 selectedUser가 librarian(현재 로그인한 유저)인 경우 4로 설정됨
    - prop으로 넘겨받고 있는데, Atom 에서 받아와서 설정하도록 다시 변경해야함
    hyeunkim42 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    6655d5e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix: 책을 2권 초과하여 선택하는 경우 삭제 대상만 리스트에 남아있는 버그 수정

    setSelectedBooks내부에서 불러오는 함수를  splice에서 filter로 변경
    hyeunkim42 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    426c95f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c10729 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ea9ec7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afbbcbe View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    b612710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b344a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a24613f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e0e2ee View commit details
    Browse the repository at this point in the history
  5. fix: penalty 표시에 괄호 안닫히던 bug 수정

    Rent Modal User List와 Rent Inquire Box User 모두 연체인 경우만 괄호를 닫아주고 있어서 책 권수 초과에도 닫도록 조건 추가
    hyeunkim42 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    db632ed View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. fix: 책 비고 작성시 2~4번째 책 비고란 묶여있던 거 각각 작성되도록 수정

    remark(비고) array를 만들어서 selectedBooks의 index 이용하도록 설정
    hyeunkim42 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e56f1ff View commit details
    Browse the repository at this point in the history
  2. fix: 이전 커밋 적용 된 뒤 "대출하기" 버튼 안눌리던 현상 수정

    TextareaWithLabel에서 setState를 다시 생성해서 관리하고 있던 부분을 받아온 state를 이용하도록 변경
    hyeunkim42 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    5de1deb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    314ccc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed99a11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    702403f View commit details
    Browse the repository at this point in the history
  4. fix: 변수 이름 수정, lending limit 함수 사용

    피드백 반영해서
    1. 변수 이름을 librarian에서 currUser로 수정했습니다.
    2. lending limit의 경우 constant 폴더의 status에서 가져와서 사용하도록 했습니다.
    hyeunkim42 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c53f6fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd2e37b View commit details
    Browse the repository at this point in the history