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

[TECH] Migrer la route DELETE /api/organizations/{id}/invitations/{organizationInvitationId} et /api/admin/organizations/{id}/invitations/{organizationInvitationId} dans src/team (PIX-13262) #9444

Merged
merged 5 commits into from
Jul 8, 2024

Commits on Jul 8, 2024

  1. refactor(api): move delete organization invite route into team context

    Co-authored-by: Eric Lim <eric.lim@pix.fr>
    bpetetot and er-lim committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    00ee614 View commit details
    Browse the repository at this point in the history
  2. refactor(api): move cancel organization invitation function

    into src/team
    
    Co-authored-by: Benjamin Petetot <benjamin.petetot@pix.fr>
    er-lim and bpetetot committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    369958a View commit details
    Browse the repository at this point in the history
  3. refactor(api): move usecase cancelOrganizationInvitation

    Co-authored-by: Eric Lim <eric.lim@pix.fr>
    bpetetot and er-lim committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    aaa8264 View commit details
    Browse the repository at this point in the history
  4. refactor(api): move UncancellableOrganizationInvitation error

    in src/team/domain/error.js
    
    Co-authored-by: Benjamin Petetot <benjamin.petetot@pix.fr>
    er-lim and bpetetot committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c883c6e View commit details
    Browse the repository at this point in the history
  5. refactor(api): move DELETE organization invitations admin route

    Co-authored-by: Eric Lim <eric.lim@pix.fr>
    bpetetot and er-lim committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8869598 View commit details
    Browse the repository at this point in the history