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(contact-tagging): Add support tagable contacts with bulk action #63

Merged
merged 56 commits into from
Nov 15, 2024

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    fbeb394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1415ca7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b43972 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    c27bc03 View commit details
    Browse the repository at this point in the history
  2. feat(contact-tagging): Moved pages/admin/callouts/ToggleTagButton.vue…

    … -> tag/ToggleTagButton.vue
    JumpLink committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    566c104 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75b40e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d813187 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    1b7e661 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d231a73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b18ba9 View commit details
    Browse the repository at this point in the history
  4. feat(contact-tagging): Backend: Adjust TypeORM migration file to migr…

    …ate the old tags to the new structure
    JumpLink committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    571f7eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c8cb2d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    1a1a0ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1d46e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e9f917 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    3f2ff9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85e711a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c6423c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    701cc5a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    4773853 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8af97a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08f63bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ea07e5 View commit details
    Browse the repository at this point in the history
  5. feat(contact-tagging): Backend: Adapt import steady script for the ne…

    …w contact tag structure
    JumpLink committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ee6947e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7377dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49e16ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc8d8af View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    04768b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07b1ff9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aedb972 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2a08d8 View commit details
    Browse the repository at this point in the history
  5. fix: Circular Dependencies

    JumpLink committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2227e2f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    b6c23c9 View commit details
    Browse the repository at this point in the history
  2. fix(api): Replace Partial<DTO> with concrete PartialDTO class

    - Add createPartialDTO utility to properly handle validation with class-transformer
    - Replace @PartialBody decorator usage with concrete UpdateCalloutResponseDto
    - Ensures proper validation and type reflection for partial updates
    - Follows class-transformer best practices for handling partial types
    
    See:
    - #63 (comment)
    - https://github.com/typestack/class-transformer#working-with-generics
    - https://stackoverflow.com/questions/57797381
    JumpLink committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1925031 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f964c4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7267ac5 View commit details
    Browse the repository at this point in the history
  5. feat(contact-tagging): Frontend: Overview view for tags with the call…

    …out responses unified
    JumpLink committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7a2c0c4 View commit details
    Browse the repository at this point in the history
  6. fix(contact-tagging): Revert createPartialDTO and use a normal class …

    …instead + removed old tags prop in contact profile
    JumpLink committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    94a1816 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f43dbd2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91d9a05 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    efd03fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f9c356 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    471c0d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c29392b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    e356e5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29440a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d196736 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cc78b3 View commit details
    Browse the repository at this point in the history
  5. fix(contact-tagging): Always enable ToggleTagButton to reach the Tag …

    …Manager without a selection
    JumpLink committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    39951ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3b8abe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    268b8d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1b37cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    546c75d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    43e3e0f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    06d0dd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

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