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

master에 develop 변경사항 반영 #312

Merged
merged 57 commits into from
May 26, 2024
Merged

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    c822385 View commit details
    Browse the repository at this point in the history
  2. ♻️ companion obj ref

    ani2689 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e72dd75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ff4a6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fbb088 View commit details
    Browse the repository at this point in the history
  5. ✏️ 컬럼 이름 변경

    ani2689 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b5c20c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Merge pull request #263 from GSM-MSG/feature/262-add-entity-modify-role

    선생님 회원가입을 위해 선생님 엔티티와 권한을 추가했습니다.
    ani2689 authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6396e08 View commit details
    Browse the repository at this point in the history
  2. ✨ teacher port 추상화

    ani2689 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    07262de View commit details
    Browse the repository at this point in the history
  3. ✨ teacher adapter 구현

    ani2689 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2351297 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. ✨ teacher domain obj

    ani2689 committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    b625161 View commit details
    Browse the repository at this point in the history
  2. ✨ teacher mapper

    ani2689 committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    47aa955 View commit details
    Browse the repository at this point in the history
  3. ✨ exist teacher by user

    ani2689 committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    59e64ee View commit details
    Browse the repository at this point in the history
  4. ✨ check student

    ani2689 committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    7981854 View commit details
    Browse the repository at this point in the history
  5. ✨ check new teacher service

    ani2689 committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    dfb44da View commit details
    Browse the repository at this point in the history
  6. ♻️ check new teacher

    ani2689 committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    0366346 View commit details
    Browse the repository at this point in the history
  7. 🐛 권한 별 검증

    ani2689 committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f43611b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    499c2af View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    78d8866 View commit details
    Browse the repository at this point in the history
  2. ✨ teacher save

    ani2689 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    256d961 View commit details
    Browse the repository at this point in the history
  3. ✨ save teacher service

    ani2689 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    347b90a View commit details
    Browse the repository at this point in the history
  4. ✨ teacher signup usecase

    ani2689 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    e22072e View commit details
    Browse the repository at this point in the history
  5. ✨ teacher web adapter

    ani2689 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    23770a4 View commit details
    Browse the repository at this point in the history
  6. 🐛 클래스 이름 변경

    ani2689 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    5c7a62c View commit details
    Browse the repository at this point in the history
  7. ✅ Mock 추가

    ani2689 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    168b333 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    d611a98 View commit details
    Browse the repository at this point in the history
  2. ♻️ Void -> Unit 사용

    ani2689 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    2314421 View commit details
    Browse the repository at this point in the history
  3. ♻️ return값 삭제

    ani2689 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ee86f01 View commit details
    Browse the repository at this point in the history
  4. ✅ 매개변수 수정

    ani2689 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a404be5 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. 🐛 teacher id long -> uuid

    ani2689 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    8c49f03 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Merge pull request #265 from GSM-MSG/feature/264-signup-common-teacher

    일반 선생님으로 가입하는 api를 작성했습니다.
    ani2689 authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    dc044e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b86bd9 View commit details
    Browse the repository at this point in the history
  3. ✨ homeroom teacher service

    ani2689 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    882637e View commit details
    Browse the repository at this point in the history
  4. ✅ 함수명 변경

    ani2689 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    088ca99 View commit details
    Browse the repository at this point in the history
  5. ♻️ 매개변수 변경

    ani2689 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ab29cb8 View commit details
    Browse the repository at this point in the history
  6. ✨ homeroom port

    ani2689 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    920635a View commit details
    Browse the repository at this point in the history
  7. ✨ web request

    ani2689 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d231c88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa6e4a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b0c991b View commit details
    Browse the repository at this point in the history
  10. ✨ save homeroom teacher

    ani2689 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4482ed2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eb0718f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    98fba80 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5b5cbfb View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    2bbba37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #267 from GSM-MSG/feature/266-signup-homeroom-teacher

    담임선생님으로 가입 api를 작성했습니다.
    ani2689 authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    43d6511 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e89038 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d34197 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    196b64d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e50ba8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26ce915 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #269 from GSM-MSG/feature/268-signup-director-teacher

    부장 선생님으로 가입 api 작성
    ani2689 authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    2b2b94a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ec5eb91 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a7bda5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    60393ba View commit details
    Browse the repository at this point in the history
  12. Merge pull request #271 from GSM-MSG/feature/270-signup-deputy-princi…

    …pal-teacher
    
    교장 교감 선생님으로 가입 api
    ani2689 authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    2b8515e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    e340854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66edfc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab95ed1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb6068c View commit details
    Browse the repository at this point in the history