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

Main Release - 202409 #146

Closed
wants to merge 293 commits into from
Closed

Main Release - 202409 #146

wants to merge 293 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    6ba31e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2edd3e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    646da14 View commit details
    Browse the repository at this point in the history
  4. Merge: merge with release

    LarryKwon committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2a9a31e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7c7c0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4eb2ac6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a11161 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95ae6fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    836e701 View commit details
    Browse the repository at this point in the history
  10. temp

    duncan020313 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    788d157 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f400f6c View commit details
    Browse the repository at this point in the history
  12. temp

    duncan020313 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    380264a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    be73bfb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aa234a0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2a6d8dd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ad514b5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e9d3cad View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4bd9855 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    02519d5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d394423 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e3c4a0b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    70fdac1 View commit details
    Browse the repository at this point in the history
  23. Fix: apply ordering

    duncan020313 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a39eff5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    8c17bf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf7d8e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62660f6 View commit details
    Browse the repository at this point in the history
  4. refactor:just for rebase

    Jiuuung committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0495635 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    6ac28f5 View commit details
    Browse the repository at this point in the history
  2. tmp

    duncan020313 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c4f36ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33a9f40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9126f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34e498b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86e28b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef6697c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f35a326 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3df345b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5f5bc32 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    108a9f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    6680e01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9093c9c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Resolve #13, add API /api/courses (#14)

    * Add: implementing serializer
    
    * Add: reType the select result of user
    
    * Add: add FKs to userprofile and other tables
    
    * Add: complete implementing session/info
    
    * Add: remove redundant functions
    
    * Chore: Add DepartmentRepositiory to PrismaModule
    
    * Chore: remove redundant console.log
    
    * Chore: make departmentRepository injectable
    
    * Add: complete implementing
    
    * commit for merge
    
    * temporal commit
    
    * migrate: add_no_space_columns
    
    * add_fk_between_course_and_department
    
    * migrate: drop_subject_professor_course_list
    
    * migrate: add_fk_subject_course_professors
    
    * Add: implement filterByRequest
    
    * migrate: add_fk_subject_course_subject_lecture
    
    * Add: implement course filtering
    
    * Add: implement course search feature
    
    * temp
    
    * Fix: change db types into class
    
    * Add: resolve rebase conflict
    
    * Add: change snake to camel
    
    * refactor: implement types and serializer for courses
    
    * Fix: change hadling no representative lecture case to 0
    
    ---------
    
    Co-authored-by: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
    duncan020313 and LarryKwon authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    965e5c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f41d8e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #19 from sparcs-kaist/issue/15/course

    Resolve #15 /api/courses/{courseId}
    LarryKwon authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    217ab51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5720144 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #20 from sparcs-kaist/issue/16/course

    Resolve #16 /api/courses/{courseId}/lectures
    LarryKwon authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a8ac217 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #24 from sparcs-kaist/issue/21/lecture

    Resolve #21 /api/lectures
    LarryKwon authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9f89764 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #25 from sparcs-kaist/issue/22/lecture

    Resolve #22 /api/lectures/{lectureId}
    LarryKwon authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    47d7f44 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2eab48 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    af89d6c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from sparcs-kaist/issue/5/reviews

    Issue/5/reviews
    LarryKwon authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e216b59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd83a30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6791b26 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11 from sparcs-kaist/issue/2/session

    Resolve #7, add API /session/info
    LarryKwon authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7f90b0a View commit details
    Browse the repository at this point in the history
  6. Add: test complete

    - api/courses
    - api/courses/{courseId}
    LarryKwon committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    bcefd43 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7a7e7f View commit details
    Browse the repository at this point in the history
  8. Add: test complete

    - /api/reviews/
    Jiuuung authored and LarryKwon committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7e35741 View commit details
    Browse the repository at this point in the history
  9. Add: Test Complete

    - /api/lectures
    - /api/lectures/{lectureId}
    - session/info
    LarryKwon committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ba31cf6 View commit details
    Browse the repository at this point in the history
  10. Add: Type Conversion

    LarryKwon committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    902b80e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    2725d4a View commit details
    Browse the repository at this point in the history
  2. Add: test complete

    -[POST] /api/reviews
    Jiuuung committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    21bfbcd View commit details
    Browse the repository at this point in the history
  3. Add: test complete

    -[GET] /api/reviews/:reviewId
    -[PATCH] /api/reviews/:reviewId
    Jiuuung committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a724dea View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    45e3077 View commit details
    Browse the repository at this point in the history
  2. Refactor: rename function

    todo
    - patch도 같은 함수 쓰도록
    - validator 조금 더 범용적으로 쓸 수 있게 바꾸기
    LarryKwon committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a235dcc View commit details
    Browse the repository at this point in the history
  3. Refactor: rename patchReviewDto

    todo
    - OmitType, PartialType 사용하기
    LarryKwon committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ac1bb70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    507d2ae View commit details
    Browse the repository at this point in the history
  5. Issue/34/users (#35)

    * Add: test complete
    -/api/users/:userId/taken-courses
    
    * Refactor: rename UserTakenCoursesQueryDto
    
    ---------
    
    Co-authored-by: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
    Jiuuung and LarryKwon authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    41c050c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Move: review request validator to decorator folder

    Refactor
    -orderdefaultvalidator
    -ReviewUpdateDto use pratialtype and omittype(base: ReviewCreateDto) at review request dto
    Jiuuung committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4e6ff57 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    7f780ec View commit details
    Browse the repository at this point in the history
  2. Refactor: function name

    Add: @ApiProperty at ReviewCreateDto for partialtype
    Jiuuung committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3d04b94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c351ee8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #31 from sparcs-kaist/issue/30/reviews

    Issue/30/reviews
    Jiuuung authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d0b0923 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Squashed commit of the following:

    commit 60de07f
    Author: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
    Date:   Wed Aug 23 23:37:34 2023 +0900
    
        Add: Complete Implement
        - /api/users/:userId/timetables/:timeTableId
    
    commit 8deb9ed
    Author: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
    Date:   Wed Aug 23 22:33:29 2023 +0900
    
        Add: Complete Implement
        - /api/users/:userId/timetables/remove-lecture(POST)
    
    commit 9e3a93d
    Author: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
    Date:   Wed Aug 23 22:22:39 2023 +0900
    
        Add: Complete Implement
        - /api/semesters
        - /api/users/:userId/timetables (GET, POST)
        - /api/users/:userId/timetables/add-lecture(POST)
    
    commit 1fd4136
    Author: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
    Date:   Wed Aug 23 21:53:56 2023 +0900
    
        Add: Implement api/semesters
    
    commit 632a6f6
    Author: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
    Date:   Wed Aug 23 21:08:19 2023 +0900
    
        Add: implement users/:userId/timetables
    
    commit 6382d56
    Author: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
    Date:   Wed Jul 26 22:58:58 2023 +0900
    
        Add: implement timeTables Repository
        Todo: create dto and toJson, and add include options
    LarryKwon committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5c40adc View commit details
    Browse the repository at this point in the history
  2. Feat: add get lecture review api

    Fix:change string to array when order have one value at review.request.dto, user.request.dto.ts
    Refactor: parameter name at review.repo-getReviews
    Jiuuung committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c40e8cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e434575 View commit details
    Browse the repository at this point in the history
  4. Fix:add Return Type

    Jiuuung committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5b9646a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    5e18ad7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1099f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dbf202 View commit details
    Browse the repository at this point in the history
  4. Fix: conflict

    Jiuuung committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    4121b63 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Fix: not formatted files

    ddungiii committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    18cb5b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c12668 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    492dbfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74a2ba4 View commit details
    Browse the repository at this point in the history
  5. Add: strict true

    ddungiii committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    084328b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    0c3fdda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4831114 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. fix: add ! to fix ts(2564)

    JeukHwang committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    90ac52e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5eb9eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    159eeee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69485ce View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    fba8feb View commit details
    Browse the repository at this point in the history
  2. Fix: strict error in jwt

    ddungiii committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    55bd2dc View commit details
    Browse the repository at this point in the history
  3. Fix: strict error in review

    ddungiii committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4a6a20e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dabf43b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Fix: strict error in user

    ddungiii committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    aeba0bd View commit details
    Browse the repository at this point in the history
  2. Fix: apply review

    ddungiii committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3534774 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #45 from sparcs-kaist/fix/strict-error-ddungiii

    Fix strict error w/ ddungiii
    ddungiii authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    68f63eb View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    8560144 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. fix: assume default value

    JeukHwang committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    459c9dc View commit details
    Browse the repository at this point in the history
  2. fix: remove unused param

    JeukHwang committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5c1ff37 View commit details
    Browse the repository at this point in the history
  3. fix: make output type safer

    JeukHwang committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e7a34f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c06c1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c80ffa7 View commit details
    Browse the repository at this point in the history
  6. fix: resolve type error

    JeukHwang committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    191c833 View commit details
    Browse the repository at this point in the history
  7. refactor: make logic easier

    JeukHwang committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5aecf41 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    b4416c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e2f031 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    12dc96b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a526eee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78fb8af View commit details
    Browse the repository at this point in the history
  4. Merge pull request #46 from sparcs-kaist/fix/strict-error-jeuk

    Fix strict error w/ jeuk
    ddungiii authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2ce72a8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #39 from sparcs-kaist/issue/23/lecture_review(recent)

    issue/23/lecture-review
    ddungiii authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3592d0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7628077 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #42 from sparcs-kaist/fix/formatting

    Fix: format all files
    ddungiii authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f0eaab7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b7f0fc View commit details
    Browse the repository at this point in the history
  9. Merge pull request #43 from sparcs-kaist/fix/strict-error

    Fix: strict option to true in tsconfig
    ddungiii authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ebc52c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    aec4691 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    c2dc588 View commit details
    Browse the repository at this point in the history
  2. fix: wrong directory path

    ddungiii committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    82429d9 View commit details
    Browse the repository at this point in the history
  3. feat: Add status api

    ddungiii committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    89f2e3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fec0346 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c0f903 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6dc8cfb View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. feat: fix status message

    ddungiii committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    df1aaa4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from sparcs-kaist/feat/status

    feat: Add status api
    ddungiii authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    52b8844 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd370bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06f3170 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be87283 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fb2f2c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #49 from sparcs-kaist/feat-timetable-reorder

    make api for timetable reorder
    JeukHwang authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    bcfa9b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f49835 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e13a517 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c231497 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    29139b3 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #52 from sparcs-kaist/ci/prisma-generate

    chore: add prisma-generate on ci
    ddungiii authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b54240c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. refactor: prisma scripts

    ddungiii committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9ca3806 View commit details
    Browse the repository at this point in the history
  2. fix: cors origin port

    ddungiii committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    7caffb6 View commit details
    Browse the repository at this point in the history
  3. fix: db init script

    ddungiii committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    851bb5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce0287f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. fix: generate script in ci

    ddungiii committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    759e483 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from sparcs-kaist/refactor/migrations

    Refactor/migrations
    ddungiii authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    e8177a0 View commit details
    Browse the repository at this point in the history
  3. chore: Add cross-env (#64)

    doxylee authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    871c8d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a99193 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    ae3dd77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3248310 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a73aec7 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    a6fb2ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    965f067 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c9166 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    692eeee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    498329c View commit details
    Browse the repository at this point in the history
  6. refactor: Rename repository method

    getWishlistLectures -> getWishlistWithLectures
    doxylee committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    42883f1 View commit details
    Browse the repository at this point in the history
  7. fix: getlectures API

    doxylee committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e315a8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84d0c7c View commit details
    Browse the repository at this point in the history
  9. fix: module definition

    doxylee committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    26b2d36 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63a9ce3 View commit details
    Browse the repository at this point in the history
  11. feat: getWishlist API

    doxylee committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e3f3e78 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a429fce View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    57c9edc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Merge pull request #71 from sparcs-kaist/feat/wishlist-rest

    /api/users/${userId}/wishlist & /api/users/${userId}/wishlist/remove-lecture API
    doxylee authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    1bfd8af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from sparcs-kaist/feat/add-wishlist

    feat: /api/users/:id/wishlist/add-lecture API
    doxylee authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c0774c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    6f6811d View commit details
    Browse the repository at this point in the history
  2. feat: Add get feed API (#66)

    * feat: implement without detail feed
    
    * chore: add prisma generate on ci
    
    * chore: fix prisma-generate command
    
    * chore: remove ci branch on target branches
    
    * chore: rename generating step name
    
    * refactor: prisma scripts
    
    * fix: cors origin port
    
    * fix: db init script
    
    * refactor: add data migrations in prisma migration script
    
    * fix: generate script in ci
    
    * chore: Add cross-env (#64)
    
    * fix: a bug that orderFilter return empty filters (#65)
    
    * feat: add feeds module
    
    * feat: move feeds api to feeds module
    
    * feat: add IFeed
    
    * feat: add feed repository and serializer
    
    * feat: add get famousHumanityFeeds
    
    * feat: make random select HumanityBestReviews
    
    * refactor: change class to interface
    
    * feat: add rankedReviewDailyFeed
    
    * feat: add famous major review daily feed
    
    * feat: add review write daily user feed
    
    * feat: add ICourse
    
    * feat: add related course daily user feed
    
    * feat: add rate daily user feed
    
    * feat: add const FeedType
    
    * refactor: add FeedSchema namespace
    
    * refactor: add details interface in IFeed
    
    * refactor: rename redundant feed names
    
    * refactor: add Feed constants
    
    * fix: fix related course
    
    * refactor: fix typos
    
    * feat: add writable review
    
    * feat: comment out related course
    
    * refactor: move ICourse to structures
    
    * refactor: move directory interfaces
    
    * refactor: rename schemaTypes to entities
    
    * refactor: remove redundant prefix I
    
    * refactor: remove redundant prefix E
    
    * refactor: remove redundant prefix E
    
    ---------
    
    Co-authored-by: JeukHwang <92910273+JeukHwang@users.noreply.github.com>
    Co-authored-by: doxylee <68041124+doxylee@users.noreply.github.com>
    3 people authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a73cda6 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. feat: department-options, favorite-departments API (#73)

    * feat: /session/department-options API
    
    * feat: /session/favorite-departments API
    
    * refactor: DTO -> Dto로 변경
    
    * refactor: Not use raw query
    
    * fix: Remove console.log
    doxylee authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b168064 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Feat/autocomplete (#75)

    * feat: lecture autocomplete
    
    * feat: course autocomplete
    
    * fix: Add missing files
    
    * refactor
    
    Co-authored-by: Giyeong Kim <ggcc503@gmail.com>
    
    * fix: missing comma
    
    ---------
    
    Co-authored-by: Giyeong Kim <ggcc503@gmail.com>
    doxylee and ddungiii authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    be9cf4d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. fix: directory typo (#79)

    ddungiii authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6ac0dc3 View commit details
    Browse the repository at this point in the history
  2. feat: add get notices (#74)

    * feat: implement without detail feed
    
    * chore: add prisma generate on ci
    
    * chore: fix prisma-generate command
    
    * chore: remove ci branch on target branches
    
    * chore: rename generating step name
    
    * refactor: prisma scripts
    
    * fix: cors origin port
    
    * fix: db init script
    
    * refactor: add data migrations in prisma migration script
    
    * fix: generate script in ci
    
    * chore: Add cross-env (#64)
    
    * fix: a bug that orderFilter return empty filters (#65)
    
    * feat: add feeds module
    
    * feat: move feeds api to feeds module
    
    * feat: add IFeed
    
    * feat: add feed repository and serializer
    
    * feat: add get famousHumanityFeeds
    
    * feat: make random select HumanityBestReviews
    
    * refactor: change class to interface
    
    * feat: add rankedReviewDailyFeed
    
    * feat: add famous major review daily feed
    
    * feat: add review write daily user feed
    
    * feat: add ICourse
    
    * feat: add related course daily user feed
    
    * feat: add rate daily user feed
    
    * feat: add const FeedType
    
    * refactor: add FeedSchema namespace
    
    * refactor: add details interface in IFeed
    
    * refactor: rename redundant feed names
    
    * refactor: add Feed constants
    
    * fix: fix related course
    
    * refactor: fix typos
    
    * feat: add writable review
    
    * feat: comment out related course
    
    * refactor: move ICourse to structures
    
    * refactor: move directory interfaces
    
    * refactor: rename schemaTypes to entities
    
    * refactor: remove redundant prefix I
    
    * refactor: remove redundant prefix E
    
    * refactor: remove redundant prefix E
    
    * feat: add get notices
    
    * refactor: move repository to prisma module
    
    * refaoctor: map funciton
    
    * fix: add repository to exports in module
    
    ---------
    
    Co-authored-by: JeukHwang <92910273+JeukHwang@users.noreply.github.com>
    Co-authored-by: doxylee <68041124+doxylee@users.noreply.github.com>
    3 people authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    be4c5b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22f5581 View commit details
    Browse the repository at this point in the history
  4. feat: read course (#77)

    * feat: add read course
    
    * fix: add course filtering
    ddungiii authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9291fcc View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Update README.md

    ddungiii authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    411d424 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Issue/55/planner (#62)

    * feat: add DTOs for planner
    
    * feat: add types for planners
    
    * feat: add basics for planner
    
    * feat: add serializers for planner
    
    * feat: add union type checker
    
    * feat: add union type narrower
    
    * feat: implement serializer of item and track
    
    * fix: fix typo
    
    * fix: fix miscellaneous bugs
    
    * feat: implement /api/tracks
    
    * feat: implement post
    
    * feat: add query param id checker
    
    * refactor: refactor maps
    
    * fix: snake to camel
    
    * fix: fix planner item query logic
    
    ---------
    
    Co-authored-by: ddungiii <ggcc503@gmail.com>
    duncan020313 and ddungiii authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    be17a1f View commit details
    Browse the repository at this point in the history
  2. refactor: repository dependency injection (#81)

    * refactor: get FamousHumanityReview
    
    * refactor: get rankedReview
    
    * refactor: get majorBestReviews
    
    * refactor: get reviewWrite
    
    * refactor: get reviewWritableTakenLectures
    
    * refactor: get related course
    
    * refactor: remove userRepository injection in feedRepository
    ddungiii authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    dae130c View commit details
    Browse the repository at this point in the history
  3. feat: add rates API (#51)

    * feat: init rate module
    
    * chore: lock new package version
    
    * fix: add endpoint prefix
    
    * fix: rate module
    
    * fix: add created_datetime
    
    * refactor: ICommon -> IBasic
    
    * refactor: remove prefix I in Basic
    
    * fix: package verion supporting sementic versioning
    
    * feat: add default date for rate
    ddungiii authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1c61d3b View commit details
    Browse the repository at this point in the history
  4. refactor: get courseuser (#78)

    * feat: add read course
    
    * fix: add course filtering
    
    * fix: use Public decorator
    
    * refactor: get courseUser for a user
    
    * refactor: remove redundant include
    
    * refactor: rename function
    ddungiii authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1be7a33 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    26a168d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    2c1c80c View commit details
    Browse the repository at this point in the history
  2. add: create image with title

    pbc1017 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    956c23c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c1a68b View commit details
    Browse the repository at this point in the history
  4. Feat/api get lecture reviews (#84)

    * docs: TODO comment about django specifics
    
    * feat: Review types
    
    * fix: Min, Max of limit, offset
    
    * refactor: fix orderFilter util to allow nested field ordering
    
    * refactor: getLectureReviewsById
    - Make it return review list directly
    - Organize include, orderBy
    
    * refactor: Organize getReviewsByCourseId
    
    * docs: Add TODO comment
    
    * refactor: Move getLectureREviewsById to ReviewsRepository
    
    * style
    
    * refactor: Use IReview.LectureReviewsQueryDto instead
    doxylee authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    30aaf4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e8adc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    eccbe67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74beb2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aeb573 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d967251 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. feat: Add arbitrary item to planner (#93)

    * feat: Add arbitrary item to planner
    
    * refactor: Remove unnecessary comment
    doxylee authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    7adcb5c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. fix: apply pr modifications

    pbc1017 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5438f03 View commit details
    Browse the repository at this point in the history
  2. Implement remove planner item operation (#83)

    * feat(planners): define controller interface
    
    * feat(planners): implement remove planner item
    inhibitor1217 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ed3c692 View commit details
    Browse the repository at this point in the history
  3. Implement fetching related reviews of a lecture (#82)

    * feat(lectures): define entry for GET /lectures/:lectureId/related-reviews
    
    * feat(lecture): impl svc level queries
    
    * feat(review): implement ReviewRepository#getRelatedReviewsOfLecture
    
    * refactor(review): use common expression snippet
    
    * refactor(repositories): use EReview.Details (@doxylee)
    
    * refactor(repositories): use orderFilters of search utils (@doxylee)
    
    * refactor(lectures): rename (@doxylee)
    
    * docs(lectures): add comment
    inhibitor1217 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    18039e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a962b29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    014b5e0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #92 from sparcs-kaist/issue/91/share-timetable-image

    issue/91/share-timetable-image
    pbc1017 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1e31d6b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. feat:add future item (#96)

    * feat:add future item
    
    * Merge: Resolve conflicts
    
    ---------
    
    Co-authored-by: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
    Jiuuung and LarryKwon authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    836ab57 View commit details
    Browse the repository at this point in the history
  2. Implement reorder planner orderings (#95)

    * feat(planners): implement reorder planner
    
    * refactor(repositories): do not throw during get operation in repositories
    
    * fix(planners): type corrections
    
    * feat(planners): shift orders of reordered planner items
    
    * Merge: Resolve conflicts & little revision of createFuturePlannerItem
    
    ---------
    
    Co-authored-by: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
    inhibitor1217 and LarryKwon authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    83a6df5 View commit details
    Browse the repository at this point in the history
  3. Issue/87/liked reviews (#88)

    * Add: complete implementing users/liked-reviews
    
    * Add: enhanced the response time
    
    * Chore: Use ECourse.Details
    LarryKwon authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    35b3ff0 View commit details
    Browse the repository at this point in the history
  4. Issue/89/planners update item (#97)

    * Add: implement Eplanner
    
    * Add: implement IPlanner.ts
    - additionally, implement ICourse, IDepartment, ILecture, IProfessor for new convention
    
    * Chore: de-duplicate the 'entities' directory which caused by mistyping
    
    * refactor: refactoring the serializer with IPlanner,EPlanner
    
    * Add: complete implement conditional type (IMutate) which is determined by PlannerItemType and complete implement updating planner item
    
    * Chore: disable forbidNonWhiteListed
    
    * refactor: use IPlanner.IItem.Future
    LarryKwon authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    48dac47 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Issue/67/Reviews like (#98)

    * feat:create review like instance
    
    * feat: review and reviewvote  signal
    
    * fix:review count
    
    * Add: implement middlewareConstructor & modify ReviewMiddleware
    
    Todo
    - middlewareConstructor가 매번 새로운 object를 생성하는데에 드는 퍼포먼스 저하 해결을 위해 LazyModuleLoader를 도입
    - PrismaSerivce가 뜰 때, LazyModuleLoader를 주입받아, Lazy하게 middleware들을 띄우는 middleware를 등록하도록 수정 -> 순환참조 해결 & cache로 성능 문제 해결
    
    ---------
    
    Co-authored-by: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
    Jiuuung and LarryKwon authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a65d9a4 View commit details
    Browse the repository at this point in the history
  2. Revert "Issue/67/Reviews like (#98)" (#100)

    This reverts commit a65d9a4.
    LarryKwon authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    485419d View commit details
    Browse the repository at this point in the history
  3. Reviews/like (#101)

    * feat:create review like instance
    
    * feat: review and reviewvote  signal
    
    * fix:review count
    
    * Chore: lint
    
    ---------
    
    Co-authored-by: Jiuuung <kjg682534@kaist.ac.kr>
    LarryKwon and Jiuuung authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    af8daa6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. feat: share timetable ical

    pbc1017 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b323c95 View commit details
    Browse the repository at this point in the history
  2. fix: adjust timezone of event

    pbc1017 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    25726b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba7850a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7031d00 View commit details
    Browse the repository at this point in the history
  5. fix: remove sso swap

    pbc1017 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    43e771f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    7cbc6ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    163b794 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cad993 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    447526a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #112 from sparcs-kaist/109-fix-share-timetable-api…

    …-에러-수정
    
    109 fix share timetable api 에러 수정
    pbc1017 authored May 1, 2024
    Configuration menu
    Copy the full SHA
    6afa936 View commit details
    Browse the repository at this point in the history
  6. fix: merge conflict to dev

    pbc1017 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    395e319 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Refactor/match convention (#117)

    * refactor: remove unused types
    
    * refactor: CourseDetails
    
    * refactor: remove LectureExtended
    
    * refactor: ELecture.Details
    
    * refactor: TimetableDetails
    
    * refactor: MajorTrack
    
    * refactor: AdditionalTrack
    
    * refactor: TakenPlannerItem
    
    * refactor: tracks and planneritem
    
    * refactor: fix format error by removing comment
    
    * refactor: Use EPlanners.EItems instead of EPlannerItem
    
    * refactor: Change missed file
    
    * refactor: PlannerDetails
    
    * refactor: ReviewDetails
    
    * refactor: remove unused type
    
    * refactor: Make rest of the types match convention
    
    * style
    doxylee authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    af14626 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Fix: EPlanner reference error (#118)

    fix: move dependee down
    doxylee authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    02e5b72 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    835d660 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #108 from sparcs-kaist/share/ical

    Share/ical
    pbc1017 authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    bcb6866 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. 114 impl prisma signal middleware (#115)

    * fix:코드 깔끔하게 만들기
    
    * resolve error on ci
    
    * feat: impl signal
    
    * fix: signal func complete
    
    * fix: change count logic
    
    * fix: remove test code
    
    * Fix: rebase merge conflict resolved
    
    * fix: increase/decrease logic, etc..
    
    * add Serializable isolation level instead of pessimistic lock
    
    * remove serializable
    
    ---------
    
    Co-authored-by: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
    Jiuuung and LarryKwon authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    39f8417 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Refactor/interface convention (#120)

    * refactor: move dto/auth
    
    * refactor: ICourse response and toJsonCourse typing
    
    * refactor: rename ICourse.AutocompleteDto -> ICourse.AutocompleteQuery
    
    * refactor: course request dto
    
    * refactor: course response
    
    * refactor: use function to apply type instead of using Object.assign directly
    
    * rename ICourse response names to better fit its role
    
    * refactor: rename serializers to fit previous commit
    
    * refactor: move course review request
    
    * refactor: move department response
    
    * refactor: move classtime, examtime, rename autocomplte query
    
    * refactor: lecture response
    
    * refactor: type of lecture used in timetable service
    
    * refactor: rename lecture response
    
    * docs: Add TODO comment about necessity of ELecture.UserTaken
    
    * refactor: divide toJsonCourse function instead of using boolean param
    
    * refactor: move lecture request
    
    * refactor: planner requests
    
    * refactor: planner interface
    
    * refactor: professor interface
    
    * refactor: review
    
    * refactor: semester
    
    * refactor: share
    
    * refactor: interfaces
    
    * feat: share timetable ical
    
    * fix: adjust timezone of event
    
    * fix: delete annotation and console log
    
    * feat: share timetable ical
    
    * fix: adjust timezone of event
    
    * fix: delete annotation and console log
    
    * fix: add missing files
    
    * style: prettier
    
    * refactor: remove redundant as casting
    
    * refactor: enforce convention in DTO names
    
    ---------
    
    Co-authored-by: pbc1017 <knsol2@naver.com>
    Co-authored-by: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
    3 people authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    1f9c364 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Add: implement Auth Chain (#123)

    * Add: implement Auth Chain
    
    todo:
    AuthModule Import and register
    
    * Add: complete refactoring AuthModule
    - AuthGuard: 실제로 AppModule에 등록되는 Provider
    - AuthCommand: 인터페이스이며 개별적인 구현체는 개별적인 인증/인가 로직을 수행
    - AuthChain: 전체 Command들을 하나씩 iterating 하며 로직 수행 후 최종적인 결정 및 Exception return
    - AuthConfig: 각 환경에 맞는 AuthChain 구성
    
    * Add: reflect the reviews
    
    * reflect reviews
    
    * fix: add token expire option
    
    * reflect reviews and minor fix
    
    * create docker-compose file
    
    ---------
    
    Co-authored-by: Jiuuung <kjg682534@kaist.ac.kr>
    LarryKwon and Jiuuung authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bcb4dc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Refactor n+1 (#130)

    * Add: test n+1
    
    * fix: refactor n+1 problem in shareService
    
    * add code review github action
    
    ---------
    
    Co-authored-by: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
    pbc1017 and LarryKwon authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8dbc514 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Issue/119/transaction (#121)

    * Add: TranManager
    
    * Add: Implement Transaction with CLS
    
    * implement test code
    
    * fix the github ci code with option force
    
    * fix the github ci code with option force
    
    * resolve conflict
    
    * add Transactional() to Post,Patch,Delete method endpoint
    
    * reflect code review
    LarryKwon authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3d2a08b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. add cors config on dev env

    Ubuntu committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    068782f View commit details
    Browse the repository at this point in the history
  2. add force option to docker-compose

    Ubuntu committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    685bb0e View commit details
    Browse the repository at this point in the history
  3. change the cors setting

    Ubuntu committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3b068c6 View commit details
    Browse the repository at this point in the history
  4. revert port

    Ubuntu committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    85a1070 View commit details
    Browse the repository at this point in the history
  5. resolve package.json dependency, and update prisma 4 to 5 (#132)

    * resolve package.json dependency, and update prisma 4 to 5
    
    * resolve build error
    
    * enable shutdown hook
    
    * remove hard-coded lectureId
    
    * reflect code review of gpt
    
    * reflect review
    LarryKwon authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    dcc3dd1 View commit details
    Browse the repository at this point in the history
  6. 128 prisma migration 정리 (#129)

    * Add: implement Auth Chain
    
    todo:
    AuthModule Import and register
    
    * prisma migration 정리
    
    * fix: migration sql
    
    * fix: prisma schema
    
    ---------
    
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-40-122.ap-northeast-2.compute.internal>
    LarryKwon and Ubuntu authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6441c47 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. DockerFile을 제작 및 share.service의 file path 조정 (#133)

    * apply multi-stage build to docker and make the share.service choose proper font file path by DOCKER_DEPLOY
    
    * add deploy.sh
    
    * reflect review
    LarryKwon authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0befbd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f765f32 View commit details
    Browse the repository at this point in the history
  3. Add: implement local-sso-swap (#107)

    * Add: implement local-sso-swap
    
    * new package-lock.json
    LarryKwon authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5d263eb View commit details
    Browse the repository at this point in the history
  4. reflect QA

    LarryKwon committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    bcdc861 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adc6697 View commit details
    Browse the repository at this point in the history
  6. change the port

    Ubuntu committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    91251aa View commit details
    Browse the repository at this point in the history
  7. add CD in dev env

    Ubuntu committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3be6f1c View commit details
    Browse the repository at this point in the history
  8. add CD in dev env

    Ubuntu committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0c1a35b View commit details
    Browse the repository at this point in the history
  9. change env var for cd

    Ubuntu committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    340a798 View commit details
    Browse the repository at this point in the history
  10. add passphrase for key

    Ubuntu committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c83d8a8 View commit details
    Browse the repository at this point in the history
  11. chore the workflow

    Ubuntu committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    97fe6e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    23c9d57 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    3ec1ce9 View commit details
    Browse the repository at this point in the history
  2. Issue/136/planner update delete (#138)

    * Add: implement patch planner and refactor post planner
    
    * implement delete Planner
    
    * test simple cases and pass
    
    * reflect review
    LarryKwon authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    994cf5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd4aec5 View commit details
    Browse the repository at this point in the history
  4. remove console.log

    Ubuntu committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9fc34b2 View commit details
    Browse the repository at this point in the history
  5. resolve domain error when using sso

    Ubuntu committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5d5e4c0 View commit details
    Browse the repository at this point in the history
  6. try to resolve app error but fail

    Ubuntu committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7fcb38d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. resolve app error

    LarryKwon committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    87665d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5f1998 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2bd624 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    4cd1d20 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    2dbd500 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. revert Commit 4cd1d20

    LarryKwon committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    32fc1c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    d1fc362 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    6b6e922 View commit details
    Browse the repository at this point in the history