Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CollaBu/pennyway-was
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: Api-v0.20.0
Choose a base ref
...
head repository: CollaBu/pennyway-was
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: Api-v0.20.1
Choose a head ref
  • 3 commits
  • 17 files changed
  • 1 contributor

Commits on Nov 12, 2024

  1. fix: ✏️ Append WHERE condition in readNotification Query (#197)

    * fix: add notice_type parameter in notification read method
    
    * rename: fix notification search service method name (add 'announce')
    
    * test: add notice_type parameter in method where on when clauses
    psychology50 authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6694609 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fix: ✏️ Users are unable to delete their accounts while they hold own…

    …ership of any chatrooms (#198)
    
    * feat: add method of find existence that user has chatroom's ownership anyone on repository
    
    * feat: add method in domain service
    
    * feat: add 409 error for user's signout blocking because user has chat room ownership
    
    * feat: resolve todo annotation
    
    * test: add delete test about has ownership chatroom user can't delete account
    psychology50 authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    af58ae7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. fix: ✏️ Append LastMessage Field in ChatRoomDetail Response (#196)

    * feat: add chat_room_res info dto for service return data mapping
    
    * fix: chat_room_mapper use chat_room_res.info dto within parameter
    
    * fix: when search my chatroom, add flow for read last message
    
    * fix: usecase is fixed by dto spec
    
    * test: fix unit test
    psychology50 authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    96ef7bb View commit details
    Browse the repository at this point in the history
Loading